Mineclonia/mods/PLAYER/mcl_hunger/register_foods.lua

8 lines
440 B
Lua
Raw Permalink Normal View History

2020-08-13 17:20:52 +00:00
-- 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.
2019-02-06 20:23:05 +00:00
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)
2020-08-13 17:20:52 +00:00
mcl_hunger.register_food("mcl_fishing:pufferfish_raw", 1, "", 15, 0, 300)