Disabled MFR and TE mod cross integration to prevent crashes.
This commit is contained in:
parent
f5f15f1373
commit
4ae30209d2
1 changed files with 2 additions and 2 deletions
|
@ -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!");
|
||||
|
|
Loading…
Reference in a new issue