Editor fixes

This commit is contained in:
Anuken
2022-01-19 22:23:50 -05:00
parent 45178046d0
commit 698e89e796
5 changed files with 29 additions and 11 deletions

View File

@@ -223,7 +223,8 @@ public class ErekirPlanetGenerator extends PlanetGenerator{
}
//TODO test, different placement
if(block == Blocks.regolithWall && rand.chance(0.16) && nearAir(x, y) && !near(x, y, 3, Blocks.crystalBlocks)){
//TODO this biome should have more blocks in gneeral
if(block == Blocks.regolithWall && rand.chance(0.2) && nearAir(x, y) && !near(x, y, 3, Blocks.crystalBlocks)){
block = Blocks.crystalBlocks;
}