diff options
| author | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2020-04-19 20:16:19 +0200 |
|---|---|---|
| committer | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2020-04-19 20:16:19 +0200 |
| commit | cc2ef1d1294ca5924ec703ce5f0dfc9a096f0157 (patch) | |
| tree | 0f3ece9193633a5bde7960c8a237d97f632ded55 /src/main/java/gregtech/api/enums | |
| parent | 1cdb5c4ff9c5d4ee41138e57d15c1dc481e6adb3 (diff) | |
| download | GT5-Unofficial-cc2ef1d1294ca5924ec703ce5f0dfc9a096f0157.tar.gz GT5-Unofficial-cc2ef1d1294ca5924ec703ce5f0dfc9a096f0157.tar.bz2 GT5-Unofficial-cc2ef1d1294ca5924ec703ce5f0dfc9a096f0157.zip | |
Refactored CLS support into an own Compat
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
Diffstat (limited to 'src/main/java/gregtech/api/enums')
| -rw-r--r-- | src/main/java/gregtech/api/enums/GT_Values.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/gregtech/api/enums/GT_Values.java b/src/main/java/gregtech/api/enums/GT_Values.java index a0576e6a15..66b2e8a08f 100644 --- a/src/main/java/gregtech/api/enums/GT_Values.java +++ b/src/main/java/gregtech/api/enums/GT_Values.java @@ -286,4 +286,5 @@ public class GT_Values { public static boolean alwaysReloadChunkloaders = false; public static boolean debugChunkloaders = false; + public static boolean cls_enabled; } |
