From 9aa169f83003a37c1c9a1eab240f4b747a8c2805 Mon Sep 17 00:00:00 2001 From: Adubbz Date: Fri, 17 Jan 2014 21:58:53 +1100 Subject: [PATCH] Fixed a derp --- .../biomesoplenty/common/world/layer/GenLayerBiomeBOP.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/biomesoplenty/common/world/layer/GenLayerBiomeBOP.java b/src/main/java/biomesoplenty/common/world/layer/GenLayerBiomeBOP.java index a60d4a876..c45e9cd6d 100644 --- a/src/main/java/biomesoplenty/common/world/layer/GenLayerBiomeBOP.java +++ b/src/main/java/biomesoplenty/common/world/layer/GenLayerBiomeBOP.java @@ -44,8 +44,7 @@ public class GenLayerBiomeBOP extends GenLayerBiome int l1 = (biomeID & 3840) >> 8; biomeID &= -3841; - //TODO: isOceanBiome() - if (this.func_151618_b(biomeID)) + if (isOceanBiome(biomeID)) { aint1[j1 + i1 * par3] = biomeID; }