mirror of
https://github.com/TeamMidnightDust/ThisRocks.git
synced 2025-12-15 18:55:08 +01:00
34 lines
710 B
JSON
34 lines
710 B
JSON
{
|
|
"model": {
|
|
"type": "minecraft:select",
|
|
"block_state_property": "variation",
|
|
"cases": [
|
|
{
|
|
"model": {
|
|
"type": "minecraft:model",
|
|
"model": "rocks:item/starfish_red"
|
|
},
|
|
"when": "red"
|
|
},
|
|
{
|
|
"model": {
|
|
"type": "minecraft:model",
|
|
"model": "rocks:item/starfish_pink"
|
|
},
|
|
"when": "pink"
|
|
},
|
|
{
|
|
"model": {
|
|
"type": "minecraft:model",
|
|
"model": "rocks:item/starfish_orange"
|
|
},
|
|
"when": "orange"
|
|
}
|
|
],
|
|
"fallback": {
|
|
"type": "minecraft:model",
|
|
"model": "rocks:item/starfish"
|
|
},
|
|
"property": "minecraft:block_state"
|
|
}
|
|
} |