diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2017-01-20 16:56:01 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2017-01-20 16:56:01 +1000 |
commit | 6d609f499069ed4ae4e808ccc446c6acda51cdec (patch) | |
tree | 001f5b44c6326911a4c765725cc7820628c4ffab /src/Java/gtPlusPlus/core/proxy | |
parent | a6bb1b33da251f4a2ec7a6d6facb4864e9905341 (diff) | |
download | GT5-Unofficial-6d609f499069ed4ae4e808ccc446c6acda51cdec.tar.gz GT5-Unofficial-6d609f499069ed4ae4e808ccc446c6acda51cdec.tar.bz2 GT5-Unofficial-6d609f499069ed4ae4e808ccc446c6acda51cdec.zip |
+ 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.
Diffstat (limited to 'src/Java/gtPlusPlus/core/proxy')
-rw-r--r-- | src/Java/gtPlusPlus/core/proxy/ClientProxy.java | 2 |
1 files changed, 2 insertions, 0 deletions
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 |