mobs/init.lua
2014-07-04 02:19:19 +02:00

6 lines
134 B
Lua

dofile(minetest.get_modpath("mobs").."/api.lua")
if minetest.setting_get("log_mods") then
minetest.log("action", "mobs loaded")
end