Make the edges Nether Wastes

This commit is contained in:
tastybento 2021-03-28 08:52:56 -07:00
parent d49b9dc9cd
commit acd2fc1ad3

View File

@ -91,7 +91,6 @@ public class NetherGenerator implements BaseNoiseGenerator {
if (biome == null) {
// edge of island
biome = Biome.NETHER_WASTES;
return;
}
BiomeNoise bm = this.biomeNoiseMap.getOrDefault(biome, DEFAULT_NOISE);
double x = ((((double)scaledX*4) % dist) / 4) / bm.noiseScaleHorizontal;