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

Added 9 lucky blocks

This commit is contained in:
TenPlus1
2016-12-01 18:41:27 +00:00
parent b6fcc31a10
commit 5fbc7dd57d
4 changed files with 25 additions and 4 deletions

View File

@ -2,12 +2,15 @@
local path = minetest.get_modpath("mobs")
-- Mob API
dofile(path.."/api.lua")
dofile(path .. "/api.lua")
-- Mob Items
dofile(path.."/crafts.lua")
dofile(path .. "/crafts.lua")
-- Spawner
dofile(path.."/spawner.lua")
-- Mob Spawner
dofile(path .. "/spawner.lua")
-- Lucky Blocks
dofile(path .. "/lucky_block.lua")
print ("[MOD] Mobs Redo loaded")