Humanize custom item names
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
"model": "minecraft:item/cooked_chicken"
|
||||
},
|
||||
"cases": [
|
||||
{ "when": "roast", "model": { "type": "model", "model": "lz:food/plated_roast_chicken" } },
|
||||
{ "when": "roast_0", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_0" } },
|
||||
{ "when": "roast_1", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_1" } },
|
||||
{ "when": "roast_2", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_2" } },
|
||||
{ "when": "roast_3", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_3" } },
|
||||
{ "when": "roast_4", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_4" } },
|
||||
{ "when": "soup", "model": { "type": "model", "model": "lz:food/soup_chicken" } }
|
||||
{ "when": "Roast Chicken", "model": { "type": "model", "model": "lz:food/plated_roast_chicken" } },
|
||||
{ "when": "Roast Chicken 0", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_0" } },
|
||||
{ "when": "Roast Chicken 1", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_1" } },
|
||||
{ "when": "Roast Chicken 2", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_2" } },
|
||||
{ "when": "Roast Chicken 3", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_3" } },
|
||||
{ "when": "Roast Chicken 4", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_4" } },
|
||||
{ "when": "Chicken Broth", "model": { "type": "model", "model": "lz:food/soup_chicken" } }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user