add redstone tweaks resource pack and fix blockstate variant order
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user