diff --git a/CHANGELOG.md b/CHANGELOG.md index 2892512..900458e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/depends.txt b/depends.txt deleted file mode 100644 index 9207dab..0000000 --- a/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default -intllib? diff --git a/description.txt b/description.txt deleted file mode 100644 index 43bbfde..0000000 --- a/description.txt +++ /dev/null @@ -1 +0,0 @@ -Adds various special versions of normal blocks, tools, and other map maintainer tools. diff --git a/mod.conf b/mod.conf index a77ffe2..363f651 100644 --- a/mod.conf +++ b/mod.conf @@ -1 +1,4 @@ name = maptools +description = Adds various special versions of normal blocks, tools, and other map maintainer tools. +depends = default +optional_depends = intllib