mirror of
https://github.com/BentoBoxWorld/Boxed.git
synced 2025-02-23 02:21:27 +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) {
|
if (biome == null) {
|
||||||
// edge of island
|
// edge of island
|
||||||
biome = Biome.NETHER_WASTES;
|
biome = Biome.NETHER_WASTES;
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
BiomeNoise bm = this.biomeNoiseMap.getOrDefault(biome, DEFAULT_NOISE);
|
BiomeNoise bm = this.biomeNoiseMap.getOrDefault(biome, DEFAULT_NOISE);
|
||||||
double x = ((((double)scaledX*4) % dist) / 4) / bm.noiseScaleHorizontal;
|
double x = ((((double)scaledX*4) % dist) / 4) / bm.noiseScaleHorizontal;
|
||||||
|
Loading…
Reference in New Issue
Block a user