d84825acd0
* 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
8 lines
211 B
Lua
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 |