diff options
Diffstat (limited to 'strawberry.lua')
-rw-r--r-- | strawberry.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/strawberry.lua b/strawberry.lua index 22cbdae..0147d43 100644 --- a/strawberry.lua +++ b/strawberry.lua @@ -1,7 +1,9 @@ +local S = ethereal.intllib + -- Strawberry (can also be planted as seed) minetest.register_craftitem("ethereal:strawberry", { - description = "Strawberry", + description = S("Strawberry"), inventory_image = "strawberry.png", wield_image = "strawberry.png", on_place = function(itemstack, placer, pointed_thing) |