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.
Этот коммит содержится в:
Hugo Locurcio
2019-04-23 21:54:27 +02:00
родитель 0dfadcf43a
Коммит 2f34184047
4 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@@ -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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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