Strange Item Rendering (2025.3)

Started by BryAstro on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Strange Item Rendering (2025.3)

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.

Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I just realised that another…
Sat, 02/07/2026 - 06:49

I just realised that another item I made also has this issue.

Maybe your model overrides…
Sun, 02/08/2026 - 21:22

Maybe your model overrides the default transformation. Check the configuration of your model in the model editor you use

Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Alright, I solved it, it…
Thu, 02/12/2026 - 04:58

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.