Update Mobs Redo

This commit is contained in:
Wuzzy 2018-03-31 00:18:40 +02:00
parent bcc87ded12
commit 7be5914463
13 changed files with 1018 additions and 747 deletions

View file

@ -7,13 +7,4 @@ dofile(path .. "/api.lua")
-- Rideable Mobs
dofile(path .. "/mount.lua")
-- Mob Items
dofile(path .. "/crafts.lua")
-- Mob Spawner
-- MCL2 has its own spawners in mcl_mobspawners
-- Lucky Blocks
dofile(path .. "/lucky_block.lua")
minetest.log("action", "[MOD] Mobs Redo loaded")