Delete 'mods/mobs/init.lua'

This commit is contained in:
thunderdog1138 2020-12-01 23:57:24 +00:00
parent 600e074c5a
commit eeaa0315ed
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
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
dofile(path .. "/spawner.lua")
-- Lucky Blocks
dofile(path .. "/lucky_block.lua")
minetest.log("action", "[MOD] Mobs Redo loaded")