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,24 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"side": "block/blast_furnace/side",
"top": "block/blast_furnace/top",
"particle": "block/blast_furnace/front",
"front": "block/blast_furnace/front"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#front", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"},
"down": {"uv": [16, 16, 0, 0], "texture": "#top", "cullface": "down"}
}
}
]
}

View File

@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"top": "minecraft:block/blast_furnace/top",
"front": "minecraft:block/blast_furnace/front",
"side": "minecraft:block/blast_furnace/side"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"top": "minecraft:block/blast_furnace/top_on",
"front": "minecraft:block/blast_furnace/front_on",
"side": "minecraft:block/blast_furnace/side_on"
}
}

View File

@@ -0,0 +1,24 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"side": "block/blast_furnace/side_on",
"top": "block/blast_furnace/top_on",
"particle": "block/blast_furnace/front_on",
"front": "block/blast_furnace/front_on"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#front", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"},
"down": {"uv": [16, 16, 0, 0], "texture": "#top", "cullface": "down"}
}
}
]
}