aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/util
diff options
context:
space:
mode:
authorchochem <40274384+chochem@users.noreply.github.com>2024-09-26 15:50:32 +0100
committerGitHub <noreply@github.com>2024-09-26 15:50:32 +0100
commitc333c46bf33ec2953af8148384c5519d04a4561c (patch)
tree928bb4d20aaebc246bc7d3c9a9d846caf8da0cfc /src/main/java/gregtech/api/util
parentbe7d53287c621b5be62b7876b69e5c19b3bb740a (diff)
downloadGT5-Unofficial-c333c46bf33ec2953af8148384c5519d04a4561c.tar.gz
GT5-Unofficial-c333c46bf33ec2953af8148384c5519d04a4561c.tar.bz2
GT5-Unofficial-c333c46bf33ec2953af8148384c5519d04a4561c.zip
Improve a new debug log (#3286)
Diffstat (limited to 'src/main/java/gregtech/api/util')
-rw-r--r--src/main/java/gregtech/api/util/GTRecipeBuilder.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/api/util/GTRecipeBuilder.java b/src/main/java/gregtech/api/util/GTRecipeBuilder.java
index 69890e564d..f93f8b38c8 100644
--- a/src/main/java/gregtech/api/util/GTRecipeBuilder.java
+++ b/src/main/java/gregtech/api/util/GTRecipeBuilder.java
@@ -43,7 +43,7 @@ public class GTRecipeBuilder {
private static final boolean DEBUG_MODE_FULL_ENERGY;
// Any stable release should be tested at least once with this: -Dgt.recipebuilder.panic.invalid=true
private static final boolean PANIC_MODE_INVALID;
- private static final boolean DEBUG_MODE_COLLISION;
+ public static final boolean DEBUG_MODE_COLLISION;
// Any stable release should be tested at least once with this: -Dgt.recipebuilder.panic.collision=true
private static final boolean PANIC_MODE_COLLISION;