From 3334e0f53753abe42d7810b703602039ee6f3b59 Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Fri, 22 Jul 2016 16:24:36 +1000 Subject: + 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. --- .../core/handler/registration/gregtech/GregtechSolarGenerators.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/Java/miscutil/core/handler') 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(); } } -- cgit