You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I get some warns like Unable to load model: 'everyxhotpot:hotpot_long_plate#inventory' referenced from: everyxhotpot:hotpot_long_plate#inventory: java.lang.IllegalStateException: Circular reference while loading everyxhotpot:item/hotpot_long_plate, and get the texture missing blocks in game. So, how can I fix it.
👋 We use the issue tracker exclusively for final bug reports and feature requests. However, this issue appears to be better suited for either a discussion thread, or a message on our discord server. Please post your request on one of these, and the conversation can continue there.
Discussed in https://github.com/orgs/FabricMC/discussions/3456
Originally posted by FishMagic December 3, 2023
Description
I want to load some model by using ModelLoadingRegistry in Minecraft 1.19.2, and I try to use the code below
But I get some warns like
Unable to load model: 'everyxhotpot:hotpot_long_plate#inventory' referenced from: everyxhotpot:hotpot_long_plate#inventory: java.lang.IllegalStateException: Circular reference while loading everyxhotpot:item/hotpot_long_plate
, and get the texture missing blocks in game. So, how can I fix it.Full code can be got here
The text was updated successfully, but these errors were encountered: