Started by
FriedChicken4269
on
Topic category: Help with Minecraft modding (Java Edition)
Hi, today i learned about custom model data and added it to the code of my pistol. Everything worked except the textures on the model i loaded when switching NBT tags to the custom model data.
Before aiming:
After:
Help would be appreciated on any reason as to why this is happening.
The code:
{ "parent": "tutorial_workspace:custom/crappyspringer", "textures": { "0": "tutorial_workspace:blocks/m1911spring", "particle": "tutorial_workspace:items/pistol" }, "overrides": [ {"predicate": {"custom_model_data":1000}, "model": "tutorial_workspace:custom/m1911aim"} ] }