Version 1.4 (#8)
- 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.
This commit is contained in:
parent
88f02e2b6b
commit
2b8bb9f0ae
@ -1,6 +1,6 @@
|
||||
unused_args = false
|
||||
allow_defined_top = true
|
||||
max_line_length = 999
|
||||
max_line_length = false
|
||||
|
||||
globals = {
|
||||
"lib_mount", "player_api",
|
||||
|
@ -3,11 +3,10 @@
|
||||
Made by [blert2112](https://github.com/blert2112).\
|
||||
Handed over to [Panquesito7](https://github.com/Panquesito7).
|
||||
|
||||
Current version: 1.3
|
||||
Current version: 1.4
|
||||
|
||||
## Dependencies
|
||||
|
||||
- `default` (included in [Minetest Game](https://github.com/minetest/minetest_game))
|
||||
- `player_api` (included in [Minetest Game](https://github.com/minetest/minetest_game))
|
||||
|
||||
### Optional dependencies
|
||||
|
@ -1,3 +1,2 @@
|
||||
default
|
||||
player_api
|
||||
mobs?
|
||||
|
Loading…
x
Reference in New Issue
Block a user