Mehr Rezepte angepasst
This commit is contained in:
parent
3e84ea756b
commit
f69bd7f597
11 changed files with 83 additions and 37 deletions
|
@ -553,7 +553,7 @@ for n = 1, #fish do
|
|||
|
||||
if fish[n][3] ~= 0 then
|
||||
usage = minetest.item_eat(fish[n][3])
|
||||
groups = {food_fish_raw = 1, ethereal_fish = 1}
|
||||
groups = {food_fish_raw = 1, ethereal_fish = 1, fish = 1}
|
||||
end
|
||||
|
||||
minetest.register_craftitem("ethereal:fish_" .. fish[n][2], {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue