Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minetest-mods/lib_mount
API framework for mounting objects
https://github.com/minetest-mods/lib_mount
api lgpl lua minetest minetest-mod
Last synced: about 1 month ago
JSON representation
API framework for mounting objects
- Host: GitHub
- URL: https://github.com/minetest-mods/lib_mount
- Owner: minetest-mods
- License: lgpl-2.1
- Created: 2016-06-11T06:06:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T19:19:53.000Z (10 months ago)
- Last Synced: 2024-09-27T08:44:09.175Z (about 2 months ago)
- Topics: api, lgpl, lua, minetest, minetest-mod
- Language: Lua
- Homepage: https://content.minetest.net/packages/Panquesito7/lib_mount/
- Size: 43.9 KB
- Stars: 6
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Library Mount [![LuaCheck status](https://github.com/minetest-mods/lib_mount/workflows/luacheck/badge.svg)](https://github.com/minetest-mods/lib_mount/actions) [![License](https://img.shields.io/badge/license-LGPLv2.1%2B-blue.svg)](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html) [![ContentDB](https://content.minetest.net/packages/Panquesito7/lib_mount/shields/downloads/)](https://content.minetest.net/packages/Panquesito7/lib_mount/)
Made by [blert2112](https://github.com/blert2112).\
Handed over to [Panquesito7](https://github.com/Panquesito7).Current version: 1.4
## Dependencies
- `player_api` (included in [Minetest Game](https://github.com/minetest/minetest_game))
### Optional dependencies
- [`mobs`](https://notabug.org/TenPlus1/mobs_redo)
## Requirements
- Version 1.0 for MT 0.4.14+
- Version 1.1 for MT 5.0.0+## License
Copyright (C) 2016 blert2112 and contributors\
Copyright (C) 2019-2023 Panquesito7 ([email protected]) and contributorsBased on the Boats mod by [PilzAdam](https://github.com/PilzAdam).\
See [`LICENSE.md`](LICENSE.md) for information.## Installation
- Unzip the archive, rename the folder to `lib_mount` and place it in `../minetest/mods/`.
- GNU/Linux: If you use a system-wide installation, place it in `~/.minetest/mods/`.
- If you only want this to be used in a single world, place the folder in `worldmods/` in your world directory.
For further information or help, see:\
.## Bugs, suggestions, features & bugfixes
Report bugs or suggest ideas by [creating an issue](https://github.com/minetest-mods/lib_mount/issues/new).\
If you know how to fix an issue, consider opening a [pull request](https://github.com/minetest-mods/lib_mount/compare).