Oops
This commit is contained in:
parent
f7e91937d8
commit
bb6f283f41
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ public class BOPLayerUtil
|
|||
// Mix rivers into the biomes branch
|
||||
biomesFactory = GenLayerRiverMix.INSTANCE.apply(contextFactory.apply(100L), biomesFactory, riversInitFactory);
|
||||
|
||||
climateFactory = LayerUtil.repeat(2001L, GenLayerZoom.NORMAL, oceanBiomeFactory, 6, contextFactory);
|
||||
climateFactory = LayerUtil.repeat(2001L, GenLayerZoom.NORMAL, climateFactory, 6, contextFactory);
|
||||
biomesFactory = GenLayerMixOceansBOP.INSTANCE.apply(contextFactory.apply(100L), biomesFactory, oceanBiomeFactory, climateFactory);
|
||||
|
||||
// Finish biomes with Voroni zoom
|
||||
|
|
Loading…
Reference in a new issue