forked from MineClone5/MineClone5
replaced old itemstring
This commit is contained in:
parent
fa892e880e
commit
cdab29a42e
|
@ -95,7 +95,7 @@ minetest.register_craftitem("mcl_mushrooms:night_vision_stew",{
|
||||||
|
|
||||||
-- ____________________________
|
-- ____________________________
|
||||||
--______________________________________/ Using mcl_hunger API \______________________
|
--______________________________________/ 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 \________________________________
|
--_________________________________________/ Crafts \________________________________
|
||||||
|
|
Loading…
Reference in New Issue