summaryrefslogtreecommitdiff
path: root/mushroom.lua
diff options
context:
space:
mode:
Diffstat (limited to 'mushroom.lua')
-rw-r--r--mushroom.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/mushroom.lua b/mushroom.lua
index 3df858b..91947e1 100644
--- a/mushroom.lua
+++ b/mushroom.lua
@@ -1,7 +1,9 @@
+local S = ethereal.intllib
+
-- mushroom soup (Heals 1 heart)
minetest.register_craftitem("ethereal:mushroom_soup", {
- description = "Mushroom Soup",
+ description = S("Mushroom Soup"),
inventory_image = "mushroom_soup.png",
on_use = minetest.item_eat(5, "ethereal:bowl"),
})