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

40 lines
1.1 KiB
JSON

{
"parent": "builtin/entity",
"textures": {
"particle": "block/chest_top"
},
"display": {
"gui": {
"rotation": [ 30, 315, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.7, 0.7, 0.7 ]
},
"ground": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 4, 0],
"scale":[ 0.35, 0.35, 0.35 ]
},
"fixed": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 1, 1, 1 ]
},
"thirdperson_righthand": {
"rotation": [ 75, 45, 0 ],
"translation": [ 0, 2.5, 0],
"scale": [ 0.375, 0.375, 0.375 ]
},
"firstperson_righthand": {
"rotation": [ 0, 45, 0 ],
"translation": [ 0, 0, 0 ],
"scale": [ 0.40, 0.40, 0.40 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 225, 0 ],
"translation": [ 0, 0, 0 ],
"scale": [ 0.40, 0.40, 0.40 ]
}
},
"gui_light": "front"
}