Added the final biome dictionary entry. Closes #247

This commit is contained in:
Adubbz 2014-06-01 17:59:13 +10:00
parent a5b19f07ce
commit 8a4164f784
1 changed files with 1 additions and 1 deletions

View File

@ -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);