1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2025-07-04 17:30:21 +02:00

Added intllib support (en/de)

This commit is contained in:
TenPlus1
2016-06-11 11:03:00 +01:00
parent f83ecdfdf9
commit 081527629e
13 changed files with 113 additions and 12 deletions

View File

@ -1,6 +1,15 @@
local path = minetest.get_modpath("mobs_monster")
-- Intllib
local S
if minetest.get_modpath("intllib") then
S = intllib.Getter()
else
S = function(s) return s end
end
mobs.intllib = S
-- Monsters
dofile(path .. "/dirt_monster.lua") -- PilzAdam