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

20 lines
669 B
JSON

{
"textures": {
"particle": "block/brick_wall",
"wall": "block/brick_wall"
},
"elements": [
{
"from": [5, 0, 0],
"to": [11, 16, 16],
"faces": {
"north": {"uv": [14.5, 12, 16, 16], "texture": "#wall", "cullface": "north"},
"east": {"uv": [10.25, 12, 14.25, 16], "texture": "#wall"},
"south": {"uv": [8.5, 12, 10, 16], "texture": "#wall", "cullface": "south"},
"west": {"uv": [4.25, 12, 8.25, 16], "texture": "#wall"},
"up": {"uv": [4.25, 10.25, 8.25, 11.75], "rotation": 90, "texture": "#wall", "cullface": "up"},
"down": {"uv": [10.25, 10.25, 14.25, 11.75], "rotation": 90, "texture": "#wall", "cullface": "down"}
}
}
]
}