Files
wireless-docs/public/assets/minecraft/models/block/template_shelf_inventory.json

75 lines
2.4 KiB
JSON

{
"parent": "block/block",
"display": {
"gui": {
"rotation": [ 30, 225, 0 ],
"translation": [ 2.5, -1.5, 0],
"scale":[ 0.625, 0.625, 0.625 ]
},
"fixed": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 0, -4 ],
"scale": [ 0.5, 0.5, 0.5 ]
},
"on_shelf": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 0, 4 ],
"scale": [ 1, 1, 1 ]
},
"firstperson_righthand": {
"rotation": [ 0, 135, 0 ],
"translation": [ 0, -2, 0 ],
"scale": [ 0.5, 0.5, 0.5 ]
},
"thirdperson_righthand": {
"rotation": [ 75, 135, 0 ],
"translation": [ -3, 1, 0 ],
"scale": [ 0.4, 0.4, 0.4 ]
}
},
"textures": {
"particle": "#particle"
},
"elements": [
{
"name": "shelf_body",
"from": [0, 0, 13],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 2, 8, 6], "texture": "#all"},
"east": {"uv": [8, 0, 9.5, 8], "texture": "#all", "cullface": "east"},
"south": {"uv": [8, 0, 16, 8], "texture": "#all", "cullface": "south"},
"west": {"uv": [14.5, 0, 16, 8], "texture": "#all", "cullface": "west"},
"up": {"uv": [16, 5, 8, 3.5], "texture": "#all"},
"down": {"uv": [16, 6, 8, 4.5], "texture": "#all", "cullface": "down"}
}
},
{
"name": "shelf_bottom",
"from": [0, 0, 11],
"to": [16, 4, 13],
"faces": {
"north": {"uv": [0, 6, 8, 8], "texture": "#all"},
"east": {"uv": [1.5, 6, 2.5, 8], "texture": "#all", "cullface": "east"},
"south": {"uv": [0, 0, 8, 1], "texture": "#all", "cullface": "south"},
"west": {"uv": [5.5, 6, 6.5, 8], "texture": "#all", "cullface": "west"},
"up": {"uv": [8, 3.5, 16, 4.5], "texture": "#all"},
"down": {"uv": [16, 4.5, 8, 3.5], "texture": "#all", "cullface": "down"}
}
},
{
"name": "shelf_top",
"from": [0, 12, 11],
"to": [16, 16, 13],
"faces": {
"north": {"uv": [0, 0, 8, 2], "texture": "#all"},
"east": {"uv": [1.5, 0, 2.5, 2], "texture": "#all", "cullface": "east"},
"south": {"uv": [0, 0, 8, 1], "texture": "#all", "cullface": "south"},
"west": {"uv": [5.5, 0, 6.5, 2], "texture": "#all", "cullface": "west"},
"up": {"uv": [16, 6, 8, 5], "texture": "#all", "cullface": "up"},
"down": {"uv": [8, 5, 16, 6], "texture": "#all"}
}
}
]
}