Scale ocean climate zooming with biome size option
This commit is contained in:
parent
f66a7f349e
commit
8887217790
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ public class BOPLayerUtil
|
|||
// Mix rivers into the biomes branch
|
||||
biomesFactory = BOPRiverMixLayer.INSTANCE.run(contextFactory.apply(100L), biomesFactory, riversInitFactory);
|
||||
|
||||
climateFactory = LayerUtil.zoom(2001L, ZoomLayer.NORMAL, climateFactory, 6, contextFactory);
|
||||
climateFactory = LayerUtil.zoom(2001L, ZoomLayer.NORMAL, climateFactory, biomeSize + 2, contextFactory);
|
||||
biomesFactory = BOPMixOceansLayer.INSTANCE.run(contextFactory.apply(100L), biomesFactory, oceanBiomeFactory, climateFactory);
|
||||
return biomesFactory;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue