forked from NathanSalapat/minetest-thirsty
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinterop_mobs_animal.lua
19 lines (17 loc) · 930 Bytes
/
interop_mobs_animal.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
------------------------------------------------------------
-- _____ _ _ _ --
-- |_ _| |_ (_)_ _ __| |_ _ _ --
-- | | | ' \| | '_(_-< _| || | --
-- |_| |_||_|_|_| /__/\__|\_, | --
-- |__/ --
------------------------------------------------------------
-- Thirsty mod [interop_mobs_animal] --
------------------------------------------------------------
-- Settings to support mobs_animal --
------------------------------------------------------------
local E = thirsty.ext_nodes_items
----------------------------
-- Hydrate and Food Items --
----------------------------
thirsty.register_food_drink("mobs:glass_milk",1,0,4,22,E.drinking_glass)
thirsty.register_food_drink("mobs:honey" ,2,0,1,20,nil)