Updated Carved Pumpkin and Apple (renamed item to items)

This commit is contained in:
2024-12-05 20:34:07 +00:00
parent e3f275ca18
commit 03707a438d
31 changed files with 33 additions and 22 deletions
@@ -0,0 +1,16 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "minecraft:item/bread"
},
"overrides": [
{"predicate": {"custom_model_data":59701}, "model": "lz:food/plated_sandwich_chicken1"},
{"predicate": {"custom_model_data":59702}, "model": "lz:food/plated_sandwich_chicken2"},
{"predicate": {"custom_model_data":59703}, "model": "lz:food/plated_sandwich_egg1"},
{"predicate": {"custom_model_data":59704}, "model": "lz:food/plated_sandwich_egg2"},
{"predicate": {"custom_model_data":59705}, "model": "lz:food/plated_sandwich_glow_berry"},
{"predicate": {"custom_model_data":59706}, "model": "lz:food/plated_sandwich_glow_berry_dark"},
{"predicate": {"custom_model_data":59707}, "model": "lz:food/plated_sandwich_sweet_berry"},
{"predicate": {"custom_model_data":59708}, "model": "lz:food/plated_sandwich_sweet_berry_dark"}
]
}