master #1

Open
NO11 wants to merge 84 commits from TechDudie/mc:master into master
1 changed files with 19 additions and 0 deletions
Showing only changes of commit 09157763bb - Show all commits

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")