2017-05-22 22:27:00 -04:00
|
|
|
--MCmobs v0.4
|
2016-05-19 19:24:06 -04:00
|
|
|
--maikerumine
|
|
|
|
--made for MC like Survival game
|
|
|
|
--License for code WTFPL and otherwise stated in readmes
|
|
|
|
|
|
|
|
local path = minetest.get_modpath("mobs_mc")
|
|
|
|
|
2017-05-22 22:27:00 -04:00
|
|
|
--Crafts
|
2017-05-23 00:35:56 -04:00
|
|
|
--dofile(path .. "/1_crafts.lua") -- Mesh and animation by toby109tt / https://github.com/22i
|
|
|
|
--dofile(path .. "/2_extra.lua") -- Mesh and animation by toby109tt / https://github.com/22i
|
2017-05-22 22:27:00 -04:00
|
|
|
|
2016-05-19 19:24:06 -04:00
|
|
|
-- Animals
|
2017-05-22 22:27:00 -04:00
|
|
|
dofile(path .. "/bat.lua") -- Mesh and animation by toby109tt / https://github.com/22i
|
|
|
|
dofile(path .. "/bunny.lua") -- Mesh and animation byExeterDad
|
|
|
|
dofile(path .. "/chicken.lua") -- Mesh and animation by Pavel_S
|
|
|
|
dofile(path .. "/cow.lua") -- Mesh by Morn76 Animation by Pavel_S
|
|
|
|
dofile(path .. "/cow_mooshroom.lua") -- Mesh by Morn76 Animation by Pavel_S
|
2016-05-19 19:24:06 -04:00
|
|
|
dofile(path .. "/horse.lua") -- KrupnoPavel
|
2017-05-23 19:03:37 -04:00
|
|
|
dofile(path .. "/horse_mule.lua") -- Mesh and animation by toby109tt / https://github.com/22i
|
|
|
|
dofile(path .. "/horse_skeleton.lua") -- Mesh and animation by toby109tt / https://github.com/22i
|
|
|
|
dofile(path .. "/horse_zombie.lua") -- Mesh and animation by toby109tt / https://github.com/22i
|
|
|
|
dofile(path .. "/llama.lua") -- Mesh and animation by toby109tt / https://github.com/22i
|
|
|
|
dofile(path .. "/ocelot.lua") -- Mesh and animation by toby109tt / https://github.com/22i
|
|
|
|
dofile(path .. "/parrot.lua") -- Mesh and animation by toby109tt / https://github.com/22i
|
2017-05-22 22:27:00 -04:00
|
|
|
dofile(path .. "/pig.lua") -- Mesh and animation by Pavel_S
|
|
|
|
dofile(path .. "/polar_bear.lua") -- Mesh and animation by toby109tt / https://github.com/22i
|
|
|
|
dofile(path .. "/sheep.lua") -- Mesh and animation by Pavel_S
|
2016-05-19 19:24:06 -04:00
|
|
|
dofile(path .. "/wolf.lua") -- KrupnoPavel
|
2017-05-22 22:27:00 -04:00
|
|
|
dofile(path .. "/squid.lua") -- Animation, sound and egg texture by daufinsyd
|
2016-05-19 19:24:06 -04:00
|
|
|
|
|
|
|
-- NPC
|
2017-05-22 22:27:00 -04:00
|
|
|
dofile(path .. "/villager.lua") -- KrupnoPavel Mesh and animation by toby109tt / https://github.com/22i
|
2017-05-26 19:18:05 -04:00
|
|
|
--dofile(path .. "/villager_agent.lua") -- Mesh and animation by toby109tt / https://github.com/22i
|
|
|
|
dofile(path .. "/villager_evoker.lua") -- Mesh and animation by toby109tt / https://github.com/22i
|
|
|
|
dofile(path .. "/villager_vindicator.lua") -- Mesh and animation by toby109tt / https://github.com/22i
|
|
|
|
dofile(path .. "/villager_zombie.lua") -- Mesh and animation by toby109tt / https://github.com/22i
|
|
|
|
dofile(path .. "/witch.lua") -- Mesh and animation by toby109tt / https://github.com/22i
|
2016-05-19 19:24:06 -04:00
|
|
|
|
|
|
|
--Monsters
|
2017-05-22 22:27:00 -04:00
|
|
|
dofile(path .. "/blaze.lua") -- Animation by daufinsyd
|
2016-05-19 19:24:06 -04:00
|
|
|
dofile(path .. "/creeper.lua") -- Mesh by Morn76 Animation by Pavel_S
|
2017-05-22 22:27:00 -04:00
|
|
|
dofile(path .. "/ender_dragon.lua") -- Mesh and animation by toby109tt / https://github.com/22i
|
|
|
|
dofile(path .. "/enderman.lua") -- Mesh and animation by toby109tt / https://github.com/22i
|
|
|
|
dofile(path .. "/endermite.lua") -- Mesh and animation by toby109tt / https://github.com/22i
|
2017-06-06 19:13:16 -04:00
|
|
|
dofile(path .. "/villager_illusioner.lua") -- Mesh and animation by toby109tt / https://github.com/22i
|
2017-05-22 22:27:00 -04:00
|
|
|
dofile(path .. "/ghast.lua") -- maikerumine
|
|
|
|
dofile(path .. "/guardian.lua") -- maikerumine Mesh and animation by toby109tt / https://github.com/22i
|
|
|
|
dofile(path .. "/guardian_elder.lua") -- maikerumine Mesh and animation by toby109tt / https://github.com/22i
|
|
|
|
dofile(path .. "/iron_golem.lua") -- maikerumine Mesh and animation by toby109tt / https://github.com/22i
|
2017-05-23 00:35:56 -04:00
|
|
|
--dofile(path .. "/shulker.lua") -- maikerumine Mesh and animation by toby109tt / https://github.com/22i
|
2017-05-22 22:27:00 -04:00
|
|
|
dofile(path .. "/silver_fish.lua") -- maikerumine Mesh and animation by toby109tt / https://github.com/22i
|
2016-05-19 19:24:06 -04:00
|
|
|
dofile(path .. "/skeleton.lua") -- Mesh by Morn76 Animation by Pavel_S
|
2017-05-23 19:03:37 -04:00
|
|
|
dofile(path .. "/skeleton_stray.lua") -- Mesh by Morn76 Animation by Pavel_S
|
|
|
|
dofile(path .. "/skeleton_wither.lua") -- Mesh by Morn76 Animation by Pavel_S
|
2016-05-19 19:24:06 -04:00
|
|
|
dofile(path .. "/zombie.lua") -- Mesh by Morn76 Animation by Pavel_S
|
|
|
|
dofile(path .. "/zombiepig.lua") -- Mesh by Morn76 Animation by Pavel_S
|
2017-05-22 22:27:00 -04:00
|
|
|
dofile(path .. "/slime_magma_cube.lua") -- Tomas J. Luis
|
|
|
|
dofile(path .. "/slimes_green.lua") -- Tomas J. Luis
|
2017-05-23 00:35:56 -04:00
|
|
|
--dofile(path .. "/snowman.lua") -- maikerumine Mesh and animation by toby109tt / https://github.com/22i
|
2016-05-19 19:24:06 -04:00
|
|
|
dofile(path .. "/spider.lua") -- Spider by AspireMint (fishyWET (CC-BY-SA 3.0 license for texture)
|
2017-05-23 19:03:37 -04:00
|
|
|
dofile(path .. "/spider_cave.lua") -- Spider by AspireMint (fishyWET (CC-BY-SA 3.0 license for texture)
|
2017-05-26 19:18:05 -04:00
|
|
|
dofile(path .. "/vex.lua") -- KrupnoPavel
|
2017-05-22 22:27:00 -04:00
|
|
|
dofile(path .. "/wither.lua") -- Mesh and animation by toby109tt / https://github.com/22i
|
2016-05-19 19:24:06 -04:00
|
|
|
|
2016-07-19 21:21:47 -04:00
|
|
|
--Heads
|
|
|
|
dofile(path .. "/heads.lua") -- maikerumine
|
2017-05-22 22:27:00 -04:00
|
|
|
--NOTES:
|
|
|
|
--
|
|
|
|
--[[
|
|
|
|
COLISIONBOX in minetest press f5 to see where you are looking at then put these wool collor nodes on the ground in direction of north/east/west... to make colisionbox editing easier
|
|
|
|
#1west-pink/#2down/#3south-blue/#4east-red/#5up/#6north-yelow
|
|
|
|
{-1, -0.5, -1, 1, 3, 1}, Right, Bottom, Back, Left, Top, Front
|
|
|
|
--]]
|
|
|
|
--
|
|
|
|
--
|
|
|
|
|
2016-05-19 19:24:06 -04:00
|
|
|
|
|
|
|
print ("[MOD] Mobs Redo 'MC' loaded")
|