diff options
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/HandlerGT.java')
-rw-r--r-- | src/main/java/gtPlusPlus/xmod/gregtech/HandlerGT.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/HandlerGT.java b/src/main/java/gtPlusPlus/xmod/gregtech/HandlerGT.java index 2db9a1e80c..c42061478d 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/HandlerGT.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/HandlerGT.java @@ -20,7 +20,6 @@ import gtPlusPlus.xmod.gregtech.loaders.GTPPBlocks; import gtPlusPlus.xmod.gregtech.loaders.ProcessingAngleGrinder; import gtPlusPlus.xmod.gregtech.loaders.ProcessingElectricSnips; import gtPlusPlus.xmod.gregtech.loaders.misc.AddCustomMachineToPA; -import gtPlusPlus.xmod.gregtech.loaders.recipe.RecipeLoaderAlgaeFarm; import gtPlusPlus.xmod.gregtech.loaders.recipe.RecipeLoaderMolecularTransformer; import gtPlusPlus.xmod.gregtech.loaders.recipe.RecipeLoaderTreeFarm; import gtPlusPlus.xmod.gregtech.registration.gregtech.GregtechConduits; @@ -85,7 +84,6 @@ public class HandlerGT { public static void onLoadComplete(FMLLoadCompleteEvent event) { CokeAndPyrolyseOven.onLoadComplete(); MetaGTProxy.fixIC2FluidNames(); - RecipeLoaderAlgaeFarm.generateRecipes(); RecipeLoaderTreeFarm.generateRecipes(); RecipeLoaderMolecularTransformer.run(); } |