WIP liquid blocks

This commit is contained in:
Anuken
2021-11-08 08:56:12 -05:00
parent 07d9feeb09
commit d72de24942
3 changed files with 20 additions and 3 deletions

View File

@@ -182,7 +182,7 @@ public class ErekirPlanetGenerator extends PlanetGenerator{
}
}
if(empty && noise(x + 150, y + x*2 + 100, 4, 0.8f, 42f, 1f) > 0.73f/* && floor == Blocks.yellowStone*/){
if(empty && noise(x + 150, y + x*2 + 100, 4, 0.8f, 40f, 1f) > 0.71f/* && floor == Blocks.yellowStone*/){
ore = Blocks.oreTungsten;
}
}