From e2f4cc369b98cdb13791738d4aa70605670223db Mon Sep 17 00:00:00 2001 From: Calinou Date: Fri, 27 Jun 2014 20:14:08 +0200 Subject: Code cleanup. Add tar and more stone types. --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 27cf9d5..8180251 100644 --- a/init.lua +++ b/init.lua @@ -1,15 +1,15 @@ --[[ -- More Blocks (moreblocks) by Calinou --- Licensed under the zlib license for code and CC BY-SA 3.0 for textures, see LICENSE.txt for info. +-- Licensed under the zlib/ license for code and CC BY-SA 3.0 for textures, see LICENSE.txt for info. --]] moreblocks = {} -- Load translation library if intllib is installed -local S = nil +local S -- Load translation library if intllib is installed: if intllib then - S = intllib.Getter() + S = intllib.Getter(minetest.get_current_modname()) else S = function(s) return s end end -- cgit v1.2.3