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,8 @@
{
"parent": "block/piston/extended",
"textures": {
"bottom": "block/piston/bottom_extended",
"side": "block/piston/side",
"inside": "block/piston/inner"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/piston/extended",
"textures": {
"bottom": "block/piston/bottom_extended_sticky",
"side": "block/piston/side",
"inside": "block/piston/inner"
}
}

View File

@@ -0,0 +1,18 @@
{
"textures": {
"particle": "#side"
},
"elements": [
{ "from": [ 0, 0, 4 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "down", "rotation": 180 },
"up": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "up" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#inside" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" },
"west": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "west", "rotation": 270 },
"east": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "east", "rotation": 90 }
}
}
]
}

View File

@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/piston/template_head",
"textures": {
"platform": "minecraft:block/piston/top",
"side": "minecraft:block/piston/side",
"unsticky": "minecraft:block/piston/top"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/piston/template_head_short",
"textures": {
"platform": "minecraft:block/piston/top",
"side": "minecraft:block/piston/side",
"unsticky": "minecraft:block/piston/top"
}
}

View File

@@ -0,0 +1,9 @@
{
"parent": "block/piston/template_head_short_sticky",
"textures": {
"platform": "block/piston/top_sticky",
"side": "block/piston/side_sticky",
"unsticky_side": "block/piston/side",
"unsticky": "block/piston/top"
}
}

View File

@@ -0,0 +1,9 @@
{
"parent": "block/piston/template_head_sticky",
"textures": {
"unsticky": "block/piston/top",
"side": "block/piston/side_sticky",
"unsticky_side": "block/piston/side",
"platform": "block/piston/top_sticky"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"textures": {
"top": "minecraft:block/piston/top",
"bottom": "minecraft:block/piston/bottom",
"side": "minecraft:block/piston/side"
}
}

View File

@@ -0,0 +1,5 @@
{
"textures": {
"particle": "minecraft:block/piston/side"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/piston/template",
"textures": {
"platform": "minecraft:block/piston/top",
"bottom": "minecraft:block/piston/bottom",
"side": "minecraft:block/piston/side"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/piston/template",
"textures": {
"bottom": "block/piston/bottom_sticky",
"side": "block/piston/side_sticky",
"platform": "block/piston/top_sticky"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/cube_bottom_top",
"textures": {
"bottom": "block/piston/bottom_sticky",
"side": "block/piston/side_sticky",
"top": "block/piston/top_sticky"
}
}

View File

@@ -0,0 +1,18 @@
{
"textures": {
"particle": "#side"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 180, "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "up" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 270, "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 90, "cullface": "east" }
}
}
]
}

View File

@@ -0,0 +1,27 @@
{
"textures": {
"particle": "#platform"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 4 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 },
"up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" },
"west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" }
}
},
{ "from": [ 6, 6, 4 ],
"to": [ 10, 10, 20 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90 },
"up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270 },
"west": { "uv": [ 16, 4, 0, 0 ], "texture": "#side" },
"east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side" }
}
}
]
}

View File

@@ -0,0 +1,27 @@
{
"textures": {
"particle": "#platform"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 4 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 },
"up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" },
"west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" }
}
},
{ "from": [ 6, 6, 4 ],
"to": [ 10, 10, 16 ],
"faces": {
"down": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 90 },
"up": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 270 },
"west": { "uv": [ 16, 4, 4, 0 ], "texture": "#side" },
"east": { "uv": [ 4, 0, 16, 4 ], "texture": "#side" }
}
}
]
}

View File

@@ -0,0 +1,27 @@
{
"textures": {
"particle": "#platform"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 4 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 },
"up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" },
"west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" }
}
},
{ "from": [ 6, 6, 4 ],
"to": [ 10, 10, 16 ],
"faces": {
"down": { "uv": [ 4, 0, 16, 4 ], "texture": "#unsticky_side", "rotation": 90 },
"up": { "uv": [ 4, 0, 16, 4 ], "texture": "#unsticky_side", "rotation": 270 },
"west": { "uv": [ 16, 4, 4, 0 ], "texture": "#unsticky_side" },
"east": { "uv": [ 4, 0, 16, 4 ], "texture": "#unsticky_side" }
}
}
]
}

View File

@@ -0,0 +1,27 @@
{
"textures": {
"particle": "#platform"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 4 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 },
"up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" },
"west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" }
}
},
{ "from": [ 6, 6, 4 ],
"to": [ 10, 10, 20 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 4 ], "texture": "#unsticky_side", "rotation": 90 },
"up": { "uv": [ 0, 0, 16, 4 ], "texture": "#unsticky_side", "rotation": 270 },
"west": { "uv": [ 16, 4, 0, 0 ], "texture": "#unsticky_side" },
"east": { "uv": [ 0, 0, 16, 4 ], "texture": "#unsticky_side" }
}
}
]
}