Update Mobs redo to 1.37 (developer)

This commit is contained in:
Wuzzy 2017-07-05 01:52:39 +02:00
parent f0c86debb3
commit 8c3db50528
15 changed files with 945 additions and 352 deletions

View file

@ -22,6 +22,8 @@ Lucky Blocks: 9
Changelog:
- 1.37- Added support for Raymoo's CMI (common mob interface) mod: https://forum.minetest.net/viewtopic.php?f=9&t=15448
- 1.36- Death check added, if mob dies in fire/lava/with lava pick then drops are cooked
- 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