aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/enums
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2017-09-16 21:29:48 +0200
committerGitHub <noreply@github.com>2017-09-16 21:29:48 +0200
commit084961c2f6986d91f1a78506570792d8b1456a63 (patch)
tree444ae348e4f39e78c901b1dbaa068a813a869bea /src/main/java/gregtech/api/enums
parentcc826f78e43a12595b3fe03376d6c64f36be12c5 (diff)
parent747b7a40ba77dcbcbef78cbb8eda802547e9ece7 (diff)
downloadGT5-Unofficial-084961c2f6986d91f1a78506570792d8b1456a63.tar.gz
GT5-Unofficial-084961c2f6986d91f1a78506570792d8b1456a63.tar.bz2
GT5-Unofficial-084961c2f6986d91f1a78506570792d8b1456a63.zip
Merge pull request #36 from richardhendricks/feature/cleanroom_debug
Feature/cleanroom debug
Diffstat (limited to 'src/main/java/gregtech/api/enums')
-rw-r--r--src/main/java/gregtech/api/enums/GT_Values.java6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/java/gregtech/api/enums/GT_Values.java b/src/main/java/gregtech/api/enums/GT_Values.java
index 041ff1d618..27341027f7 100644
--- a/src/main/java/gregtech/api/enums/GT_Values.java
+++ b/src/main/java/gregtech/api/enums/GT_Values.java
@@ -118,6 +118,10 @@ public class GT_Values {
*/
public static IGT_NetworkHandler NW;
/**
+ * Debug parameter for cleanroom testing.
+ */
+ public static boolean debugCleanroom = false;
+ /**
* Not really Constants, but they set using the Config and therefore should be constant (those are for the Debug Mode)
*/
public static boolean D1 = false, D2 = false;
@@ -125,4 +129,4 @@ public class GT_Values {
* If you have to give something a World Parameter but there is no World... (Dummy World)
*/
public static World DW;
-} \ No newline at end of file
+}