minetest-mm/mods/lib_mount/README.md

45 lines
1.8 KiB
Markdown
Raw Normal View History

2021-03-25 16:46:51 +01:00
# Library Mount [![Build status](https://github.com/minetest-mods/lib_mount/workflows/build/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/)
2020-10-26 17:38:53 +01:00
Made by [blert2112](https://github.com/blert2112).\
2021-01-23 12:36:50 +01:00
Handed over to [Panquesito7](https://github.com/Panquesito7).
2020-10-26 17:38:53 +01:00
2021-03-25 16:46:51 +01:00
Current version: 1.3
2020-10-26 17:38:53 +01:00
## 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
- [`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
2021-01-23 12:36:50 +01:00
Copyright (C) 2016 blert2112 and contributors\
Copyright (C) 2019-2021 Panquesito7 (halfpacho@gmail.com) and contributors
2020-10-26 17:38:53 +01:00
Based on the Boats mod by [PilzAdam](https://github.com/PilzAdam).\
See [`LICENSE.md`](LICENSE.md) for information.
## Installation
2021-03-25 16:46:51 +01:00
- Unzip the archive, rename the folder to `lib_mount` and place it in `../minetest/mods/`.
2020-10-26 17:38:53 +01:00
2021-03-25 16:46:51 +01:00
- GNU/Linux: If you use a system-wide installation, place it in `~/.minetest/mods/`.
2020-10-26 17:38:53 +01:00
2021-03-25 16:46:51 +01:00
- If you only want this to be used in a single world, place the folder in `worldmods/` in your world directory.
2020-10-26 17:38:53 +01:00
For further information or help, see:\
<http://wiki.minetest.net/Installing_Mods>.
## Bugs, suggestions, features & bugfixes
2021-01-23 12:36:50 +01:00
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).