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

19 lines
579 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"textures": {
"particle": "block/brick_wall",
"wall": "block/brick_wall"
},
"elements": [
{
"from": [5, 0, 0],
"to": [11, 16, 5],
"faces": {
"north": {"uv": [14.5, 12, 16, 16], "texture": "#wall", "cullface": "north"},
"east": {"uv": [13, 12, 14.25, 16], "texture": "#wall"},
"west": {"uv": [4.25, 12, 5.5, 16], "texture": "#wall"},
"up": {"uv": [4.25, 10.25, 5.5, 11.75], "rotation": 90, "texture": "#wall", "cullface": "up"},
"down": {"uv": [13, 10.25, 14.25, 11.75], "rotation": 90, "texture": "#wall", "cullface": "down"}
}
}
]
}