ploof-pack/faithless/assets/minecraft/models/block/wall_inventory.json

47 lines
1.5 KiB
JSON

{
"parent": "block/block",
"elements": [
{
"from": [12, 0, 4],
"to": [20, 16, 12],
"faces": {
"north": {"uv": [4, 0, 12, 16], "texture": "#wall"},
"east": {"uv": [4, 0, 12, 16], "texture": "#wall"},
"south": {"uv": [4, 0, 12, 16], "texture": "#wall"},
"west": {"uv": [4, 0, 12, 16], "texture": "#wall"},
"up": {"uv": [4, 4, 12, 12], "rotation": 90, "texture": "#wall"},
"down": {"uv": [4, 4, 12, 12], "rotation": 270, "texture": "#wall", "cullface": "down"}
}
},
{
"from": [-4, 0, 4],
"to": [4, 16, 12],
"faces": {
"north": {"uv": [4, 0, 12, 16], "texture": "#wall"},
"east": {"uv": [4, 0, 12, 16], "texture": "#wall"},
"south": {"uv": [4, 0, 12, 16], "texture": "#wall"},
"west": {"uv": [4, 0, 12, 16], "texture": "#wall"},
"up": {"uv": [4, 4, 12, 12], "rotation": 90, "texture": "#wall"},
"down": {"uv": [4, 4, 12, 12], "rotation": 270, "texture": "#wall", "cullface": "down"}
}
},
{
"from": [0, 0, 5],
"to": [16, 13, 11],
"faces": {
"north": {"uv": [0, 3, 16, 16], "texture": "#wall"},
"east": {"uv": [5, 3, 11, 16], "texture": "#wall", "cullface": "north"},
"south": {"uv": [0, 3, 16, 16], "texture": "#wall"},
"west": {"uv": [5, 3, 11, 16], "texture": "#wall", "cullface": "south"},
"up": {"uv": [5, 0, 11, 16], "rotation": 90, "texture": "#wall"},
"down": {"uv": [5, 0, 11, 16], "rotation": 270, "texture": "#wall", "cullface": "down"}
}
}
],
"display": {
"gui": {
"rotation": [21.46, -40.63, 0.08],
"scale": [0.63, 0.63, 0.63]
}
}
}