Delete 'mods/mobs/init.lua'

This commit is contained in:
thunderdog1138 2020-07-16 14:10:09 +00:00
parent 89997d0c43
commit 539322a7a7
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")