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