aboutsummaryrefslogtreecommitdiff
path: root/src/Java/miscutil/gregtech/api/init/InitGregtech.java
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2016-05-23 08:03:30 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2016-05-23 08:03:30 +1000
commitb1c08c2131c5c58e81ba9a6ae10e3738ae7025b4 (patch)
tree47315845db808283079231d3d86be32800de3fc1 /src/Java/miscutil/gregtech/api/init/InitGregtech.java
parentdce34f9ba22f173b7bf5d7c9669cf29120f14e3a (diff)
downloadGT5-Unofficial-b1c08c2131c5c58e81ba9a6ae10e3738ae7025b4.tar.gz
GT5-Unofficial-b1c08c2131c5c58e81ba9a6ae10e3738ae7025b4.tar.bz2
GT5-Unofficial-b1c08c2131c5c58e81ba9a6ae10e3738ae7025b4.zip
Forgot to Commit before the weekend.. Not sure what I change, but making this as a rollback point/changelog.
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();
}
}