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,22 @@
{
"textures": {
"particle": "block/cake/side",
"bottom": "block/cake/bottom",
"top": "block/cake/top",
"side": "block/cake/side",
"inside": "block/cake/10"
},
"elements": [
{ "from": [ 5, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "texture": "#bottom", "cullface": "down" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#inside" },
"east": { "texture": "#side" }
}
}
]
}

View File

@@ -0,0 +1,22 @@
{
"textures": {
"particle": "block/cake/side",
"bottom": "block/cake/bottom",
"top": "block/cake/top",
"side": "block/cake/side",
"inside": "block/cake/12"
},
"elements": [
{ "from": [ 3, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "texture": "#bottom", "cullface": "down" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#inside" },
"east": { "texture": "#side" }
}
}
]
}

View File

@@ -0,0 +1,22 @@
{
"textures": {
"particle": "block/cake/side",
"bottom": "block/cake/bottom",
"top": "block/cake/top",
"side": "block/cake/side",
"outside": "block/cake/14"
},
"elements": [
{ "from": [ 1, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "texture": "#bottom", "cullface": "down" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#outside" },
"east": { "texture": "#side" }
}
}
]
}

View File

@@ -0,0 +1,22 @@
{
"textures": {
"particle": "block/cake/side",
"bottom": "block/cake/bottom",
"top": "block/cake/top",
"side": "block/cake/side",
"inside": "block/cake/2"
},
"elements": [
{ "from": [ 13, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "texture": "#bottom", "cullface": "down" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#inside" },
"east": { "texture": "#side" }
}
}
]
}

View File

@@ -0,0 +1,22 @@
{
"textures": {
"particle": "block/cake/side",
"bottom": "block/cake/bottom",
"top": "block/cake/top",
"side": "block/cake/side",
"inside": "block/cake/4"
},
"elements": [
{ "from": [ 11, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "texture": "#bottom", "cullface": "down" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#inside" },
"east": { "texture": "#side" }
}
}
]
}

View File

@@ -0,0 +1,22 @@
{
"textures": {
"particle": "block/cake/side",
"bottom": "block/cake/bottom",
"top": "block/cake/top",
"side": "block/cake/side",
"inside": "block/cake/6"
},
"elements": [
{ "from": [ 9, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "texture": "#bottom", "cullface": "down" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#inside" },
"east": { "texture": "#side" }
}
}
]
}

View File

@@ -0,0 +1,22 @@
{
"textures": {
"particle": "block/cake/side",
"bottom": "block/cake/bottom",
"top": "block/cake/top",
"side": "block/cake/side",
"inside": "block/cake/8"
},
"elements": [
{ "from": [ 7, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "texture": "#bottom", "cullface": "down" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#inside" },
"east": { "texture": "#side" }
}
}
]
}