From 4ae30209d21aeedf8344bcdfc0a37155f282c986 Mon Sep 17 00:00:00 2001 From: Amnet Date: Thu, 10 Oct 2013 11:06:29 +0200 Subject: [PATCH] Disabled MFR and TE mod cross integration to prevent crashes. --- common/biomesoplenty/integration/BOPCrossIntegration.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!");