From d598f02bcdbb9e4346d17a9e4cd218f7462ca6bc Mon Sep 17 00:00:00 2001 From: Panquesito7 Date: Mon, 28 Oct 2019 16:29:12 -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 | 2 ++ 3 files changed, 2 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 ada7093..0000000 --- a/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -default -mesecons -unifieddyes diff --git a/description.txt b/description.txt deleted file mode 100644 index 6d01c91..0000000 --- a/description.txt +++ /dev/null @@ -1 +0,0 @@ -Add some colorful nodes to building and also to add light. diff --git a/mod.conf b/mod.conf index decbf01..a795d79 100644 --- a/mod.conf +++ b/mod.conf @@ -1 +1,3 @@ name = bobblocks +depends = default, mesecons, unifieddyes +description = Add some colorful nodes to building and also to add light. \ No newline at end of file