1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-01 07:30:27 +02:00

Updated moretrees mod

- Centralized inttlib's gettext function
- "OPTIMIZED ALL THE TEXTURES \:D/!!"
This commit is contained in:
LeMagnesium
2015-03-18 19:12:26 +01:00
parent 4812003da0
commit 2476e9878f
67 changed files with 41 additions and 54 deletions

View File

@ -1,11 +1,4 @@
-- Boilerplate to support localized strings if intllib mod is installed.
local S
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
local S = moretrees.intllib
moretrees.avoidnodes = {}