Files
minecraft-server-resource-pack/assets/minecraft/items/bread.json
T
2026-08-12 23:55:32 +01:00

22 lines
1.1 KiB
JSON

{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/bread"
},
"cases": [
{ "when": "Chicken Sandwich 1", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken_1" } },
{ "when": "Chicken Sandwich 2", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken_2" } },
{ "when": "Egg Sandwich 1", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg_1" } },
{ "when": "Egg Sandwich 2", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg_2" } },
{ "when": "Glow Berry Sandwich", "model": { "type": "model", "model": "lz:food/plated_sandwich_glow_berry" } },
{ "when": "Dark Glow Berry Sandwich", "model": { "type": "model", "model": "lz:food/plated_sandwich_glow_berry_dark" } },
{ "when": "Sweet Berry Sandwich", "model": { "type": "model", "model": "lz:food/plated_sandwich_sweet_berry" } },
{ "when": "Dark Sweet Berry Sandwich", "model": { "type": "model", "model": "lz:food/plated_sandwich_sweet_berry_dark" } }
]
}
}