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) {
|
if (localChunkBiomes.biomes[localX][localZ] == null) {
|
||||||
localChunkBiomes.biomes[localX][localZ] = biomeSelector.getOceanBiome(temperature);
|
localChunkBiomes.biomes[localX][localZ] = biomeSelector.getOceanBiome(temperature);
|
||||||
return biomeSelector.getOceanBiome(temperature);
|
|
||||||
}
|
}
|
||||||
return localChunkBiomes.biomes[localX][localZ];
|
return localChunkBiomes.biomes[localX][localZ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user