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
|
unused_args = false
|
||||||
allow_defined_top = true
|
allow_defined_top = true
|
||||||
max_line_length = 999
|
max_line_length = false
|
||||||
|
|
||||||
globals = {
|
globals = {
|
||||||
"lib_mount", "player_api",
|
"lib_mount", "player_api",
|
||||||
@ -13,5 +13,5 @@ read_globals = {
|
|||||||
"minetest", "mobs",
|
"minetest", "mobs",
|
||||||
}
|
}
|
||||||
|
|
||||||
files["init.lua"].ignore = { "eye_offset", "attach_at",
|
files["init.lua"].ignore = { "eye_offset", "attach_at",
|
||||||
"set_animation", "new_velo" }
|
"set_animation", "new_velo" }
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
Made by [blert2112](https://github.com/blert2112).\
|
Made by [blert2112](https://github.com/blert2112).\
|
||||||
Handed over to [Panquesito7](https://github.com/Panquesito7).
|
Handed over to [Panquesito7](https://github.com/Panquesito7).
|
||||||
|
|
||||||
Current version: 1.3
|
Current version: 1.4
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
- `default` (included in [Minetest Game](https://github.com/minetest/minetest_game))
|
|
||||||
- `player_api` (included in [Minetest Game](https://github.com/minetest/minetest_game))
|
- `player_api` (included in [Minetest Game](https://github.com/minetest/minetest_game))
|
||||||
|
|
||||||
### Optional dependencies
|
### Optional dependencies
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
default
|
|
||||||
player_api
|
player_api
|
||||||
mobs?
|
mobs?
|
||||||
|
4
mod.conf
4
mod.conf
@ -1,8 +1,8 @@
|
|||||||
name = lib_mount
|
name = lib_mount
|
||||||
depends = default, player_api
|
depends = player_api
|
||||||
optional_depends = mobs
|
optional_depends = mobs
|
||||||
description = API framework for mounting objects.
|
description = API framework for mounting objects.
|
||||||
license = LGPLv2.1
|
license = LGPLv2.1
|
||||||
author = Panquesito7
|
author = Panquesito7
|
||||||
min_minetest_version = 5.0.0
|
min_minetest_version = 5.0.0
|
||||||
version = 1.3
|
version = 1.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user