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:
@ -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 = {}
|
||||
|
||||
|
Reference in New Issue
Block a user