]> git.lizzy.rs Git - Crafter.git/blob - mods/mob/init.lua
a99567d5525683111f265c4b66b0a13a0a7581c7
[Crafter.git] / mods / mob / init.lua
1 --this is where mobs are defined
2
3 --this is going to be used to set an active mob limit
4 global_mob_table = {}
5
6
7 local path = minetest.get_modpath(minetest.get_current_modname())
8
9 --dofile(path.."/spawning.lua")
10 dofile(path.."/api.lua")
11 dofile(path.."/items.lua")
12 dofile(path.."/chatcommands.lua")