Add description and dependencies to `mod.conf`

The legacy `depends.txt` and `description.txt` files are no longer
needed since Minetest 5.0.0 or later will read everything from
`mod.conf`.

This raises the minimum supported Minetest version to 5.0.0.
This commit is contained in:
Hugo Locurcio 2019-04-23 21:54:27 +02:00
parent 0dfadcf43a
commit 2f34184047
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
4 changed files with 7 additions and 3 deletions

View File

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Changed
- The minimum supported Minetest version is now 5.0.0.
## [1.1.0] - 2019-03-23
### Changed

View File

@ -1,2 +0,0 @@
default
intllib?

View File

@ -1 +0,0 @@
Adds various special versions of normal blocks, tools, and other map maintainer tools.

View File

@ -1 +1,4 @@
name = maptools
description = Adds various special versions of normal blocks, tools, and other map maintainer tools.
depends = default
optional_depends = intllib