diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-07-22 16:24:36 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-07-22 16:24:36 +1000 |
commit | 3334e0f53753abe42d7810b703602039ee6f3b59 (patch) | |
tree | bb16c9e0f006240100aa9a53c4220c81a3509885 /src/Java/miscutil/core/handler | |
parent | a5a9ac9396595c984df39089076b74cd03b1f13b (diff) | |
download | GT5-Unofficial-3334e0f53753abe42d7810b703602039ee6f3b59.tar.gz GT5-Unofficial-3334e0f53753abe42d7810b703602039ee6f3b59.tar.bz2 GT5-Unofficial-3334e0f53753abe42d7810b703602039ee6f3b59.zip |
+ Added replacement rotors to replace the Energetic/Vibrant types if EnderIO is not installed.
+ Added support for ImmersiveEngineering's Coke Oven Block to be used in recipes & overall mod support now.
+ More work on the Solar Generators. (disabled for now though, for public builds)
$ Fixed the ExtraBees Checking.
Diffstat (limited to 'src/Java/miscutil/core/handler')
-rw-r--r-- | src/Java/miscutil/core/handler/registration/gregtech/GregtechSolarGenerators.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Java/miscutil/core/handler/registration/gregtech/GregtechSolarGenerators.java b/src/Java/miscutil/core/handler/registration/gregtech/GregtechSolarGenerators.java index 0bfac0dcd2..09e27a80d7 100644 --- a/src/Java/miscutil/core/handler/registration/gregtech/GregtechSolarGenerators.java +++ b/src/Java/miscutil/core/handler/registration/gregtech/GregtechSolarGenerators.java @@ -1,6 +1,5 @@ package miscutil.core.handler.registration.gregtech; -import miscutil.core.util.Utils; import miscutil.core.xmod.gregtech.api.enums.GregtechItemList; import miscutil.core.xmod.gregtech.common.tileentities.generators.GregtechMetaTileEntitySolarGenerator; @@ -9,8 +8,8 @@ public class GregtechSolarGenerators public static void run() { if (miscutil.core.lib.LoadedMods.Gregtech){ - Utils.LOG_INFO("MiscUtils: Gregtech5u Content | Registering Solar Generator Blocks."); - run1(); + //Utils.LOG_INFO("MiscUtils: Gregtech5u Content | Registering Solar Generator Blocks."); + //run1(); } } |