11 Commits

Author SHA1 Message Date
6f9c15bedb dont relly on the legacy layer of default mod, detect if player api is present
* this mod was using the legacy.lua extension of default mod,
  with this patch we can avout the player_api or use it if present
2023-06-05 22:19:38 -04:00
2255cdd34b remove any conflicts with lib_mount
* backported e370819ff5
2023-06-05 14:25:46 -04:00
5ff7d64b48 workaround for lib_mount copy api on commented line set_yaw
* documented at https://notabug.org/TenPlus1/dmobs/issues/11#issuecomment-29714
* we do not need all the current lib_mount.attach features, so ony change deprecated
* a (math.pi/2) around parenthesis do be sure of the values
2022-01-25 10:05:05 -04:00
e5f3a9575d fix for deprecatede api call of get_look_yaw with new get_look_horizontal
* fixed https://codeberg.org/minenux/minetest-mod-mobs_doomed/issues/9
2022-01-24 18:06:36 -04:00
3b188e2b8e check for current player status on each player reference
* fix related to compatibilit with minetest 0.4.17 and 5.0.0/5.2.0 for player object bug
* https://github.com/minetest/minetest#8452 reported but never solved property
2022-01-24 10:32:51 -04:00
Grossam
668fe6eeed Arrows bug corrected 2019-07-31 10:32:04 +02:00
argyle
8917fb94f1 Crash Fix: Global set_animation is nil when trying to ride a dragon.
Change to mobs:set_animation fixes this.
2019-01-30 12:01:12 -05:00
SmallJoker
e60fac47a2 Modernize code: Replace deprecated function calls 2018-07-02 15:20:39 +02:00
D00Med
8cb1216b25 Dragon improvements
>Made wasps nest flammable and changed description from "Hive" to "Nest"
>Dragons now slow down in water, they will not be able to leave
>Fixed dragons attacking mobs whilst flying
>Improved dragon attacks - they are slower and the ice dragon can freeze
water
>all dragons now drop gems
>Increased spawn rate of boss dragons
>Improved ice texture
2016-11-23 09:29:51 +10:00
Tai @ Flex
8a3d23df4d prevent crash 2016-08-25 15:27:13 +01:00
D00Med
8e77cffa05 mobs_dragon and lib_mount merged.
>Merged mobs_dragon and lib_mount.
>Added boss dragons.
>Separate spawn eggs for dragon types.
>Orcs and Ogres spawn more commonly if dragons = true
2016-07-20 18:11:19 +10:00