revert to vanilla assets

This commit is contained in:
2026-07-09 21:14:29 -04:00
parent 826e8967a2
commit 223b733bdc
2126 changed files with 38030 additions and 3856 deletions

View File

@@ -1,23 +1,6 @@
{
"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"}
}
}
]
"parent": "minecraft:block/template_wall_side",
"textures": {
"wall": "minecraft:block/sandstone"
}
}