fix bowl disappering after eating the hunger stew

This commit is contained in:
chmodsayshello 2021-12-28 11:27:58 +00:00
parent e9547c54bb
commit 9ea12e450a
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,8 @@ minetest.register_craftitem("mcl_sus_stew:night_vision_stew",{
-- ____________________________
--______________________________________/ Using mcl_hunger API \______________________
mcl_hunger.register_food("mcl_sus_stew:hunger_stew",10, "", 3.5, 0, 100) -- Register it using mcl_hunger so i can use its poison feature
mcl_hunger.register_food("mcl_sus_stew:hunger_stew",6, "mcl_core:bowl", 3.5, 0, 100) -- Register it using mcl_hunger so i can use its poison feature
-- ______________
--_________________________________________/ Crafts \________________________________