Update to Mobs Redo 1.35

This commit is contained in:
Wuzzy 2017-05-25 10:33:19 +02:00
parent 0d6b57c9c4
commit 8d1ffbe2cd
11 changed files with 1635 additions and 727 deletions

View file

@ -4,11 +4,14 @@ local path = minetest.get_modpath("mobs")
-- Mob API
dofile(path .. "/api.lua")
-- Rideable Mobs
dofile(path .. "/mount.lua")
-- Mob Items
dofile(path .. "/crafts.lua")
-- Mob Spawner
-- moved into other mod (MCL2 change)
-- MCL2 has its own spawners in mcl_mobspawners
-- Lucky Blocks
dofile(path .. "/lucky_block.lua")