diff options
author | miozune <miozune@gmail.com> | 2024-09-09 09:21:25 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-09 02:21:25 +0200 |
commit | c43cdd94e65c6e19d8380d1b2c87ce19d5d49011 (patch) | |
tree | 67e104846c6122fdc2eaf2dcc29717facd6a51df /src/main/java/gregtech/GTMod.java | |
parent | b15f89a14827bdb621d45745d165e1caf4265fef (diff) | |
download | GT5-Unofficial-c43cdd94e65c6e19d8380d1b2c87ce19d5d49011.tar.gz GT5-Unofficial-c43cdd94e65c6e19d8380d1b2c87ce19d5d49011.tar.bz2 GT5-Unofficial-c43cdd94e65c6e19d8380d1b2c87ce19d5d49011.zip |
Remove findRecipe methods (#3084)
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Co-authored-by: boubou19 <miisterunknown@gmail.com>
Diffstat (limited to 'src/main/java/gregtech/GTMod.java')
-rw-r--r-- | src/main/java/gregtech/GTMod.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/gregtech/GTMod.java b/src/main/java/gregtech/GTMod.java index 4b3bae4056..3434d1bbbd 100644 --- a/src/main/java/gregtech/GTMod.java +++ b/src/main/java/gregtech/GTMod.java @@ -240,7 +240,6 @@ public class GTMod implements IGTMod { public static GTProxy gregtechproxy; public static final boolean DEBUG = Boolean.getBoolean("gt.debug"); - public static int MAX_IC2 = 2147483647; public static GTAchievements achievements; @Deprecated public static final String aTextGeneral = "general"; |