Minor changes/improvements

This commit is contained in:
David Leal 2021-01-12 14:50:57 -06:00
parent c353e8e3ac
commit a4972bfcb0
No known key found for this signature in database
GPG Key ID: 3C482B03FD220E68
4 changed files with 18 additions and 5 deletions

View File

@ -1,3 +1,6 @@
Copyright (C) 2016 blert2112 and contributors\
Copyright (C) 2019-2021 Panquesito7 (halfpacho@gmail.com) and contributors
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999

View File

@ -1,7 +1,7 @@
# Library Mount [![Build status](https://github.com/Panquesito7/lib_mount/workflows/build/badge.svg)](https://github.com/Panquesito7/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).\
Improved by [Panquesito7](https://github.com/Panquesito7).
Handed over to [Panquesito7](https://github.com/Panquesito7).
Current version: 1.2
@ -21,6 +21,9 @@ Current version: 1.2
## License
Copyright (C) 2016 blert2112 and contributors\
Copyright (C) 2019-2021 Panquesito7 (halfpacho@gmail.com) and contributors
Based on the Boats mod by [PilzAdam](https://github.com/PilzAdam).\
See [`LICENSE.md`](LICENSE.md) for information.
@ -37,5 +40,5 @@ For further information or help, see:\
## Bugs, suggestions, features & bugfixes
Report bugs or suggest ideas by [creating an issue](https://github.com/Panquesito7/lib_mount/issues/new).\
If you know how to fix an issue, consider opening a [pull request](https://github.com/Panquesito7/lib_mount/compare).
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).

View File

@ -1,6 +1,8 @@
--[[
An API framework for mounting objects.
Copyright (C) 2016-2020 blert2112 and David Leal (halfpacho@gmail.com)
Copyright (C) 2016 blert2112 and contributors
Copyright (C) 2019-2021 David Leal (halfpacho@gmail.com) and contributors
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public

View File

@ -1,3 +1,8 @@
name = lib_mount
depends = default, player_api
optional_depends = mobs
description = API framework for mounting objects.
license = LGPLv2.1
author = Panquesito7
min_minetest_version = 5.0.0
version = 1.2