Files
minecraft-assets/assets/minecraft/models/block/grindstone_inventory.json
2021-03-10 21:55:53 +00:00

34 lines
665 B
JSON

{
"parent": "block/grindstone",
"display": {
"thirdperson_righthand": {
"scale": [ 0.525, 0.525, 0.525 ]
},
"thirdperson_lefthand": {
"scale": [ 0.525, 0.525, 0.525 ]
},
"firstperson_righthand": {
"scale": [ 0.4, 0.4, 0.4 ],
"rotation": [ 0, 0, 0 ]
},
"firstperson_lefthand": {
"scale": [ 0.4, 0.4, 0.4 ]
},
"head": {
"scale": [ 1.675, 1.675, 1.675 ],
"translation": [ 0, 7.5, 0 ],
"rotation": [ 0, 0, 0 ]
},
"ground": {
"scale": [ 0.5, 0.5, 0.5 ]
},
"fixed": {
"rotation": [ 0, 0, 0 ]
},
"gui": {
"scale": [ 0.75, 0.75, 0.75 ],
"rotation": [ 20, 25, 0 ],
"translation": [ 0, -0.5, 0 ]
}
}
}