Files
minecraft-server-resource-pack/assets/minecraft/items/glass_bottle.json
T
2026-08-12 23:55:32 +01:00

17 lines
540 B
JSON

{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/glass_bottle"
},
"cases": [
{ "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" } }
]
}
}