Files
minecraft-assets/assets/minecraft/items/test_block.json
2025-03-19 18:31:15 +01:00

34 lines
739 B
JSON

{
"model": {
"type": "minecraft:select",
"block_state_property": "mode",
"cases": [
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/test_block_log"
},
"when": "log"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/test_block_fail"
},
"when": "fail"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/test_block_accept"
},
"when": "accept"
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:block/test_block_start"
},
"property": "minecraft:block_state"
}
}