mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-01 15:32:39 +00:00
7 lines
440 B
Lua
7 lines
440 B
Lua
-- Apply food poisoning effect as long there are no real status effect.
|
|
-- TODO: Remove this when food poisoning a status effect in mcl_potions.
|
|
-- Normal poison damage is set to 0 because it's handled elsewhere.
|
|
|
|
mcl_hunger.register_food("mcl_mobitems:rotten_flesh", 4, "", 30, 0, 100, 80)
|
|
mcl_hunger.register_food("mcl_mobitems:chicken", 2, "", 30, 0, 100, 30)
|
|
mcl_hunger.register_food("mcl_fishing:pufferfish_raw", 1, "", 15, 0, 300)
|