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

@@ -6,14 +6,42 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/bee_nest_honey"
"model": "minecraft:block/bee_nest/1"
},
"when": "1"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/bee_nest/2"
},
"when": "2"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/bee_nest/3"
},
"when": "3"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/bee_nest/4"
},
"when": "4"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/bee_nest/5"
},
"when": "5"
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:block/bee_nest_empty"
"model": "minecraft:block/bee_nest/0"
},
"property": "minecraft:block_state"
}