From 0b43f0428559cd477da796d7f27648814cc8cfe8 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Thu, 9 Jun 2016 15:08:34 +0100 Subject: Added intllib support --- strawberry.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'strawberry.lua') 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) -- cgit v1.2.3