Files
wireless-docs/assets/minecraft/models/block/sandstone_wall_side_tall.json
2026-07-04 11:10:04 -04:00

22 lines
611 B
JSON

{
"credit": "Created by Stridey",
"textures": {
"particle": "block/sandstone",
"side": "block/sandstone",
"top": "block/sandstone_top",
"bottom": "block/sandstone_bottom"
},
"elements": [
{
"from": [5, 0, 0],
"to": [11, 16, 8],
"faces": {
"north": {"uv": [5, 0, 11, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [8, 0, 16, 16], "texture": "#side"},
"west": {"uv": [0, 0, 8, 16], "texture": "#side"},
"up": {"uv": [5, 0, 11, 8], "texture": "#top", "cullface": "up"},
"down": {"uv": [5, 8, 11, 16], "texture": "#bottom", "cullface": "down"}
}
}
]
}