mirror of
https://github.com/Poikilos/mobs.git
synced 2023-10-03 07:28:50 -07:00
6 lines
134 B
Lua
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
|