2020-02-17 02:56:57 -05:00
|
|
|
--this is where mobs are defined
|
2020-02-17 23:46:10 -05:00
|
|
|
|
2020-03-30 23:48:39 -04:00
|
|
|
--this is going to be used to set an active mob limit
|
2020-03-25 21:17:17 -04:00
|
|
|
global_mob_table = {}
|
|
|
|
|
2020-02-17 23:46:10 -05:00
|
|
|
|
2020-02-18 10:12:54 -05:00
|
|
|
local path = minetest.get_modpath(minetest.get_current_modname())
|
2020-02-17 09:08:13 -05:00
|
|
|
|
2020-04-29 15:23:45 -04:00
|
|
|
--dofile(path.."/spawning.lua")
|
|
|
|
dofile(path.."/api.lua")
|
2020-04-29 23:04:50 -04:00
|
|
|
dofile(path.."/items.lua")
|
|
|
|
dofile(path.."/chatcommands.lua")
|