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

23 lines
628 B
JSON

{
"credit": "Created by Stridey",
"textures": {
"particle": "block/red_sandstone",
"side": "block/red_sandstone",
"top": "block/red_sandstone_top",
"bottom": "block/red_sandstone_bottom"
},
"elements": [
{
"name": "wall",
"from": [5, 0, 0],
"to": [11, 14, 8],
"faces": {
"north": {"uv": [5, 2, 11, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [8, 2, 16, 16], "texture": "#side"},
"west": {"uv": [0, 2, 8, 16], "texture": "#side"},
"up": {"uv": [5, 0, 11, 8], "texture": "#top"},
"down": {"uv": [5, 8, 11, 16], "texture": "#bottom", "cullface": "down"}
}
}
]
}