mod-mobs_goblins/init.lua
AntumDeluge b2d07256aa Replace deprecated methods:
- 'setting_get' with 'settings:get'
- 'setting_getbool' with 'settings:get_bool'
2017-06-06 14:40:52 -07:00

11 lines
302 B
Lua

local path = minetest.get_modpath("mobs_goblins")
-- Mob Api
dofile(path.."/api.lua")
dofile(path.."/goblins.lua") -- TenPlus1 and FreeLikeGNU
dofile(path.."/goblin_traps.lua")
dofile(path.."/nodes.lua")
--if minetest.settings:get("log_mods") then
minetest.log("action", "GOBLINS is lowdids!")
--end