Fixed #8509
This commit is contained in:
@@ -476,7 +476,7 @@ public class SerpuloPlanetGenerator extends PlanetGenerator{
|
||||
//tar
|
||||
if(floor == Blocks.darksand){
|
||||
if(Math.abs(0.5f - noise(x - 40, y, 2, 0.7, 80)) > 0.25f &&
|
||||
Math.abs(0.5f - noise(x, y + sector.id*10, 1, 1, 60)) > 0.41f && !(roomseq.contains(r -> Mathf.within(x, y, r.x, r.y, 15)))){
|
||||
Math.abs(0.5f - noise(x, y + sector.id*10, 1, 1, 60)) > 0.41f && !(roomseq.contains(r -> Mathf.within(x, y, r.x, r.y, 30)))){
|
||||
floor = Blocks.tar;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user