diff options
author | Jordan Byrne <draknyte1@hotmail.com> | 2018-01-29 18:45:40 +1000 |
---|---|---|
committer | Jordan Byrne <draknyte1@hotmail.com> | 2018-01-29 18:45:40 +1000 |
commit | 0828168a736692402bd621b984c2d35590ed9730 (patch) | |
tree | fb9da5ea4836544b6278364db449ed5cebf52696 /src/Java/gtPlusPlus/api/objects | |
parent | 33a1703896cbc37b9986c71038e20c659edb7814 (diff) | |
download | GT5-Unofficial-0828168a736692402bd621b984c2d35590ed9730.tar.gz GT5-Unofficial-0828168a736692402bd621b984c2d35590ed9730.tar.bz2 GT5-Unofficial-0828168a736692402bd621b984c2d35590ed9730.zip |
+ Added Trinium Titanium Cable/wires.
+ Redid material components to better use GT texture assets.
% Gave all 32 ore types new TextureSets.
% Doubled capacity of all fluid pipes.
% Moved Item/Block creation from init() to preInit().
$ Fixed Sludge fluid texture.
$ Moved Darkworld from being a child mod into it's own mod, Renamed to Toxic Everglades.
$ Bundled SegmentHelper.java, for future development ease.
Diffstat (limited to 'src/Java/gtPlusPlus/api/objects')
-rw-r--r-- | src/Java/gtPlusPlus/api/objects/Logger.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/api/objects/Logger.java b/src/Java/gtPlusPlus/api/objects/Logger.java index 016dcb4c9b..6e2e9f6107 100644 --- a/src/Java/gtPlusPlus/api/objects/Logger.java +++ b/src/Java/gtPlusPlus/api/objects/Logger.java @@ -8,6 +8,10 @@ import gtPlusPlus.core.lib.CORE; import gtPlusPlus.core.proxy.ClientProxy; public class Logger { + + public Logger(String string) { + + } // Logging Functions public static final org.apache.logging.log4j.Logger modLogger = Logger.makeLogger(); |