Releases: minetest-mods/lib_mount
Releases · minetest-mods/lib_mount
Library Mount v1.4
Changelog
- Deprecated functions (
get_look_yaw
) were replaced with newer ones. - Add support for 3+ passengers (#4).
- Thanks, @Lazerbeak12345!
default
was removed from dependencies. The mod can be used more freely in other games.- (Minimall) Print when the mod is loaded #7.
- Thanks, @Zweihorn!
Library Mount v1.3
- Major improvements for flying vehicles.
- Previously, if the entity had the
can_fly
option enabled when
going upwards or downwards, it went too fast, extremely fast, and its speed increases over time. With this update, this no longer happens: you can customize your own upwards and downwards maximum speed for any entity you want. - Make going upwards and downwards a configurable setting (applies only if
can_fly
is enabled).
- Previously, if the entity had the
- Add documentation on drops in the code.
- Support to enable/disable individually crashing to an entity.
- Fix crash when a player leaves while in a car.