Files
minecraft-server-resource-pack/packs/0-lzcustom/assets/minecraft/items/salmon.json
T
2024-12-06 12:39:42 +00:00

19 lines
879 B
JSON

{
"model": {
"type": "select",
"property": "custom_model_data",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/salmon"
},
"cases": [
{ "when": "roll", "model": { "type": "model", "model": "lz:food/plated_salmon_roll" } },
{ "when": "roll1", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_1" } },
{ "when": "roll2", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_2" } },
{ "when": "roll3", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_3" } },
{ "when": "roll4", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_4" } },
{ "when": "roll5", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_5" } },
{ "when": "roll6", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_6" } }
]
}
}