From 02f3589c7a8bc40ca1eb77ddf1002e1a3e357940 Mon Sep 17 00:00:00 2001 From: HybridDog Date: Thu, 11 Mar 2021 13:58:45 +0100 Subject: [PATCH] Replace the depends.txt with a mod.conf --- depends.txt | 3 --- mod.conf | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 depends.txt create mode 100644 mod.conf diff --git a/depends.txt b/depends.txt deleted file mode 100644 index 7c035dc..0000000 --- a/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -default -pipeworks? -technic? diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..a874c1a --- /dev/null +++ b/mod.conf @@ -0,0 +1,3 @@ +name = connected_chests +depends = default +optional_depends = pipeworks,technic