Files
minecraft-server-resource-pack/packs/0-lzcustom/assets/minecraft/items/dried_kelp.json
T
2024-12-05 21:04:52 +00:00

16 lines
581 B
JSON

{
"model": {
"type": "select",
"property": "custom_model_data",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/dried_kelp"
},
"cases": [
{ "when": "roll", "model": { "type": "model", "model": "lz:food/plated_kelp_roll" } },
{ "when": "roll1", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_1" } },
{ "when": "roll2", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_2" } },
{ "when": "roll3", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_3" } }
]
}
}