summaryrefslogtreecommitdiff
path: root/moreores
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2019-04-24 18:59:36 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2019-04-24 18:59:36 -0400
commita5eef1c5de77fa7770877802e66c3e1c53f9a0da (patch)
tree0f36e64a58e5f5bb7d95be6ae692f58f2ebfe483 /moreores
parentdda854cf06f90a04a03844e19c4d4ad220e38fe4 (diff)
downloaddreambuilder_modpack-a5eef1c5de77fa7770877802e66c3e1c53f9a0da.tar
dreambuilder_modpack-a5eef1c5de77fa7770877802e66c3e1c53f9a0da.tar.gz
dreambuilder_modpack-a5eef1c5de77fa7770877802e66c3e1c53f9a0da.tar.bz2
dreambuilder_modpack-a5eef1c5de77fa7770877802e66c3e1c53f9a0da.tar.xz
dreambuilder_modpack-a5eef1c5de77fa7770877802e66c3e1c53f9a0da.zip
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.
Diffstat (limited to 'moreores')
-rw-r--r--moreores/CHANGELOG.md4
-rw-r--r--moreores/depends.txt4
-rw-r--r--moreores/description.txt1
-rw-r--r--moreores/init.lua4
-rw-r--r--moreores/mod.conf3
5 files changed, 7 insertions, 9 deletions
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