From 747b7a40ba77dcbcbef78cbb8eda802547e9ece7 Mon Sep 17 00:00:00 2001 From: Richard Hendricks Date: Fri, 15 Sep 2017 22:42:49 -0500 Subject: Added debug prints for cleanroom issues. --- src/main/java/gregtech/api/enums/GT_Values.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/main/java/gregtech/api/enums') 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 @@ -117,6 +117,10 @@ public class GT_Values { * For Internal Usage (Network) */ 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) */ @@ -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 +} -- cgit