Disabled MFR and TE mod cross integration to prevent crashes.

This commit is contained in:
Amnet 2013-10-10 11:06:29 +02:00
parent f5f15f1373
commit 4ae30209d2
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ public class BOPCrossIntegration {
if (Loader.isModLoaded("ThermalExpansion")) if (Loader.isModLoaded("ThermalExpansion"))
{ {
try { try {
TEIntegration.init(); // TEIntegration.init();
} }
catch (Exception e) { catch (Exception e) {
System.out.println("[BiomesOPlenty] There was an error while integrating Thermal Expansion with Biomes O' Plenty!"); 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")) if (Loader.isModLoaded("MineFactoryReloaded"))
{ {
try { try {
MFRIntegration.init(); // MFRIntegration.init();
} }
catch (Exception e) { catch (Exception e) {
System.out.println("[BiomesOPlenty] There was an error while integrating MineFactory Reloaded with Biomes O' Plenty!"); System.out.println("[BiomesOPlenty] There was an error while integrating MineFactory Reloaded with Biomes O' Plenty!");