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"))
|
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!");
|
||||||
|
|
Loading…
Reference in a new issue