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

Added flying function for mobs (thanks D00Med)

This commit is contained in:
TenPlus1
2017-02-21 15:01:36 +00:00
parent 8201282022
commit 3d1f62b196
3 changed files with 76 additions and 1 deletions

View File

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