From 7314fbd817fad161bef3bb0d90b5c270aa57b9cf Mon Sep 17 00:00:00 2001 From: Panquesito7 Date: Tue, 28 Jan 2020 14:57:18 -0600 Subject: [PATCH] Use mod.conf for dependencies Deletes deprecated 'depends.txt'. --- extrahorns/depends.txt | 3 --- extrahorns/mod.conf | 2 ++ soundblocks/depends.txt | 2 -- soundblocks/mod.conf | 2 ++ 4 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 extrahorns/depends.txt create mode 100644 extrahorns/mod.conf delete mode 100644 soundblocks/depends.txt create mode 100644 soundblocks/mod.conf diff --git a/extrahorns/depends.txt b/extrahorns/depends.txt deleted file mode 100644 index bf89afb..0000000 --- a/extrahorns/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -soundblocks -default -wool diff --git a/extrahorns/mod.conf b/extrahorns/mod.conf new file mode 100644 index 0000000..29c1e97 --- /dev/null +++ b/extrahorns/mod.conf @@ -0,0 +1,2 @@ +name = extrahorns +depends = soundblocks, default, wool \ No newline at end of file diff --git a/soundblocks/depends.txt b/soundblocks/depends.txt deleted file mode 100644 index be420a3..0000000 --- a/soundblocks/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default -wool \ No newline at end of file diff --git a/soundblocks/mod.conf b/soundblocks/mod.conf new file mode 100644 index 0000000..a8d5834 --- /dev/null +++ b/soundblocks/mod.conf @@ -0,0 +1,2 @@ +name = soundblocks +depends = default, wool \ No newline at end of file