From af7c79eeb6b7b1dec697539ee8bc2a169cc88516 Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Sat, 12 Aug 2017 16:57:59 +1000 Subject: % Made Rainforest Oaks not rely on BoP. % Tweaked Fish Catcher loot rates. % Tweaked Advanced Boiler output rates. --- src/Java/gtPlusPlus/xmod/bop/HANDLER_BiomesOPlenty.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Java/gtPlusPlus/xmod/bop') diff --git a/src/Java/gtPlusPlus/xmod/bop/HANDLER_BiomesOPlenty.java b/src/Java/gtPlusPlus/xmod/bop/HANDLER_BiomesOPlenty.java index 2c109b8834..3ee719be4d 100644 --- a/src/Java/gtPlusPlus/xmod/bop/HANDLER_BiomesOPlenty.java +++ b/src/Java/gtPlusPlus/xmod/bop/HANDLER_BiomesOPlenty.java @@ -8,9 +8,9 @@ public class HANDLER_BiomesOPlenty { public static void preInit(){ - if (LoadedMods.BiomesOPlenty){ + //if (LoadedMods.BiomesOPlenty){ BOP_Block_Registrator.run(); - } + //} } -- cgit