diff options
author | pyrollo <dev@pyrollo.com> | 2016-12-20 20:21:41 +0100 |
---|---|---|
committer | pyrollo <dev@pyrollo.com> | 2016-12-20 20:21:41 +0100 |
commit | bc9607eb919e6911875768316efd6dbfc8b325f7 (patch) | |
tree | f78370644bb4e9bf9dfa4812559c145058b1ffd4 | |
parent | 63c1499500ca4cd2229552c55d2810eddbf5f42d (diff) | |
download | display_modpack-bc9607eb919e6911875768316efd6dbfc8b325f7.tar.gz display_modpack-bc9607eb919e6911875768316efd6dbfc8b325f7.tar.bz2 display_modpack-bc9607eb919e6911875768316efd6dbfc8b325f7.zip |
Fixed incorrect dependancies
-rw-r--r-- | display_lib/depends.txt | 1 | ||||
-rw-r--r-- | font_lib/depends.txt | 1 | ||||
-rw-r--r-- | ontime_clocks/depends.txt | 1 | ||||
-rw-r--r-- | signs_road/depends.txt | 1 |
4 files changed, 2 insertions, 2 deletions
diff --git a/display_lib/depends.txt b/display_lib/depends.txt index 4ad96d5..e69de29 100644 --- a/display_lib/depends.txt +++ b/display_lib/depends.txt @@ -1 +0,0 @@ -default diff --git a/font_lib/depends.txt b/font_lib/depends.txt index 4ad96d5..e69de29 100644 --- a/font_lib/depends.txt +++ b/font_lib/depends.txt @@ -1 +0,0 @@ -default diff --git a/ontime_clocks/depends.txt b/ontime_clocks/depends.txt index c1feb90..282fbc3 100644 --- a/ontime_clocks/depends.txt +++ b/ontime_clocks/depends.txt @@ -1,3 +1,4 @@ default +dye display_lib diff --git a/signs_road/depends.txt b/signs_road/depends.txt index 9f7af7c..e34c7f1 100644 --- a/signs_road/depends.txt +++ b/signs_road/depends.txt @@ -1,4 +1,5 @@ default +dye display_lib font_lib signs |