aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorh-v-smacker <hans-von-smacker+github@gmail.com>2017-11-19 00:51:14 +0300
committerh-v-smacker <hans-von-smacker+github@gmail.com>2017-11-19 00:51:14 +0300
commitcaa3a3e768083abd313787324ac4b52009726c34 (patch)
tree5858fd33fdcc4e7c99e967c242cc9a42d29fbb62
parent5aff11f8f74c20a38ab0684d4724407d579424ba (diff)
downloadfreezer-caa3a3e768083abd313787324ac4b52009726c34.tar.gz
freezer-caa3a3e768083abd313787324ac4b52009726c34.tar.bz2
freezer-caa3a3e768083abd313787324ac4b52009726c34.zip
forgot comma
-rw-r--r--juices.lua2
1 files changed, 1 insertions, 1 deletions
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"),
})