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

Added rideable mob functions (thanks blert2112)

This commit is contained in:
TenPlus1
2016-12-29 12:28:25 +00:00
parent 671fab54eb
commit ef3217d77f
6 changed files with 509 additions and 1 deletions

View File

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