diff options
Diffstat (limited to 'stairsplus/slabs.lua')
-rw-r--r-- | stairsplus/slabs.lua | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/stairsplus/slabs.lua b/stairsplus/slabs.lua index 034df52..f2618ac 100644 --- a/stairsplus/slabs.lua +++ b/stairsplus/slabs.lua @@ -1,9 +1,13 @@ -local S -- Load translation library if intllib is installed: -if intllib then - S = intllib.Getter(minetest.get_current_modname()) -else - S = function(s) return s end -end +--[[ +====================================================================== +This file is part of More Blocks. + +Copyright (c) 2011-2015 Calinou and contributors. +Licensed under the zlib license. See LICENSE.md for more information. +====================================================================== +--]] + +local S = moreblocks.intllib -- Node will be called <modname>:slab_<subname> |