ploof-pack/faithless/assets/minecraft/models/item/template_skull.json

39 lines
1.0 KiB
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"parent": "item/chest",
"textures": {
"particle": "block/soul_sand"
},
"display": {
"gui": {
"rotation": [ 30, 45, 0 ],
"translation": [ 0, 5, 0],
"scale":[ 1.4, 1.4, 1.4 ]
},
"ground": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 4, 0],
"scale":[ 0.6, 0.6, 0.6 ]
},
"fixed": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 6, 0],
"scale":[ 1.5, 1.5, 1.5 ]
},
"thirdperson_righthand": {
"rotation": [ 75, 225, 0 ],
"translation": [ 0, 3, 3 ],
"scale": [ 0.6, 0.6, 0.6 ]
},
"firstperson_righthand": {
"rotation": [ 0, 200, 0 ],
"translation": [ 5, 3, 0 ],
"scale": [ 0.40, 0.40, 0.40 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 200, 0 ],
"translation": [ 5, 3, 0 ],
"scale": [ 0.40, 0.40, 0.40 ]
}
}
}