mckayshirou d84825acd0 mods - marinara - incorporate marinara mod for living great biomes under water
* using forked version due backguard compatibility
  with minimal hacks from subnasa mckaygerhad changes
* older clients and low end devices/mobile crash or get hot on too
  much downloaded files.. so reduce size to get a better performace
  so crush png files for reduce size of media downloading
2023-07-13 23:37:25 -04:00

8 lines
211 B
Lua

if minetest.get_modpath("hunger_ng") ~= nil then
hunger_ng.add_hunger_data('marinara:raw_oisters', {
satiates = 2.0,
})
hunger_ng.add_hunger_data('marinara:mussels_cooked', {
satiates = 5.0,
})
end