aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/common
diff options
context:
space:
mode:
authorAlkalus <draknyte1@hotmail.com>2017-10-05 12:31:58 +1000
committerAlkalus <draknyte1@hotmail.com>2017-10-05 12:31:58 +1000
commit3f9e9c961a2a6d20f0cf29d3516dd7fd64999a3d (patch)
tree11cd4aea8a4f544629b8688afb3d716b3da7bdb9 /src/Java/gtPlusPlus/core/common
parent6299f8b8496f3eeb9354161e1ead8ee457131e18 (diff)
downloadGT5-Unofficial-3f9e9c961a2a6d20f0cf29d3516dd7fd64999a3d.tar.gz
GT5-Unofficial-3f9e9c961a2a6d20f0cf29d3516dd7fd64999a3d.tar.bz2
GT5-Unofficial-3f9e9c961a2a6d20f0cf29d3516dd7fd64999a3d.zip
+ Added Macerator recipe for Chisel Limestone into 4x Calcite dust.
% Changed some logging messages.
Diffstat (limited to 'src/Java/gtPlusPlus/core/common')
-rw-r--r--src/Java/gtPlusPlus/core/common/CommonProxy.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/common/CommonProxy.java b/src/Java/gtPlusPlus/core/common/CommonProxy.java
index 91077abbed..16c755b23d 100644
--- a/src/Java/gtPlusPlus/core/common/CommonProxy.java
+++ b/src/Java/gtPlusPlus/core/common/CommonProxy.java
@@ -37,7 +37,7 @@ public class CommonProxy {
Utils.LOG_INFO("We're using Gregtech 5.09 Experimental.");
}
else {
- Utils.LOG_INFO("We're using Gregtech 5.08 or an equivalent fork.");
+ Utils.LOG_INFO("We're using Gregtech 5.08 or an earlier fork.");
}
Utils.LOG_INFO("Setting up our own GT_Proxy.");
GtProxy = new Meta_GT_Proxy();