From a5eef1c5de77fa7770877802e66c3e1c53f9a0da Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Wed, 24 Apr 2019 18:59:36 -0400 Subject: update castles, areas, homedecor, plantlife, gloopblocks, hotbar, inspector, maptools, mesecons, moreblocks, moreores, technic, teleport_request, and worldedit switched to caverealms_lite (with minor fixes by me) switched to CWz's fork of player_textures The homedecor update brings in the big split, and will require you to re-enable all modpack components in order to avoid loss of content. --- moreores/CHANGELOG.md | 4 ++++ moreores/depends.txt | 4 ---- moreores/description.txt | 1 - moreores/init.lua | 4 ---- moreores/mod.conf | 3 +++ 5 files changed, 7 insertions(+), 9 deletions(-) delete mode 100644 moreores/depends.txt delete mode 100644 moreores/description.txt (limited to 'moreores') diff --git a/moreores/CHANGELOG.md b/moreores/CHANGELOG.md index e386b83..1363aba 100644 --- a/moreores/CHANGELOG.md +++ b/moreores/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/moreores/depends.txt b/moreores/depends.txt deleted file mode 100644 index 6c8d8d7..0000000 --- a/moreores/depends.txt +++ /dev/null @@ -1,4 +0,0 @@ -default -farming? -intllib? -mg? diff --git a/moreores/description.txt b/moreores/description.txt deleted file mode 100644 index 6bd1c7c..0000000 --- a/moreores/description.txt +++ /dev/null @@ -1 +0,0 @@ -Adds new Ore types. diff --git a/moreores/init.lua b/moreores/init.lua index e389778..d3b1cc0 100644 --- a/moreores/init.lua +++ b/moreores/init.lua @@ -382,7 +382,3 @@ for orename, def in pairs(oredefs) do -- Register everything add_ore("moreores", def.description, orename, def) end - -if minetest.settings:get_bool("log_mods") then - minetest.log("action", S("[moreores] loaded.")) -end diff --git a/moreores/mod.conf b/moreores/mod.conf index 5a9f1e2..2b96161 100644 --- a/moreores/mod.conf +++ b/moreores/mod.conf @@ -1 +1,4 @@ name = moreores +description = Adds new ore types. +depends = default +optional_depends = farming,intllib,mg -- cgit v1.2.3