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

death check added, cooks drops if died in fire/lava/pick_lava

This commit is contained in:
TenPlus1
2017-05-27 10:18:21 +01:00
parent 7de8bc4c24
commit 646020db94
2 changed files with 77 additions and 32 deletions

View File

@ -22,6 +22,7 @@ Lucky Blocks: 9
Changelog:
- 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