Go to file
tenplus1 9c31f0fb80 Bug fixes galore 2014-12-02 09:43:00 +00:00
models First Commit by TenPlus1 2014-11-09 19:13:11 +00:00
sounds First Commit by TenPlus1 2014-11-09 19:13:11 +00:00
textures First Commit by TenPlus1 2014-11-09 19:13:11 +00:00
README.txt Bug fixes galore 2014-12-02 09:43:00 +00:00
api.lua Bug fixes galore 2014-12-02 09:43:00 +00:00
bee.lua First Commit by TenPlus1 2014-11-09 19:13:11 +00:00
chicken.lua First Commit by TenPlus1 2014-11-09 19:13:11 +00:00
cow.lua First Commit by TenPlus1 2014-11-09 19:13:11 +00:00
depends.txt First Commit by TenPlus1 2014-11-09 19:13:11 +00:00
dirtmonster.lua First Commit by TenPlus1 2014-11-09 19:13:11 +00:00
dungeonmaster.lua First Commit by TenPlus1 2014-11-09 19:13:11 +00:00
init.lua First Commit by TenPlus1 2014-11-09 19:13:11 +00:00
lava_flan.lua First Commit by TenPlus1 2014-11-09 19:13:11 +00:00
license.txt Bug fixes galore 2014-12-02 09:43:00 +00:00
mese_monster.lua First Commit by TenPlus1 2014-11-09 19:13:11 +00:00
oerkki.lua First Commit by TenPlus1 2014-11-09 19:13:11 +00:00
rat.lua First Commit by TenPlus1 2014-11-09 19:13:11 +00:00
sandmonster.lua First Commit by TenPlus1 2014-11-09 19:13:11 +00:00
sheep.lua First Commit by TenPlus1 2014-11-09 19:13:11 +00:00
spider.lua First Commit by TenPlus1 2014-11-09 19:13:11 +00:00
stonemonster.lua First Commit by TenPlus1 2014-11-09 19:13:11 +00:00
treemonster.lua First Commit by TenPlus1 2014-11-09 19:13:11 +00:00
warthog.lua First Commit by TenPlus1 2014-11-09 19:13:11 +00:00

README.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

-= MOBS-MOD for MINETEST =-
by PilzAdam, KrupnovPavel, Zeg9 and TenPlus1

This mod contains the following additions:

- Giant Spiders (found in desert caves, drop string when killed)
- Bee's (found around flowers, drop honey when killed, right-click to pick up, also Beehives)
- Chicken (lays eggs, added fried egg, raw & cooked chicken, right-click to pick up)
- Cow (right-click with empty bucket to get bucket of milk, feed 8 wheat to replenish milk)
- Sheep (right-click for wool, feed 8 wheat to replenish wool)
- Warthog (the local pig that gives raw and cooked port)
- Rats (right-click to pick up and place, cook for a tasty treat)
- Sand, Dirt, Stone, Tree Monsters, Oerkki and Dungeon Masters as standard
- Lava Flan, Mese Monsters added to spice things up a bit
- Cook milk in furnace to get cheese wedge, 9 wedges make 1 cheese block

..with the following new features:

- Hitting a mob has knock-back effect like in minecraft, and with blood effect
- Mobs float in water, so monsters can still chase you
- Mobs can die from falling from a height
- Mobs have better health and drops
- Hitting a mob also puts them into fight mode (apart from animals)
- Compatible with Ethereal mod, mobs now spawn on ethereal worlds

Changelog:

0.5 - Mobs now float in water, die from falling, and some code improvements
0.4 - Dungeon Masters and Mese Monsters have much better aim due to shoot_offset, also they can both shoot through nodes that aren't walkable (flowers, grass etc) plus new sheep sound :)
0.3 - Added LOTT's Spider mob, made Cobwebs, added KPavel's Bee with Honey and Beehives (made texture), Warthogs now have sound and can be tamed, taming of shaved sheep or milked cow with 8 wheat so it will not despawn, many bug fixes :)
0.2 - Cooking bucket of milk into cheese now returns empty bucket
0.1 - Initial Release