From 11bc53eada1a0ffc3b699461209fe708e76f8cd6 Mon Sep 17 00:00:00 2001 From: Adubbz Date: Tue, 19 Nov 2013 20:00:07 +1100 Subject: [PATCH] Moved TE integration to preinit --- .../integration/BOPCrossIntegration.java | 23 +++++++++---------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/common/biomesoplenty/integration/BOPCrossIntegration.java b/common/biomesoplenty/integration/BOPCrossIntegration.java index 6b994b43b..f0dcfc1b4 100644 --- a/common/biomesoplenty/integration/BOPCrossIntegration.java +++ b/common/biomesoplenty/integration/BOPCrossIntegration.java @@ -21,6 +21,17 @@ public class BOPCrossIntegration { } } + if (Loader.isModLoaded("ThermalExpansion")) + { + try { + TEIntegration.init(); + } + catch (Exception e) { + System.out.println("[BiomesOPlenty] There was an error while integrating Thermal Expansion with Biomes O' Plenty!"); + e.printStackTrace(System.err); + } + } + if (Loader.isModLoaded("Thaumcraft")) { try { @@ -78,18 +89,6 @@ public class BOPCrossIntegration { } } - if (Loader.isModLoaded("ThermalExpansion")) - { - try { - TEIntegration.init(); - } - catch (Exception e) { - System.out.println("[BiomesOPlenty] There was an error while integrating Thermal Expansion with Biomes O' Plenty!"); - e.printStackTrace(System.err); - } - } - - if (Loader.isModLoaded("ATG")) { try {