aboutsummaryrefslogtreecommitdiff
path: root/src/Java/miscutil/core/common/CommonProxy.java
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2016-07-20 20:42:22 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2016-07-20 20:42:22 +1000
commitd929a5f86d074206358697087733fcf7bc400a6b (patch)
tree2b364063383528b50ed400a228be0c8725a9b335 /src/Java/miscutil/core/common/CommonProxy.java
parentffa474c842ff86e074a773e9cd08b12023a3fe6c (diff)
downloadGT5-Unofficial-d929a5f86d074206358697087733fcf7bc400a6b.tar.gz
GT5-Unofficial-d929a5f86d074206358697087733fcf7bc400a6b.tar.bz2
GT5-Unofficial-d929a5f86d074206358697087733fcf7bc400a6b.zip
Commit to revert to.
Diffstat (limited to 'src/Java/miscutil/core/common/CommonProxy.java')
-rw-r--r--src/Java/miscutil/core/common/CommonProxy.java11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Java/miscutil/core/common/CommonProxy.java b/src/Java/miscutil/core/common/CommonProxy.java
index 2a1baa705a..547f15d8b5 100644
--- a/src/Java/miscutil/core/common/CommonProxy.java
+++ b/src/Java/miscutil/core/common/CommonProxy.java
@@ -49,6 +49,17 @@ public class CommonProxy {
Utils.LOG_INFO("Doing some house cleaning.");
LoadedMods.checkLoaded();
Utils.LOG_INFO("Making sure we're ready to party!");
+
+ if (LoadedMods.Gregtech){
+ if (CORE.MAIN_GREGTECH_5U_EXPERIMENTAL_FORK){
+ Utils.LOG_INFO("We're using Gregtech 5.09 Experimental.");
+ }
+ else {
+ Utils.LOG_INFO("We're using Gregtech 5.08 or an equivalent fork.");
+ }
+ }
+
+
if (!DEBUG){
Utils.LOG_WARNING("Development mode not enabled.");
}