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,14 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "minecraft:item/glow_berries"
},
"overrides": [
{"predicate": {"custom_model_data":59700}, "model": "lz:food/plated_glow_berry_sweet_roll"},
{"predicate": {"custom_model_data":59701}, "model": "lz:food/plated_glow_berry_sweet_roll1"},
{"predicate": {"custom_model_data":59702}, "model": "lz:food/plated_glow_berry_sweet_roll2"},
{"predicate": {"custom_model_data":59703}, "model": "lz:food/plated_glow_berry_sweet_roll3"},
{"predicate": {"custom_model_data":59704}, "model": "lz:food/plated_glow_berry_sweet_roll4"},
{"predicate": {"custom_model_data":59710}, "model": "lz:food/drink_glow_berry"}
]
}