Started by
akisephila
on
Topic category: Help with Minecraft modding (Java Edition)
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.
Here is what it currently looks like in-game:
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 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
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)