1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-06-28 14:36:03 +02:00

added support for raymoo's cmi mod

This commit is contained in:
TenPlus1
2017-06-18 19:21:04 +01:00
parent 54b88e25b2
commit a58299479e
3 changed files with 80 additions and 31 deletions

View File

@ -22,6 +22,7 @@ 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)