Nexan-s_Custom_Resources/assets/minecraft/models/item/totem_of_undying.json

41 lines
954 B
JSON
Raw Normal View History

{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "minecraft:item/totem_of_undying"
},
"overrides": [
{
"predicate": {
"custom_model_data": 2
},
"model": "custom:item/wither_totem"
},
{ "predicate": {"custom_model_data": 1}, "model": "custom:item/allay_of_undying"}
],
"display": {
"ground": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 2, 0],
"scale":[ 0.5, 0.5, 0.5 ]
},
"head": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 13, 7],
"scale":[ 1, 1, 1]
},
"thirdperson_righthand": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 3, 1 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson_righthand": {
"rotation": [ 0, -90, 25 ],
"translation": [ 2, -30, 1.13],
"scale": [ 0.68, 0.68, 0.68 ]
},
"fixed": {
"rotation": [ 0, 180, 0 ],
"scale": [ 1, 1, 1 ]
}
}
}