replaced old itemstring

This commit is contained in:
chmodsayshello 2022-01-01 13:52:38 +00:00
parent fa892e880e
commit cdab29a42e
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ minetest.register_craftitem("mcl_mushrooms:night_vision_stew",{
-- ____________________________
--______________________________________/ Using mcl_hunger API \______________________
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
mcl_hunger.register_food("mcl_mushrooms:hunger_stew",6, "mcl_core:bowl", 3.5, 0, 100) -- Register it using mcl_hunger so i can use its poison feature
-- ______________
--_________________________________________/ Crafts \________________________________