diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-09-11 00:28:12 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-09-11 00:28:12 +1000 |
commit | 7ceb735ceda71bdef542773c4b3e95b0eeba6d35 (patch) | |
tree | df8e5526a5123904af79218566933c3cd32d5fcb /src/Java/gtPlusPlus/xmod/gregtech | |
parent | 7437cf1d45a4d45688fa4d9afc3e810a8a13a50d (diff) | |
download | GT5-Unofficial-7ceb735ceda71bdef542773c4b3e95b0eeba6d35.tar.gz GT5-Unofficial-7ceb735ceda71bdef542773c4b3e95b0eeba6d35.tar.bz2 GT5-Unofficial-7ceb735ceda71bdef542773c4b3e95b0eeba6d35.zip |
- Disabled the Skookum Choocher once more.
+ Added utilities to check the mod version online against my github.
+ Added a warning if the mod is out of date, to update.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/HANDLER_GT.java | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/HANDLER_GT.java b/src/Java/gtPlusPlus/xmod/gregtech/HANDLER_GT.java index c42575ba50..4dafe394b8 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/HANDLER_GT.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/HANDLER_GT.java @@ -4,8 +4,6 @@ import gregtech.api.util.GT_Config; import gtPlusPlus.xmod.gregtech.api.enums.GregtechOrePrefixes.GT_Materials; import gtPlusPlus.xmod.gregtech.common.blocks.fluid.GregtechFluidHandler; import gtPlusPlus.xmod.gregtech.common.items.MetaGeneratedGregtechItems; -import gtPlusPlus.xmod.gregtech.common.items.MetaGeneratedGregtechTools; -import gtPlusPlus.xmod.gregtech.loaders.ProcessingToolHeadChoocher; import gtPlusPlus.xmod.gregtech.registration.gregtech.GregtechConduits; public class HANDLER_GT { @@ -28,8 +26,8 @@ public class HANDLER_GT { //Add Custom Pipes, Wires and Cables. GregtechConduits.run(); - new ProcessingToolHeadChoocher(); - new MetaGeneratedGregtechTools(); + //new ProcessingToolHeadChoocher(); + //new MetaGeneratedGregtechTools(); /*if (Meta_GT_Proxy.mSortToTheEnd) { new GT_ItemIterator().run(); Meta_GT_Proxy.registerUnificationEntries(); |