Upload files to 'extra_mobs'

This commit is contained in:
TechDudie 2021-03-31 13:23:42 +00:00
parent ef0f3c94c4
commit 09157763bb
1 changed files with 19 additions and 0 deletions

19
extra_mobs/init.lua Normal file
View File

@ -0,0 +1,19 @@
--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")