From d8917c9359495b52aa744c747b4689ca8b94ea79 Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Tue, 27 Dec 2016 20:32:34 +1000 Subject: + Added the Fission Fuel Processing Plant. + Added a config option for the FFPP. + Added new textures for the new casings. - Removed obsolete tooltips on casing blocks. --- src/Java/gtPlusPlus/core/handler/COMPAT_HANDLER.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Java/gtPlusPlus/core/handler') diff --git a/src/Java/gtPlusPlus/core/handler/COMPAT_HANDLER.java b/src/Java/gtPlusPlus/core/handler/COMPAT_HANDLER.java index 43853a49f0..ee889562c1 100644 --- a/src/Java/gtPlusPlus/core/handler/COMPAT_HANDLER.java +++ b/src/Java/gtPlusPlus/core/handler/COMPAT_HANDLER.java @@ -64,6 +64,7 @@ public class COMPAT_HANDLER { GregtechIndustrialMultiTank.run(); GregtechGeothermalThermalGenerator.run(); Gregtech4Content.run(); + GregtechIndustrialFuelRefinery.run(); } } -- cgit