server-nalc/mods/mobs
Dave Devil's a62f50bde7 Update init.lua 2015-03-12 20:05:44 +01:00
..
models update mobs textures/models 2015-03-03 11:59:09 +01:00
sounds Add a sound for wolfs 2015-03-05 01:32:58 +01:00
textures Update Farming, Mobs, 3d_armor 2015-02-25 01:57:21 +01:00
README.txt Updated mob mod 2015-03-02 22:29:17 +01:00
api.lua Updated mob mod 2015-03-02 22:29:17 +01:00
bee.lua Updated mob mod 2015-03-02 22:29:17 +01:00
chicken.lua Poulet domesticable 2015-03-12 19:39:21 +01:00
cow.lua Updated mob mod 2015-03-02 22:29:17 +01:00
creeper.lua Create creeper.lua 2015-03-12 20:05:41 +01:00
depends.txt Update Farming, Mobs, 3d_armor 2015-02-25 01:57:21 +01:00
dirtmonster.lua Update dirtmonster.lua 2015-02-26 01:40:22 +01:00
dungeonmaster.lua Update dungeonmaster.lua 2015-03-09 17:06:40 +01:00
init.lua Update init.lua 2015-03-12 20:05:44 +01:00
kitten.lua Update Farming, Mobs, 3d_armor 2015-02-25 01:57:21 +01:00
lava_flan.lua Updated mob mod 2015-03-02 22:29:17 +01:00
license.txt Update Farming, Mobs, 3d_armor 2015-02-25 01:57:21 +01:00
mese_monster.lua Update mese_monster.lua 2015-03-09 17:04:49 +01:00
oerkki.lua Update oerkki.lua 2015-02-26 01:34:41 +01:00
rat.lua Update rat.lua 2015-03-09 17:05:17 +01:00
sandmonster.lua Update Farming, Mobs, 3d_armor 2015-02-25 01:57:21 +01:00
sheep.lua Update Farming, Mobs, 3d_armor 2015-02-25 01:57:21 +01:00
spider.lua TWeak the Spider Cobweb From "mobs" mod 2015-03-11 16:30:08 +01:00
stonemonster.lua Update stonemonster.lua 2015-03-09 17:10:01 +01:00
treemonster.lua Update treemonster.lua 2015-03-09 17:12:31 +01:00
warthog.lua Update warthog.lua 2015-03-09 17:12:56 +01:00
wolf.lua Update wolf.lua 2015-03-09 17:13:15 +01:00

README.txt

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


https://forum.minetest.net/viewtopic.php?f=9&t=9917

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:

1.01- Mobs that suffer fall damage or die in water/lava/sunlight will now drop items
1.0 - more work on Api so that certain mobs can float in water while some sink like a brick :)
0.9 - Spawn eggs added for all mobs (admin only, cannot be placed in protected areas)...  Api tweaked
0.8 - Added sounds to monster mobs (thanks Cyberpangolin for the sfx) and also chicken sound
0.7 - mobs.protected switch added to api.lua, when set to 1 mobs no longer spawn in protected areas, also bug fixes
0.6 - Api now supports multi-textured mobs, e.g oerkki, dungeon master, rats and chickens have random skins when spawning (sheep fix TODO), also new Honey block
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