aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hendricks <richardhendricks@pobox.com>2018-07-22 03:06:38 -0500
committerDaniel <daniel112092@gmail.com>2018-07-22 10:06:38 +0200
commitab8138014f6a98939823f33dde88384fea460d19 (patch)
tree0b80520cc6238652f107c97479ac8f9729911f4d
parentdd5a96252f0c8e79bb20bca0c2299544a2c078b6 (diff)
downloadGT5-Unofficial-ab8138014f6a98939823f33dde88384fea460d19.tar.gz
GT5-Unofficial-ab8138014f6a98939823f33dde88384fea460d19.tar.bz2
GT5-Unofficial-ab8138014f6a98939823f33dde88384fea460d19.zip
Fix dyes (#11)
* Remove writes to GT Dyes enum because it caues problems with trying to remove MACHINE_METAL tinting. * Use latest version of Gregtech from Jenkins.
-rw-r--r--build.properties2
-rw-r--r--src/main/java/com/github/technus/tectech/loader/MainLoader.java10
2 files changed, 1 insertions, 11 deletions
diff --git a/build.properties b/build.properties
index 43d13923a6..51bc0e15bc 100644
--- a/build.properties
+++ b/build.properties
@@ -7,7 +7,7 @@ codechickenlib.version=1.1.3.140
codechickencore.version=1.0.7.47
nei.version=1.0.5.120
gregtech.jenkinsbuild=63
-gregtech.version=5.09.32.29
+gregtech.version=5.09.32.31
cofhcore.version=[1.7.10]3.1.4-329-dev
cofhlib.version=[1.7.10]1.0.3-175-dev
diff --git a/src/main/java/com/github/technus/tectech/loader/MainLoader.java b/src/main/java/com/github/technus/tectech/loader/MainLoader.java
index 48c297c5f9..0b9dd8c74c 100644
--- a/src/main/java/com/github/technus/tectech/loader/MainLoader.java
+++ b/src/main/java/com/github/technus/tectech/loader/MainLoader.java
@@ -64,16 +64,6 @@ public final class MainLoader {
}
public static void preLoad(){
- //Set proper values in gt arrays
- dyeLightBlue.mRGBa[0]=96;
- dyeLightBlue.mRGBa[1]=128;
- dyeLightBlue.mRGBa[2]=255;
- dyeBlue.mRGBa[0]=0;
- dyeBlue.mRGBa[1]=32;
- dyeBlue.mRGBa[2]=255;
- MACHINE_METAL.mRGBa[0]=210;
- MACHINE_METAL.mRGBa[1]=220;
- MACHINE_METAL.mRGBa[2]=255;
//set expanded texture arrays for tiers
try {