Added deserts to the edges of the Wasteland biome
This commit is contained in:
parent
36369fc9e0
commit
58600d70e1
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ public class GenLayerBiomeEdgeBOP extends BOPGenLayer
|
|||
// line BOP canyon with BOP canyon ravine
|
||||
if (this.replaceBiomeEdge(parentVals, out, x, y, areaWidth, biomeId, BOPBiomes.canyon, BOPBiomes.canyon_ravine)) {continue;}
|
||||
|
||||
// line BOP wasteland with vanilla desert
|
||||
if (this.replaceBiomeEdge(parentVals, out, x, y, areaWidth, biomeId, BOPBiomes.wasteland, Optional.of(BiomeGenBase.desert))) {continue;}
|
||||
|
||||
// line extreme hills with extreme hills edge
|
||||
if (this.replaceBiomeEdgeIfNecessary(parentVals, out, x, y, areaWidth, biomeId, BiomeGenBase.extremeHills.biomeID, BiomeGenBase.extremeHillsEdge.biomeID)) {continue;}
|
||||
|
||||
|
|
Loading…
Reference in a new issue