Humanize custom item names
This commit is contained in:
@@ -8,14 +8,13 @@
|
||||
"model": "minecraft:item/cod"
|
||||
},
|
||||
"cases": [
|
||||
{ "when": "roll", "model": { "type": "model", "model": "lz:food/plated_cod_roll" } },
|
||||
{ "when": "roll_1", "model": { "type": "model", "model": "lz:food/plated_cod_roll_1" } },
|
||||
{ "when": "roll_2", "model": { "type": "model", "model": "lz:food/plated_cod_roll_2" } },
|
||||
{ "when": "roll_3", "model": { "type": "model", "model": "lz:food/plated_cod_roll_3" } },
|
||||
{ "when": "roll_4", "model": { "type": "model", "model": "lz:food/plated_cod_roll_4" } },
|
||||
{ "when": "roll_5", "model": { "type": "model", "model": "lz:food/plated_cod_roll_5" } },
|
||||
{ "when": "roll_6", "model": { "type": "model", "model": "lz:food/plated_cod_roll_6" } },
|
||||
{ "when": "stew", "model": { "type": "model", "model": "lz:food/stew_baked_cod" } }
|
||||
{ "when": "Cod Roll", "model": { "type": "model", "model": "lz:food/plated_cod_roll" } },
|
||||
{ "when": "Cod Roll 1", "model": { "type": "model", "model": "lz:food/plated_cod_roll_1" } },
|
||||
{ "when": "Cod Roll 2", "model": { "type": "model", "model": "lz:food/plated_cod_roll_2" } },
|
||||
{ "when": "Cod Roll 3", "model": { "type": "model", "model": "lz:food/plated_cod_roll_3" } },
|
||||
{ "when": "Cod Roll 4", "model": { "type": "model", "model": "lz:food/plated_cod_roll_4" } },
|
||||
{ "when": "Cod Roll 5", "model": { "type": "model", "model": "lz:food/plated_cod_roll_5" } },
|
||||
{ "when": "Cod Roll 6", "model": { "type": "model", "model": "lz:food/plated_cod_roll_6" } }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user