Mehr Mods hinzugefügt
This commit is contained in:
parent
92a55732cf
commit
9e345a25fb
2805 changed files with 2096013 additions and 0 deletions
17
mods/marinaramobs/hunger.lua
Normal file
17
mods/marinaramobs/hunger.lua
Normal file
|
@ -0,0 +1,17 @@
|
|||
if minetest.get_modpath("hunger_ng") ~= nil then
|
||||
hunger_ng.add_hunger_data('marinaramobs:octopus_cooked', {
|
||||
satiates = 1.0,
|
||||
})
|
||||
hunger_ng.add_hunger_data('marinaramobs:octopus_raw', {
|
||||
satiates = 3.0,
|
||||
})
|
||||
hunger_ng.add_hunger_data('marinaramobs:raw_exotic_fish', {
|
||||
satiates = 1.0,
|
||||
})
|
||||
hunger_ng.add_hunger_data('marinaramobs:cooked_exotic_fish', {
|
||||
satiates = 4.0,
|
||||
})
|
||||
hunger_ng.add_hunger_data('marinaramobs:seaurchin_cooked', {
|
||||
satiates = 1.0,
|
||||
})
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue