diff --git a/CHANGELOG.md b/CHANGELOG.md index e386b83ade40d838dee62bf150a01dc53525d6cb..1363abaa73a608f1e0e329c1ecb656edd58da1f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/depends.txt b/depends.txt deleted file mode 100644 index 6c8d8d7243fce2fb283c90227bab078c7ae73027..0000000000000000000000000000000000000000 --- a/depends.txt +++ /dev/null @@ -1,4 +0,0 @@ -default -farming? -intllib? -mg? diff --git a/description.txt b/description.txt deleted file mode 100644 index 6bd1c7cbf0d1d25d6181df029f5bcee012e3f230..0000000000000000000000000000000000000000 --- a/description.txt +++ /dev/null @@ -1 +0,0 @@ -Adds new Ore types. diff --git a/mod.conf b/mod.conf index 5a9f1e279a7b90f442830d0d91a19abd5a50bc62..2b961612f03b1854c0d06d2984fdfcf15bf28df8 100644 --- a/mod.conf +++ b/mod.conf @@ -1 +1,4 @@ name = moreores +description = Adds new ore types. +depends = default +optional_depends = farming,intllib,mg