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,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/instrument/banjo"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/instrument/basedrum"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/instrument/bass"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/instrument/bell"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/instrument/bit"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/instrument/chime"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/instrument/cow_bell"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/instrument/creeper"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/instrument/custom_head"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/instrument/didgeridoo"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/instrument/dragon"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/instrument/flute"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/instrument/guitar"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/unpowered"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/instrument/hat"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/instrument/iron_xylophone"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/instrument/piglin"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/instrument/pling"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/instrument/skeleton"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/instrument/snare"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/instrument/trumpet"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/instrument/trumpet_exposed"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/instrument/trumpet_oxidized"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/instrument/trumpet_weathered"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/instrument/wither_skeleton"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/instrument/xylophone"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/instrument_parent",
"textures": {
"instrument": "block/note_block/instrument/zombie"
}
}

View File

@@ -0,0 +1,74 @@
{
"credit": "Made with Blockbench",
"textures": {
"particle": "block/note_block/unpowered"
},
"elements": [
{
"name": "top",
"from": [0, 15, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 1], "texture": "#instrument", "cullface": "north"},
"east": {"uv": [0, 0, 16, 1], "texture": "#instrument", "cullface": "east"},
"south": {"uv": [0, 0, 16, 1], "texture": "#instrument", "cullface": "south"},
"west": {"uv": [0, 0, 16, 1], "texture": "#instrument", "cullface": "west"}
}
},
{
"name": "bottom",
"from": [0, 0, 0],
"to": [16, 1, 16],
"faces": {
"north": {"uv": [0, 15, 16, 16], "texture": "#instrument", "cullface": "north"},
"east": {"uv": [0, 15, 16, 16], "texture": "#instrument", "cullface": "east"},
"south": {"uv": [0, 15, 16, 16], "texture": "#instrument", "cullface": "south"},
"west": {"uv": [0, 15, 16, 16], "texture": "#instrument", "cullface": "west"}
}
},
{
"name": "east",
"from": [15, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 1, 16], "texture": "#instrument", "cullface": "north"},
"south": {"uv": [15, 0, 16, 16], "texture": "#instrument", "cullface": "south"},
"up": {"uv": [15, 0, 16, 16], "texture": "#instrument", "cullface": "up"},
"down": {"uv": [15, 0, 16, 16], "texture": "#instrument", "cullface": "down"}
}
},
{
"name": "west",
"from": [0, 0, 0],
"to": [1, 16, 16],
"faces": {
"north": {"uv": [15, 0, 16, 16], "texture": "#instrument", "cullface": "north"},
"south": {"uv": [0, 0, 1, 16], "texture": "#instrument", "cullface": "south"},
"up": {"uv": [0, 0, 1, 16], "texture": "#instrument", "cullface": "up"},
"down": {"uv": [0, 0, 1, 16], "texture": "#instrument", "cullface": "down"}
}
},
{
"name": "north",
"from": [0, 0, 0],
"to": [16, 16, 1],
"faces": {
"east": {"uv": [15, 0, 16, 16], "texture": "#instrument", "cullface": "east"},
"west": {"uv": [0, 0, 1, 16], "texture": "#instrument", "cullface": "west"},
"up": {"uv": [0, 0, 16, 1], "texture": "#instrument", "cullface": "up"},
"down": {"uv": [0, 15, 16, 16], "texture": "#instrument", "cullface": "down"}
}
},
{
"name": "south",
"from": [0, 0, 15],
"to": [16, 16, 16],
"faces": {
"east": {"uv": [0, 0, 1, 16], "texture": "#instrument", "cullface": "east"},
"west": {"uv": [15, 0, 16, 16], "texture": "#instrument", "cullface": "west"},
"up": {"uv": [0, 15, 16, 16], "texture": "#instrument", "cullface": "up"},
"down": {"uv": [0, 0, 16, 1], "texture": "#instrument", "cullface": "down"}
}
}
]
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/note_block/unpowered"
}
}

View File

@@ -0,0 +1,35 @@
{
"credit": "Made with Blockbench",
"textures": {
"particle": "block/note_block/unpowered"
},
"elements": [
{
"name": "z",
"from": [1, 1, 0],
"to": [15, 15, 16],
"faces": {
"north": {"uv": [1, 1, 15, 15], "texture": "#note", "cullface": "north"},
"south": {"uv": [1, 1, 15, 15], "texture": "#note", "cullface": "south"}
}
},
{
"name": "y",
"from": [1, 0, 1],
"to": [15, 16, 15],
"faces": {
"up": {"uv": [1, 1, 15, 15], "texture": "#note", "cullface": "up"},
"down": {"uv": [1, 1, 15, 15], "texture": "#note", "cullface": "down"}
}
},
{
"name": "x",
"from": [0, 1, 1],
"to": [16, 15, 15],
"faces": {
"east": {"uv": [1, 1, 15, 15], "texture": "#note", "cullface": "east"},
"west": {"uv": [1, 1, 15, 15], "texture": "#note", "cullface": "west"}
}
}
]
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/powered/0"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/powered/1"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/powered/10"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/powered/11"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/powered/12"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/powered/13"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/powered/14"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/powered/15"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/powered/16"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/powered/17"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/powered/18"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/powered/19"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/powered/2"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/powered/20"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/powered/21"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/powered/22"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/powered/23"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/powered/24"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/powered/3"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/powered/4"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/powered/5"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/powered/6"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/powered/7"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/powered/8"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/powered/9"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/unpowered/0"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/unpowered/1"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/unpowered/10"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/unpowered/11"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/unpowered/12"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/unpowered/13"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/unpowered/14"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/unpowered/15"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/unpowered/16"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/unpowered/17"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/unpowered/18"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/unpowered/19"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/unpowered/2"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/unpowered/20"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/unpowered/21"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/unpowered/22"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/unpowered/23"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/unpowered/24"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/unpowered/3"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/unpowered/4"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/unpowered/5"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/unpowered/6"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/unpowered/7"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/unpowered/8"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/note_block/note_powered_parent",
"textures": {
"note": "block/note_block/unpowered/9"
}
}