From 7cdd0471a2ee9c22c0b83fb7fa03daaf51d11e3c Mon Sep 17 00:00:00 2001 From: HybridDog Date: Wed, 22 Dec 2021 17:44:27 +0100 Subject: [PATCH] depends.txt -> mod.conf --- nether/depends.txt | 9 --------- nether/mod.conf | 3 +++ 2 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 nether/depends.txt create mode 100644 nether/mod.conf diff --git a/nether/depends.txt b/nether/depends.txt deleted file mode 100644 index e5a2f24..0000000 --- a/nether/depends.txt +++ /dev/null @@ -1,9 +0,0 @@ -default -creative? -glow -riesenpilz -stairs -vector_extras -fence_registration? -function_delayer? -watershed? diff --git a/nether/mod.conf b/nether/mod.conf new file mode 100644 index 0000000..eb8e675 --- /dev/null +++ b/nether/mod.conf @@ -0,0 +1,3 @@ +name = nether +depends = default,glow,riesenpilz,stairs,vector_extras +optional_depends = creative,fence_registration,function_delayer,watershed