From 6d609f499069ed4ae4e808ccc446c6acda51cdec Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Fri, 20 Jan 2017 16:56:01 +1000 Subject: + Added a new kind of logging message, just for machines, so that people may debug them easily without TOTAL DEBUG mode. + Added support for the TreeFarmer to use Saws/Buzzsaws to cut things. They are now required. + Added a GUI for the Tree Farmer. + Added a custom slot class just for Buzzsaw and Saw items. % Tweaked power handling for findLogs() in the Tree Farmer class, it wasn't checking the internal power buffer. --- src/Java/gtPlusPlus/core/proxy/ClientProxy.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Java/gtPlusPlus/core/proxy') diff --git a/src/Java/gtPlusPlus/core/proxy/ClientProxy.java b/src/Java/gtPlusPlus/core/proxy/ClientProxy.java index 12b99e76da..11e7f9853a 100644 --- a/src/Java/gtPlusPlus/core/proxy/ClientProxy.java +++ b/src/Java/gtPlusPlus/core/proxy/ClientProxy.java @@ -26,6 +26,8 @@ public class ClientProxy extends CommonProxy{ } */ + public static String playerName = ""; + @Override public void preInit(FMLPreInitializationEvent e) { // TODO Auto-generated method stub -- cgit