1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-02-23 14:40:22 +01:00
LeMagnesium 4de7f3e484 Let's do a step forward
- Commits :
	b0871dfe0fccb604d2c887551d7469b695842faf (Not really because the reverts were done in my last commit)
	c1043f0120430bb57696074a04a8445f9e9e0651
	35a13c8faf3c84941cf13b6717c50144c96fd133
	6679190d44ea8f4a2621f4b9880217ac50878caa
	eae0c1bc2e8b587b265d6cabdfc42c2233f09d1c
	ef566a5fe15060502fe11acd190d7d833ec2af92
	85bd085ab8ddfe4541799b493f57079727d49309
	254ec74625ca711749ccf0c43e5081fb45eb04d4
	99feb28ec3613c4c7587a254c354f5ff4f370021
	d6b270e197780618f35568647dfc4f5f377130c8
	b4a95f223f13275a3bdc7695209163e72973e6fa
	69d4d5dcad4495b997f9ff7f7b1d4f99e7779da4
	d7a5dcbb2922ed6fc5c746ec8ce1891fff107a55
	48dd18d49ae6ba804ae03c3ed54133af493e18c3
	8c2391d5ac94fe334df22b6671715cfffe1a90ec
  Are done again. (Ok, no all of them only those concerning default and reverted mods)

TODO: Still missing the three next commits

Signed-off-by: LeMagnesium <mg.minetest@gmail.com>
2014-12-10 17:04:10 +01:00
..
2014-12-09 14:22:26 +01:00
2014-10-28 18:01:32 +01:00
2014-12-09 14:22:26 +01:00
2014-12-09 13:56:43 +01:00
2014-12-09 14:01:36 +01:00
2014-12-09 14:04:56 +01:00
2014-12-09 14:06:19 +01:00
2014-10-28 18:01:32 +01:00
2014-11-05 22:02:36 +01:00
2014-11-13 01:15:50 +01:00
2014-12-09 14:22:26 +01:00
2014-12-10 17:04:10 +01:00
2014-12-09 14:22:26 +01:00
2014-10-28 18:01:32 +01:00
2014-12-09 14:22:26 +01:00
2014-12-09 14:22:26 +01:00
2014-12-09 14:22:26 +01:00
2014-12-09 13:45:47 +01:00

+-= 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.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