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

20 lines
1.0 KiB
JSON

{
"model": {
"type": "select",
"property": "custom_model_data",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/bread"
},
"cases": [
{ "when": "chicken1", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken1" } },
{ "when": "chicken2", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken2" } },
{ "when": "egg1", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg1" } },
{ "when": "egg2", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg2" } },
{ "when": "glow_berry", "model": { "type": "model", "model": "lz:food/plated_sandwich_glow_berry" } },
{ "when": "glow_berry_dark", "model": { "type": "model", "model": "lz:food/plated_sandwich_glow_berry_dark" } },
{ "when": "sweet_berry", "model": { "type": "model", "model": "lz:food/plated_sandwich_sweet_berry" } },
{ "when": "sweet_berry_dark", "model": { "type": "model", "model": "lz:food/plated_sandwich_sweet_berry_dark" } }
]
}
}