Added the final biome dictionary entry. Closes #247
This commit is contained in:
parent
a5b19f07ce
commit
8a4164f784
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue