diff options
author | Xanthin <Xanthin@users.noreply.github.com> | 2014-03-11 12:46:06 +0100 |
---|---|---|
committer | Xanthin <Xanthin@users.noreply.github.com> | 2014-03-11 12:46:06 +0100 |
commit | 1c4cbd162c671fcf8e808c2103dca3aeebd88ce7 (patch) | |
tree | a950c9ee3eb0ccc693d68e49d047330528a5dd58 | |
parent | 2f6042c18920a3da80f72976f79bc0be993a9451 (diff) |
Update init.lua
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -485,7 +485,7 @@ local juices = {"apple","cactus"} for i=1, #juices do local flav = juices[i] minetest.register_craftitem("food:"..flav.."_juice", { - description = flav.." Juice", + description = S(flav.." Juice"), inventory_image = "food_"..flav.."_juice.png", on_use = minetest.item_eat(2), }) |