Update to Mobs Redo 1.35

This commit is contained in:
Wuzzy 2017-05-25 10:33:19 +02:00
parent 0d6b57c9c4
commit 8d1ffbe2cd
11 changed files with 1635 additions and 727 deletions

View file

@ -22,7 +22,9 @@ Lucky Blocks: 9
Changelog:
- 1.35- Added owner_loyal flag for owned mobs to attack player enemies, also fixed group_attack
- 1.34- Added function to fly mob using directional movement (thanks D00Med for flying code)
- 1.33- Added functions to mount ride mobs (mobs.attach, mobs.detach, mobs.drive) many thanks to Blert2112
- 1.32- Added new spawn check to count specific mobs AND new minetest.conf setting to chance spawn chance and numbers, added ability to protect tamed mobs
- 1.31- Added 'attack_animals' and 'specific_attack' flags for custom monster attacks, also 'mob_difficulty' .conf setting to make mobs harder.
- 1.30- Added support for invisibility mod (mobs cant attack what they cant see), tweaked and tidied code