1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-19 08:00:25 +02:00

Updated moreblocks and moreores textures : not running yet

This commit is contained in:
LeMagnesium
2015-01-24 19:35:56 +01:00
parent 70d7d0fee7
commit 2bb2628beb
88 changed files with 928 additions and 86 deletions

View File

@ -1,10 +1,11 @@
local S -- Load translation library if intllib is installed:
if (minetest.get_modpath("intllib")) then
dofile(minetest.get_modpath("intllib").."/intllib.lua")
S = intllib.Getter(minetest.get_current_modname())
else
S = function(s) return s end
end
--[[
More Blocks: panel definitions
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>:panel_<subname>