Semi-functioning biome generator.
It's faster now, but sometimes hangs, and is still pretty slow.
This commit is contained in:
parent
d0facd268a
commit
34ccc1e7de
@ -80,7 +80,6 @@ public class BiomePerIslandGenerator implements IslandBiomeGenerator, Coordinate
|
||||
}
|
||||
if (localChunkBiomes.biomes[localX][localZ] == null) {
|
||||
localChunkBiomes.biomes[localX][localZ] = biomeSelector.getOceanBiome(temperature);
|
||||
return biomeSelector.getOceanBiome(temperature);
|
||||
}
|
||||
return localChunkBiomes.biomes[localX][localZ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user