From b1c08c2131c5c58e81ba9a6ae10e3738ae7025b4 Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Mon, 23 May 2016 08:03:30 +1000 Subject: Forgot to Commit before the weekend.. Not sure what I change, but making this as a rollback point/changelog. --- src/Java/miscutil/gregtech/api/init/InitGregtech.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Java/miscutil/gregtech/api/init/InitGregtech.java') diff --git a/src/Java/miscutil/gregtech/api/init/InitGregtech.java b/src/Java/miscutil/gregtech/api/init/InitGregtech.java index 45435821c5..a1f1f1eb41 100644 --- a/src/Java/miscutil/gregtech/api/init/InitGregtech.java +++ b/src/Java/miscutil/gregtech/api/init/InitGregtech.java @@ -4,6 +4,7 @@ import static miscutil.core.lib.LoadedMods.Gregtech; import miscutil.gregtech.api.init.machines.GregtechConduits; import miscutil.gregtech.api.init.machines.GregtechEnergyBuffer; import miscutil.gregtech.api.init.machines.GregtechIndustrialCentrifuge; +import miscutil.gregtech.api.init.machines.GregtechIndustrialCokeOven; import miscutil.gregtech.api.init.machines.GregtechSafeBlock; import miscutil.gregtech.api.init.machines.GregtechSteamCondenser; @@ -16,6 +17,7 @@ public class InitGregtech { GregtechSteamCondenser.run(); GregtechSafeBlock.run(); GregtechIndustrialCentrifuge.run(); + GregtechIndustrialCokeOven.run(); } } -- cgit