Titan cleanup

This commit is contained in:
Anuken
2021-12-04 15:51:17 -05:00
parent 5103c95f2e
commit 30bfab34ee
4 changed files with 12 additions and 6 deletions

View File

@@ -186,7 +186,7 @@ public class ErekirPlanetGenerator extends PlanetGenerator{
if(nearAir(x, y)){
if(block == Blocks.carbonWall && noise(x + 78, y, 4, 0.7f, 33f, 1f) > 0.59f){
block = Blocks.graphiticWall;
}else if(block != Blocks.carbonWall && noise(x + 782, y, 4, 0.8f, 37f, 1f) > 0.68f){
}else if(block != Blocks.carbonWall && noise(x + 782, y, 4, 0.8f, 36f, 1f) > 0.66f){
ore = Blocks.wallOreBeryl;
}
//TODO generate tungsten, or not?