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