diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-12-24 17:39:23 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-12-24 17:39:23 +1000 |
commit | 530d84ed415e3cc35715e697635e9f8fb06bbd5d (patch) | |
tree | f872cbcc0c5b4a712ffcc03df8708accb50463df /src/Java/gtPlusPlus/GTplusplus.java | |
parent | 0cfe59a8a48fa4c8dfa12043489825ffa9fadd8c (diff) | |
download | GT5-Unofficial-530d84ed415e3cc35715e697635e9f8fb06bbd5d.tar.gz GT5-Unofficial-530d84ed415e3cc35715e697635e9f8fb06bbd5d.tar.bz2 GT5-Unofficial-530d84ed415e3cc35715e697635e9f8fb06bbd5d.zip |
+ Added a cape handler.
+ Gave the Helium Blob a name.
+ Gave core items the ability to have a name on yet another constructor.
- Disabled the cape handler.
% Minor improvements to the portable tanks.
Diffstat (limited to 'src/Java/gtPlusPlus/GTplusplus.java')
-rw-r--r-- | src/Java/gtPlusPlus/GTplusplus.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/GTplusplus.java b/src/Java/gtPlusPlus/GTplusplus.java index 3ea03cefc0..5f7e8a8f62 100644 --- a/src/Java/gtPlusPlus/GTplusplus.java +++ b/src/Java/gtPlusPlus/GTplusplus.java @@ -14,7 +14,6 @@ import gtPlusPlus.core.lib.CORE; import gtPlusPlus.core.util.Utils; import gtPlusPlus.core.util.item.ItemUtils; import gtPlusPlus.core.util.math.MathUtils; -import gtPlusPlus.core.util.reflect.ReflectionUtils; import gtPlusPlus.xmod.gregtech.HANDLER_GT; import gtPlusPlus.xmod.gregtech.common.Meta_GT_Proxy; import gtPlusPlus.xmod.gregtech.common.blocks.textures.TexturesGtBlock; @@ -191,7 +190,7 @@ implements ActionListener } //~ - ReflectionUtils.becauseIWorkHard(); + //ReflectionUtils.becauseIWorkHard(); //Utils.LOG_INFO("Activating GT OreDictionary Handler, this can take some time."); Utils.LOG_INFO("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"); |