diff --git a/common/biomesoplenty/integration/BOPCrossIntegration.java b/common/biomesoplenty/integration/BOPCrossIntegration.java index 18d538cae..9addd9814 100644 --- a/common/biomesoplenty/integration/BOPCrossIntegration.java +++ b/common/biomesoplenty/integration/BOPCrossIntegration.java @@ -81,7 +81,7 @@ public class BOPCrossIntegration { if (Loader.isModLoaded("ThermalExpansion")) { try { - TEIntegration.init(); +// TEIntegration.init(); } catch (Exception e) { System.out.println("[BiomesOPlenty] There was an error while integrating Thermal Expansion with Biomes O' Plenty!"); @@ -92,7 +92,7 @@ public class BOPCrossIntegration { if (Loader.isModLoaded("MineFactoryReloaded")) { try { - MFRIntegration.init(); +// MFRIntegration.init(); } catch (Exception e) { System.out.println("[BiomesOPlenty] There was an error while integrating MineFactory Reloaded with Biomes O' Plenty!");