Humanize custom item names
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
"model": "minecraft:item/glass_bottle"
|
||||
},
|
||||
"cases": [
|
||||
{ "when": "mug_chocolate", "model": { "type": "model", "model": "lz:festive/hot_chocolate_mug" } },
|
||||
{ "when": "drink", "model": { "type": "model", "model": "lz:food/glass_bottle" } },
|
||||
{ "when": "drink_water", "model": { "type": "model", "model": "lz:food/drink_water" } }
|
||||
{ "when": "Empty Bottle", "model": { "type": "model", "model": "lz:food/glass_bottle" } },
|
||||
{ "when": "Spring Water", "model": { "type": "model", "model": "lz:food/drink_water" } },
|
||||
{ "when": "Hot Chocolate Mug", "model": { "type": "model", "model": "lz:festive/hot_chocolate_mug" } }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user