1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-06-28 06:30:18 +02:00

Signed-off-by: TenPlus1 <kinsellaja@yahoo.com>

This commit is contained in:
TenPlus1
2016-04-15 14:57:57 +01:00
commit 4921956b60
22 changed files with 3144 additions and 0 deletions

13
init.lua Normal file
View File

@ -0,0 +1,13 @@
local path = minetest.get_modpath("mobs")
-- Mob Api
dofile(path.."/api.lua")
-- Mob Items
dofile(path.."/crafts.lua")
-- Spawner
dofile(path.."/spawner.lua")
print ("[MOD] Mobs Redo loaded")