mirror of
https://github.com/BentoBoxWorld/Boxed.git
synced 2025-02-22 02:11:28 +01:00
Make the edges Nether Wastes
This commit is contained in:
parent
d49b9dc9cd
commit
acd2fc1ad3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user