diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2017-11-19 00:51:14 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2017-11-19 00:51:14 +0300 |
commit | caa3a3e768083abd313787324ac4b52009726c34 (patch) | |
tree | 5858fd33fdcc4e7c99e967c242cc9a42d29fbb62 | |
parent | 5aff11f8f74c20a38ab0684d4724407d579424ba (diff) | |
download | freezer-caa3a3e768083abd313787324ac4b52009726c34.tar.gz freezer-caa3a3e768083abd313787324ac4b52009726c34.tar.bz2 freezer-caa3a3e768083abd313787324ac4b52009726c34.zip |
forgot comma
-rw-r--r-- | juices.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"), }) |