Humanize custom item names
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
"model": "minecraft:item/bread"
|
||||
},
|
||||
"cases": [
|
||||
{ "when": "sandwich_chicken_1", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken_1" } },
|
||||
{ "when": "sandwich_chicken_2", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken_2" } },
|
||||
{ "when": "sandwich_egg_1", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg_1" } },
|
||||
{ "when": "sandwich_egg_2", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg_2" } },
|
||||
{ "when": "sandwich_glow_berry", "model": { "type": "model", "model": "lz:food/plated_sandwich_glow_berry" } },
|
||||
{ "when": "sandwich_glow_berry_dark", "model": { "type": "model", "model": "lz:food/plated_sandwich_glow_berry_dark" } },
|
||||
{ "when": "sandwich_sweet_berry", "model": { "type": "model", "model": "lz:food/plated_sandwich_sweet_berry" } },
|
||||
{ "when": "sandwich_sweet_berry_dark", "model": { "type": "model", "model": "lz:food/plated_sandwich_sweet_berry_dark" } }
|
||||
{ "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" } }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user