This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
So, i've created a double axe and resized it to be bigger.
My only problem is with the third person look of my axe.
My model:
{ "parent": "item/handheld", "display": { "thirdperson_righthand": { "rotation": [ 0, -90, 55 ], "translation": [ 0, 4.0, 0.5 ], "scale": [ 1.85, 1.85, 1.85 ] }, "thirdperson_lefthand": { "rotation": [ 0, 90, -55 ], "translation": [ 0, 4.0, 0.5 ], "scale": [ 1.85, 1.85, 1.85 ] }, "firstperson_righthand": { "rotation": [ 0, -90, 25 ], "translation": [ 1.13, 4.2, 1.13 ], "scale": [ 1.68, 1.68, 1.68 ] }, "firstperson_lefthand": { "rotation": [ 0, 90, -25 ], "translation": [ 1.13, 4.2, 1.13 ], "scale": [ 1.68, 1.68, 1.68 ] } }, "textures": { "layer0": "items/diamond_axe" } }
I found the problem:
the parent already has a display block => my model's display block is ignored
So, i've created a double axe and resized it to be bigger.
My only problem is with the third person look of my axe.
My model:
I found the problem:
the parent already has a display block => my model's display block is ignored