Update to Mobs Redo 1.35
This commit is contained in:
parent
0d6b57c9c4
commit
8d1ffbe2cd
11 changed files with 1635 additions and 727 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue