Delete 'mc_extra_mobs/init.lua'

This commit is contained in:
TechDudie 2021-03-31 13:28:39 +00:00
parent bb47fb7dbb
commit b25ace1763
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
--MCmobs v0.4
--maikerumine
--made for MC like Survival game
--License for code WTFPL and otherwise stated in readmes
local path = minetest.get_modpath("extra_mobs")
if not minetest.get_modpath("mobs_mc_gameconfig") then
mobs_mc = {}
end
--Monsters
dofile(path .. "/herobrine.lua")
dofile(path .. "/hoglin+zoglin.lua")
dofile(path .. "/piglin.lua")
--Animals
dofile(path .. "/strider.lua")
dofile(path .. "/fox.lua")