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,8 @@
{
"credit": "Created by Stridey",
"textures": {
"side": "block/piston_side_sticky",
"particle": "block/piston_side_sticky",
"platform": "block/piston_top_sticky",
"bottom": "block/piston_bottom"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#platform", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#side", "cullface": "down"}
}
}
]
"parent": "minecraft:block/template_piston",
"textures": {
"bottom": "minecraft:block/piston_bottom",
"platform": "minecraft:block/piston_top_sticky",
"side": "minecraft:block/piston_side"
}
}