Files
minecraft-server-resource-pack/assets/minecraft/items/dried_kelp.json
T
2026-08-11 19:00:56 +01:00

18 lines
619 B
JSON

{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/dried_kelp"
},
"cases": [
{ "when": "roll", "model": { "type": "model", "model": "lz:food/plated_kelp_roll" } },
{ "when": "roll_1", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_1" } },
{ "when": "roll_2", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_2" } },
{ "when": "roll_3", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_3" } }
]
}
}