Updated for 1.21.4

This commit is contained in:
2024-12-05 21:04:52 +00:00
parent 03707a438d
commit a08af1bdd2
27 changed files with 502 additions and 405 deletions
@@ -1,12 +1,16 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "minecraft:item/baked_potato"
},
"overrides": [
{"predicate": {"custom_model_data":59700}, "model": "lz:food/plated_baked_potato"},
{"predicate": {"custom_model_data":59701}, "model": "lz:food/plated_baked_potato1"},
{"predicate": {"custom_model_data":59702}, "model": "lz:food/plated_baked_potato2"},
{"predicate": {"custom_model_data":59703}, "model": "lz:food/plated_baked_potato3"}
]
"model": {
"type": "select",
"property": "custom_model_data",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/baked_potato"
},
"cases": [
{ "when": "baked_potato", "model": { "type": "model", "model": "lz:food/plated_baked_potato" } },
{ "when": "baked_potato1", "model": { "type": "model", "model": "lz:food/plated_baked_potato1" } },
{ "when": "baked_potato2", "model": { "type": "model", "model": "lz:food/plated_baked_potato2" } },
{ "when": "baked_potato3", "model": { "type": "model", "model": "lz:food/plated_baked_potato3" } }
]
}
}