Remove horses, replace with cows and rabbits

This commit is contained in:
Wuzzy 2017-06-10 18:11:00 +02:00
parent 823c20bd1b
commit 1c4c2dafc3
3 changed files with 13 additions and 326 deletions

View file

@ -11,9 +11,7 @@ dofile(path .. "/chicken.lua") -- Mesh and animation by Pavel_S
dofile(path .. "/cow.lua") -- Mesh by Morn76 Animation by Pavel_S
dofile(path .. "/sheep.lua") -- Mesh and animation by Pavel_S
dofile(path .. "/pig.lua") -- Mesh and animation by Pavel_S
dofile(path .. "/horse.lua") -- KrupnoPavel
dofile(path .. "/wolf.lua") -- KrupnoPavel
dofile(path .. "/horse.lua") -- KrupnoPavel
dofile(path .. "/squid.lua") -- Animation, sound and egg texture by daufinsyd
-- NPC
@ -31,4 +29,6 @@ dofile(path .. "/ghast.lua") -- maikerumine
dofile(path .. "/blaze.lua") -- Animation by daufinsyd
dofile(path .. "/old_mobs.lua") -- Compability with old removed mobs. To be removed later
print ("[MOD] Mobs Redo 'MC' loaded")