Started by
BryAstro
on
Topic category: Help with Minecraft modding (Java Edition)
For some reason, my new custom item does this weird rendering.
This is what I am talking about.
What's even stranger is that the .json model type is the same, and all the other items don't have this issue, it's only this one in particular that has this problem.
I just realised that another item I made also has this issue.
Maybe your model overrides the default transformation. Check the configuration of your model in the model editor you use
How do I do that, exactly? It's not like I got a custom model for the items. The item model is still classified as Normal.
Alright, I solved it, it turns out that one of my JSON models (even though it doesn't work and it was only used for ONE (1) item) had the gall to override the default models. I don't even know how that happened, but I got rid of it.