From 3f9e9c961a2a6d20f0cf29d3516dd7fd64999a3d Mon Sep 17 00:00:00 2001 From: Alkalus Date: Thu, 5 Oct 2017 12:31:58 +1000 Subject: + Added Macerator recipe for Chisel Limestone into 4x Calcite dust. % Changed some logging messages. --- src/Java/gtPlusPlus/core/common/CommonProxy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/core/common') 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(); -- cgit