From 4e1473a5d98b6eb8a3be4b39d88b6e8507c787d2 Mon Sep 17 00:00:00 2001 From: OgelGames Date: Sat, 23 Oct 2021 17:13:12 +1100 Subject: [PATCH] Remove depends.txt files --- concrete/depends.txt | 4 ---- concrete/mod.conf | 4 ++-- extranodes/depends.txt | 9 --------- technic_cnc/depends.txt | 3 --- technic_worldgen/depends.txt | 9 --------- technic_worldgen/mod.conf | 2 +- wrench/depends.txt | 6 ------ wrench/mod.conf | 2 +- 8 files changed, 4 insertions(+), 35 deletions(-) delete mode 100644 concrete/depends.txt delete mode 100644 extranodes/depends.txt delete mode 100644 technic_cnc/depends.txt delete mode 100644 technic_worldgen/depends.txt delete mode 100644 wrench/depends.txt diff --git a/concrete/depends.txt b/concrete/depends.txt deleted file mode 100644 index 5ca909c..0000000 --- a/concrete/depends.txt +++ /dev/null @@ -1,4 +0,0 @@ -default -basic_materials -intllib? -moreblocks? diff --git a/concrete/mod.conf b/concrete/mod.conf index 506f906..65d92b3 100644 --- a/concrete/mod.conf +++ b/concrete/mod.conf @@ -1,3 +1,3 @@ name = concrete -depends = default -optional_depends = basic_materials, intllib, moreblocks +depends = default, basic_materials, technic +optional_depends = intllib, moreblocks diff --git a/extranodes/depends.txt b/extranodes/depends.txt deleted file mode 100644 index 0279a18..0000000 --- a/extranodes/depends.txt +++ /dev/null @@ -1,9 +0,0 @@ -default -technic_worldgen -basic_materials -concrete -unifieddyes? -intllib? -moreblocks? -steel? -streetsmod? diff --git a/technic_cnc/depends.txt b/technic_cnc/depends.txt deleted file mode 100644 index bdaa161..0000000 --- a/technic_cnc/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -default -basic_materials -technic? diff --git a/technic_worldgen/depends.txt b/technic_worldgen/depends.txt deleted file mode 100644 index 6a92b7d..0000000 --- a/technic_worldgen/depends.txt +++ /dev/null @@ -1,9 +0,0 @@ -default -basic_materials -intllib? -mg? -doors? -farming? -glooptest? -mesecons_doors? -vessels? diff --git a/technic_worldgen/mod.conf b/technic_worldgen/mod.conf index 49988f5..4cd1033 100644 --- a/technic_worldgen/mod.conf +++ b/technic_worldgen/mod.conf @@ -1,3 +1,3 @@ name = technic_worldgen -depends = default, basic_materials +depends = default optional_depends = intllib, mg, doors, farming, glooptest, mesecons_doors, vessels diff --git a/wrench/depends.txt b/wrench/depends.txt deleted file mode 100644 index 25c5256..0000000 --- a/wrench/depends.txt +++ /dev/null @@ -1,6 +0,0 @@ -default -technic? -technic_chests? -technic_worldgen? -intllib? -drawers? diff --git a/wrench/mod.conf b/wrench/mod.conf index a18b4f7..9a74366 100644 --- a/wrench/mod.conf +++ b/wrench/mod.conf @@ -1,3 +1,3 @@ name = wrench depends = default -optional_depends = technic, technic_chests, technic_worldgen, intllib +optional_depends = technic, technic_chests, technic_worldgen, intllib, drawers