Changed furthest island adaption search to 2048 blocks.
This commit is contained in:
parent
e936dff934
commit
74f5d25dbc
@ -37,7 +37,7 @@ public class BiomePerIslandGenerator implements IslandBiomeGenerator, Coordinate
|
||||
this.biomeSelector = biomeSelector;
|
||||
this.world = world;
|
||||
this.temperatureMapGenerator.setSeed(world.getSeed());
|
||||
dfs = new DepthFirstSearch(32, islandLocator);
|
||||
dfs = new DepthFirstSearch(2048, islandLocator);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user