diff options
author | Alkalus <draknyte1@hotmail.com> | 2017-10-05 12:31:58 +1000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2017-10-05 12:31:58 +1000 |
commit | 3f9e9c961a2a6d20f0cf29d3516dd7fd64999a3d (patch) | |
tree | 11cd4aea8a4f544629b8688afb3d716b3da7bdb9 /src/Java/gtPlusPlus/core/proxy/ClientProxy.java | |
parent | 6299f8b8496f3eeb9354161e1ead8ee457131e18 (diff) | |
download | GT5-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/proxy/ClientProxy.java')
-rw-r--r-- | src/Java/gtPlusPlus/core/proxy/ClientProxy.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/proxy/ClientProxy.java b/src/Java/gtPlusPlus/core/proxy/ClientProxy.java index 6af3174ef3..b7593246dc 100644 --- a/src/Java/gtPlusPlus/core/proxy/ClientProxy.java +++ b/src/Java/gtPlusPlus/core/proxy/ClientProxy.java @@ -170,7 +170,7 @@ public class ClientProxy extends CommonProxy implements Runnable{ public void run() { try { if (CORE.mEnableCape){ - Utils.LOG_INFO("Skip: GT++ Mod: Downloading Cape List."); + Utils.LOG_INFO("GT++ Mod: Downloading Cape List."); @SuppressWarnings("resource") Scanner tScanner = new Scanner(new URL("https://github.com/draknyte1/GTplusplus/blob/master/SupporterList.txt").openStream()); while (tScanner.hasNextLine()) { @@ -181,6 +181,7 @@ public class ClientProxy extends CommonProxy implements Runnable{ } } } catch (Throwable e) { + Utils.LOG_INFO("Failed to download GT++ cape list."); } } |