Humanize custom item names
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
"model": "minecraft:item/cocoa_beans"
|
||||
},
|
||||
"cases": [
|
||||
{ "when": "pie", "model": { "type": "model", "model": "lz:food/pie_chocolate" } },
|
||||
{ "when": "pie_1", "model": { "type": "model", "model": "lz:food/pie_chocolate_1" } },
|
||||
{ "when": "pie_2", "model": { "type": "model", "model": "lz:food/pie_chocolate_2" } },
|
||||
{ "when": "pie_3", "model": { "type": "model", "model": "lz:food/pie_chocolate_3" } },
|
||||
{ "when": "pie_4", "model": { "type": "model", "model": "lz:food/pie_chocolate_4" } },
|
||||
{ "when": "drink", "model": { "type": "model", "model": "lz:food/drink_cocoa" } }
|
||||
{ "when": "Chocolate Pie", "model": { "type": "model", "model": "lz:food/pie_chocolate" } },
|
||||
{ "when": "Chocolate Pie 1", "model": { "type": "model", "model": "lz:food/pie_chocolate_1" } },
|
||||
{ "when": "Chocolate Pie 2", "model": { "type": "model", "model": "lz:food/pie_chocolate_2" } },
|
||||
{ "when": "Chocolate Pie 3", "model": { "type": "model", "model": "lz:food/pie_chocolate_3" } },
|
||||
{ "when": "Chocolate Pie 4", "model": { "type": "model", "model": "lz:food/pie_chocolate_4" } },
|
||||
{ "when": "Hot Chocolate", "model": { "type": "model", "model": "lz:food/drink_cocoa" } }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user