From 050b4228a0f8a4c7ebe884e623c24a2d8d7b5fdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Sat, 18 Nov 2017 22:50:35 +0100 Subject: Fixed syntax error --- juices.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juices.lua b/juices.lua index 63e34a3..5fd0145 100644 --- a/juices.lua +++ b/juices.lua @@ -112,7 +112,7 @@ for juice_name, def in pairs(juice_table) do description = def.proper_name .. " popsicle", inventory_image = juice_name .. "_popsicle.png", wield_image = juice_name .. "_popsicle.png", - groups = { popsicle = 1, not_in_creative_inventory = 1 } + groups = { popsicle = 1, not_in_creative_inventory = 1 }, on_use = minetest.item_eat(def.orig_nutritional_value, "default:stick"), }) -- cgit v1.2.3