1
0
spegling av https://github.com/mt-mods/plantlife_modpack.git synced 2025-11-12 02:55:25 +01:00

use current intllib API

This commit is contained in:
Vanessa Ezekowitz
2014-12-27 01:20:51 -05:00
förälder 3472d32f2b
incheckning 56177e5142
9 ändrade filer med 15 tillägg och 47 borttagningar

Visa fil

@@ -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 = plantslib.intllib
-- This file supplies a few additional plants and some related crafts
-- for the plantlife modpack. Last revision: 2013-04-24