From 8a4164f78446757122c457c486b8d98181552265 Mon Sep 17 00:00:00 2001 From: Adubbz Date: Sun, 1 Jun 2014 17:59:13 +1000 Subject: [PATCH] Added the final biome dictionary entry. Closes #247 --- src/main/java/biomesoplenty/common/core/BOPBiomes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/biomesoplenty/common/core/BOPBiomes.java b/src/main/java/biomesoplenty/common/core/BOPBiomes.java index dc53ac120..5d7fd28ac 100644 --- a/src/main/java/biomesoplenty/common/core/BOPBiomes.java +++ b/src/main/java/biomesoplenty/common/core/BOPBiomes.java @@ -272,7 +272,7 @@ public class BOPBiomes BiomeDictionary.registerBiomeType(BOPCBiomes.coralReef, Type.WATER); BiomeDictionary.registerBiomeType(BOPCBiomes.kelpForest, Type.WATER, Type.FOREST); BiomeDictionary.registerBiomeType(BOPCBiomes.ominousWoods, Type.MAGICAL); - //BiomeDictionary.registerBiomeType(BOPBiomeHelper.getBOPBiome("orchard, Type.FOREST, Type.PLAINS); + BiomeDictionary.registerBiomeType(BOPCBiomes.orchard, Type.FOREST, Type.PLAINS); BiomeDictionary.registerBiomeType(BOPCBiomes.outback, Type.DESERT, Type.PLAINS); BiomeDictionary.registerBiomeType(BOPCBiomes.phantasmagoricInferno, Type.NETHER); BiomeDictionary.registerBiomeType(BOPCBiomes.prairie, Type.PLAINS);