Files
minecraft-server-resource-pack/resourcepack/assets/minecraft/items/salmon.json
T
2026-08-10 22:35:03 +01:00

20 lines
913 B
JSON

{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"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" } }
]
}
}