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/lib | |
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/lib')
-rw-r--r-- | src/Java/gtPlusPlus/core/lib/CORE.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/core/lib/CORE.java b/src/Java/gtPlusPlus/core/lib/CORE.java index e81c5bc4a9..4988db3402 100644 --- a/src/Java/gtPlusPlus/core/lib/CORE.java +++ b/src/Java/gtPlusPlus/core/lib/CORE.java @@ -79,12 +79,14 @@ public class CORE { RES_PATH_FLUIDS = MODID + ":" + TEX_DIR_FLUIDS; + //public static final Materials2[] MiscGeneratedMaterials = new Materials2[1000]; public static class configSwitches { //Debug public static boolean disableEnderIOIntegration = false; + public static boolean MACHINE_INFO = false; //Tools public static boolean enableSkookumChoochers = true; |