animalworld Rezepte gefixt/kompatibel gemacht

This commit is contained in:
N-Nachtigal 2025-05-17 21:05:03 +02:00
parent 0859a56f8f
commit a063db5d3b
34 changed files with 1012 additions and 359 deletions

View file

@ -95,7 +95,7 @@ minetest.register_craftitem(":animalworld:locust_roasted", {
description = S("Roasted Locust"),
inventory_image = "animalworld_locust_roasted.png",
on_use = minetest.item_eat(8),
groups = {food_meat = 1, flammable = 2},
groups = {food_meat = 1, flammable = 2, food = 1},
})
minetest.register_craft({