From 2d34b38fe61c140c2a036a2c638408aa460cd63a Mon Sep 17 00:00:00 2001 From: Panquesito7 Date: Mon, 28 Oct 2019 13:54:45 -0600 Subject: [PATCH] Use mod.conf for dependencies and description Deletes deprecated 'depends.txt' and 'description.txt'. --- depends.txt | 3 --- description.txt | 1 - mod.conf | 3 +++ 3 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 depends.txt delete mode 100644 description.txt diff --git a/depends.txt b/depends.txt deleted file mode 100644 index 66acf1b..0000000 --- a/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -stairs -default -moreblocks? diff --git a/description.txt b/description.txt deleted file mode 100644 index 31859ba..0000000 --- a/description.txt +++ /dev/null @@ -1 +0,0 @@ -Adds a deep underground realm with different mapgen that you can reach with obsidian portals. diff --git a/mod.conf b/mod.conf index d1b252a..900ad72 100644 --- a/mod.conf +++ b/mod.conf @@ -1 +1,4 @@ name = nether +depends = stairs, default +optional_depends = moreblocks +description = Adds a deep underground realm with different mapgen that you can reach with obsidian portals. \ No newline at end of file