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
"custom_model_data" should be sorted from smallest to largest when merging resource packs, otherwise minecraft will not handle the "custom_model_data" correctly, resulting in unexpected behavior.
Because I encountered strange behavior in the 1.20.4 client, the item NBT "custom_model_data" was 2200001. But it used the model "magic:wands/enchantedbook" instead of "slimefun:slimefun/gui/slimefun_guide".
(I used machine translation, so I'm sorry if there's any confusion.)
"custom_model_data" should be sorted from smallest to largest when merging resource packs, otherwise minecraft will not handle the "custom_model_data" correctly, resulting in unexpected behavior.
Because I encountered strange behavior in the 1.20.4 client, the item NBT "custom_model_data" was 2200001. But it used the model "magic:wands/enchantedbook" instead of "slimefun:slimefun/gui/slimefun_guide".
(I used machine translation, so I'm sorry if there's any confusion.)
https://minecraft.wiki/w/Tutorials/Models#Item_predicates
Unsorted data
Sorted data
Edited:
This issue has been fixed in version 24w45a, previous versions are still affected: https://bugs.mojang.com/browse/MC-158872
The text was updated successfully, but these errors were encountered: