Custom Item Models in MCREATOR are Broken???

Started by akisephila on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 weeks ago
Joined Apr 2021
Points:
690

User statistics:

  • Modifications: 0
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 68
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

Active 7 months ago
Joined Jan 2023
Points:
371

User statistics:

  • Modifications: 0
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 68
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)