animalworld Rezepte gefixt/kompatibel gemacht
This commit is contained in:
parent
0859a56f8f
commit
a063db5d3b
34 changed files with 1012 additions and 359 deletions
|
@ -91,7 +91,7 @@ minetest.register_craftitem(":animalworld:rawfish", {
|
|||
description = S("Raw Fish"),
|
||||
inventory_image = "animalworld_rawfish.png",
|
||||
on_use = minetest.item_eat(3),
|
||||
groups = {food_meat_raw = 1, flammable = 2},
|
||||
groups = {fish = 1, food_fish_raw = 1, flammable = 2},
|
||||
})
|
||||
|
||||
-- cooked fish
|
||||
|
@ -99,7 +99,7 @@ minetest.register_craftitem(":animalworld:cookedfish", {
|
|||
description = S("Cooked Fish"),
|
||||
inventory_image = "animalworld_cookedfish.png",
|
||||
on_use = minetest.item_eat(5),
|
||||
groups = {food_meat = 1, flammable = 2},
|
||||
groups = {food_fish = 1, flammable = 2},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue