forked from NathanSalapat/minetest-thirsty
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinterop_ethereal.lua
20 lines (19 loc) · 1.09 KB
/
interop_ethereal.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
------------------------------------------------------------
-- _____ _ _ _ --
-- |_ _| |_ (_)_ _ __| |_ _ _ --
-- | | | ' \| | '_(_-< _| || | --
-- |_| |_||_|_|_| /__/\__|\_, | --
-- |__/ --
------------------------------------------------------------
-- Thirsty mod [interop_ethereal] --
------------------------------------------------------------
-- Settings to support Ethereal --
------------------------------------------------------------
local E = thirsty.ext_nodes_items
----------------------------
-- Hydrate and Food Items --
----------------------------
thirsty.register_food_drink("ethereal:firethorn_jelly" ,1,0,1,20,E.glass_bottle)
thirsty.register_food_drink("ethereal:mushroom_soup" ,2.5,0,2,20,"ethereal:bowl")
thirsty.register_food_drink("ethereal:hearty_stew" ,7.0,0,1,20,"ethereal:bowl")
thirsty.register_food_drink("ethereal:golden_apple" ,10,10,10,30,nil)