diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2017-08-12 16:57:59 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2017-08-12 16:57:59 +1000 |
commit | af7c79eeb6b7b1dec697539ee8bc2a169cc88516 (patch) | |
tree | 629618fd3d9971da4eaaf5bb3bc3c7d247752114 /src/Java/gtPlusPlus/xmod/bop | |
parent | d31f702518fa5100e631d639cb5b771d2a57f78e (diff) | |
download | GT5-Unofficial-af7c79eeb6b7b1dec697539ee8bc2a169cc88516.tar.gz GT5-Unofficial-af7c79eeb6b7b1dec697539ee8bc2a169cc88516.tar.bz2 GT5-Unofficial-af7c79eeb6b7b1dec697539ee8bc2a169cc88516.zip |
% Made Rainforest Oaks not rely on BoP.
% Tweaked Fish Catcher loot rates.
% Tweaked Advanced Boiler output rates.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/bop')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/bop/HANDLER_BiomesOPlenty.java | 4 |
1 files changed, 2 insertions, 2 deletions
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(); - } + //} } |