import sources from scattered branches

This commit is contained in:
2026-07-08 23:12:18 -04:00
parent a1cbd1657e
commit 5e9d8f1b34
9409 changed files with 97775 additions and 7 deletions

View File

@@ -0,0 +1,23 @@
{
"credit": "Created by Stridey",
"textures": {
"particle": "block/sandstone",
"side": "block/sandstone",
"top": "block/sandstone_top",
"bottom": "block/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"}
}
}
]
}