Custom Item Models in MCREATOR are Broken???

Started by akisephila on

Topic category: Help with modding (Java Edition)

Last seen on 07:56, 15. Nov 2022
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom Item Models in MCREATOR are Broken???

I have looked at every post on the forums for a solution to this. I have tried everything. Nothing works.

Here is what it is supposed to look like in the player's hand in F5.
Blockbench Screenshot

 

Here is what it currently looks like in-game:

"Minecraft Screenshot"

 

And Here is the .json model code:
 

{
	"textures": {
		"particle": "shadowrazor"
	},
	"display": {
		"thirdperson_righthand": {
			"rotation": [0, -90, 44],
			"translation": [0, -4.5, 1.25],
			"scale": [0.6, 0.6, 0.6]
		},
		"thirdperson_lefthand": {
			"rotation": [0, 90, -44],
			"translation": [0, -4.5, 1.25],
			"scale": [0.6, 0.6, 0.6]
		},
		"firstperson_righthand": {
			"rotation": [70, -90, 25],
			"translation": [1.13, 3.2, 1.13],
			"scale": [0.6, 0.6, 0.6]
		},
		"firstperson_lefthand": {
			"rotation": [70, 90, -25],
			"translation": [1.13, 3.2, 1.13],
			"scale": [0.6, 0.6, 0.6]
		},
		"fixed": {
			"scale": [-1, 1, 1]
		}
	}
}

Please tell me how to fix this. I have looked at every other forum topic and nothing has helped me. And please do not link back to a forum topic or an mcreator wiki page, because I have most definitely seen it and found it unhelpful.

Your issue would be with the…
Fri, 03/18/2022 - 13:55

Your issue would be with the texture name, always make a new name not used by other features in the game.
You can also reference to this wiki page for more information about item models.
https://minecraft.fandom.com/wiki/Model

Last seen on 20:21, 9. May 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have different problem: my…
Wed, 02/08/2023 - 15:58

I have different problem: my item is displayed correctly. but the colors are broken (it's actually only black and pink displayed randomly on the model instead of grey and brown)