Humanize custom item names
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
"model": "minecraft:item/salmon"
|
||||
},
|
||||
"cases": [
|
||||
{ "when": "roll", "model": { "type": "model", "model": "lz:food/plated_salmon_roll" } },
|
||||
{ "when": "roll_1", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_1" } },
|
||||
{ "when": "roll_2", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_2" } },
|
||||
{ "when": "roll_3", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_3" } },
|
||||
{ "when": "roll_4", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_4" } },
|
||||
{ "when": "roll_5", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_5" } },
|
||||
{ "when": "roll_6", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_6" } }
|
||||
{ "when": "Salmon Roll", "model": { "type": "model", "model": "lz:food/plated_salmon_roll" } },
|
||||
{ "when": "Salmon Roll 1", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_1" } },
|
||||
{ "when": "Salmon Roll 2", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_2" } },
|
||||
{ "when": "Salmon Roll 3", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_3" } },
|
||||
{ "when": "Salmon Roll 4", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_4" } },
|
||||
{ "when": "Salmon Roll 5", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_5" } },
|
||||
{ "when": "Salmon Roll 6", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_6" } }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user