aboutsummaryrefslogtreecommitdiff
path: root/src/Java/miscutil/gregtech/api/init/InitGregtech.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/Java/miscutil/gregtech/api/init/InitGregtech.java')
-rw-r--r--src/Java/miscutil/gregtech/api/init/InitGregtech.java2
1 files changed, 2 insertions, 0 deletions
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();
}
}