Move mob spawner into new mod

This commit is contained in:
Wuzzy 2017-05-25 02:06:36 +02:00
parent d71da3a818
commit 88b02c7170
5 changed files with 16 additions and 12 deletions

View file

@ -8,7 +8,7 @@ dofile(path .. "/api.lua")
dofile(path .. "/crafts.lua")
-- Mob Spawner
dofile(path .. "/spawner.lua")
-- moved into other mod (MCL2 change)
-- Lucky Blocks
dofile(path .. "/lucky_block.lua")