Added food items and reallocated base items.

This commit is contained in:
2024-11-29 12:00:32 +00:00
parent 01d100a24d
commit ac617f92b6
216 changed files with 10894 additions and 311 deletions
@@ -0,0 +1,12 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "minecraft:item/dried_kelp"
},
"overrides": [
{"predicate": {"custom_model_data":59700}, "model": "lz:food/plated_kelp_roll"},
{"predicate": {"custom_model_data":59701}, "model": "lz:food/plated_kelp_roll_1"},
{"predicate": {"custom_model_data":59702}, "model": "lz:food/plated_kelp_roll_2"},
{"predicate": {"custom_model_data":59703}, "model": "lz:food/plated_kelp_roll_3"}
]
}