add redstone tweaks resource pack and fix blockstate variant order

This commit is contained in:
2026-07-09 22:44:56 -04:00
parent 223b733bdc
commit 7f842d74c8
2664 changed files with 16128 additions and 9050 deletions

View File

@@ -0,0 +1,20 @@
{
"textures": {
"bar": "block/bell/bar",
"particle": "block/bell_bottom"
},
"elements": [
{
"from": [3, 13, 7],
"to": [16, 15, 9],
"faces": {
"north": {"uv": [0, 2, 13, 4], "texture": "#bar"},
"east": {"uv": [5, 4, 7, 6], "texture": "#bar", "cullface": "east"},
"south": {"uv": [3, 3, 16, 5], "texture": "#bar"},
"west": {"uv": [5, 4, 7, 6], "texture": "#bar"},
"up": {"uv": [3, 3, 16, 5], "texture": "#bar"},
"down": {"uv": [3, 3, 16, 5], "texture": "#bar"}
}
}
]
}