summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-09-06 17:34:20 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2017-09-06 17:34:20 +0100
commitdc67662a42587ca2273d287b2a8fe35ab5ef2d46 (patch)
tree341441376b95eb5d008102fd027a52a8463e78d0 /init.lua
parent769f2bb6e8f32880f5d044ad70f8b8fba8a85ff4 (diff)
honey mead gives 4 hunger points
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 7466722..41373ea 100644
--- a/init.lua
+++ b/init.lua
@@ -112,7 +112,7 @@ minetest.register_node("wine:glass_mead", {
},
groups = {vessel = 1, dig_immediate = 3, attached_node = 1},
sounds = default.node_sound_glass_defaults(),
- on_use = minetest.item_eat(1),
+ on_use = minetest.item_eat(4),
})
-- glass of apple cider