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:14 +02:00
parent 34d096832c
commit 564cb11ba6
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
4 changed files with 7 additions and 5 deletions

View File

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

View File

@ -1,4 +0,0 @@
default
farming?
intllib?
mg?

View File

@ -1 +0,0 @@
Adds new Ore types.

View File

@ -1 +1,4 @@
name = moreores
description = Adds new ore types.
depends = default
optional_depends = farming,intllib,mg