Cleanup
This commit is contained in:
parent
43d4dd6adc
commit
5e9ecc8c3c
2 changed files with 31 additions and 6 deletions
|
@ -95,6 +95,9 @@ public class BetterEndBiomeSource extends BiomeSource {
|
|||
endBiome = mapLand.getBiome(biomeX << 2, biomeZ << 2);
|
||||
}
|
||||
else {
|
||||
if (!GeneratorOptions.noRingVoid() && dist <= 65536L) {
|
||||
return barrens;
|
||||
}
|
||||
endBiome = mapVoid.getBiome(biomeX << 2, biomeZ << 2);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue