Block requirement changes

This commit is contained in:
Anuken
2021-12-24 16:14:21 -05:00
parent 88db3b886f
commit 9e0d562d96
3 changed files with 28 additions and 27 deletions

View File

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