From eae0c1bc2e8b587b265d6cabdfc42c2233f09d1c Mon Sep 17 00:00:00 2001 From: Ombridride Date: Tue, 9 Dec 2014 13:47:27 +0100 Subject: [PATCH] Update README.txt --- mods/mobs/README.txt | 58 +++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 31 deletions(-) diff --git a/mods/mobs/README.txt b/mods/mobs/README.txt index 2cdb299f..7b317c3e 100644 --- a/mods/mobs/README.txt +++ b/mods/mobs/README.txt @@ -1,31 +1,27 @@ --= MOBS-MOD for MINETEST =- by PilzAdam and KrupnovPavel and Zeg9 -Little has changed. Removed some bugs. -The game now many living creatures. -The sheep and the rat from MOBS-MOD -Deer by Pavel_S - -All my models and change code on valid license The MIT License - - - -The MIT License (MIT) - -Copyright (c) 2014 Krupnov Pavel - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file +-= 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