Erekir thorium + Minor visual tweaks

This commit is contained in:
Anuken
2021-11-27 13:10:10 -05:00
parent a24c15117d
commit bc296728f9
12 changed files with 29 additions and 14 deletions

View File

@@ -189,6 +189,11 @@ public class ErekirPlanetGenerator extends PlanetGenerator{
if(empty && noise(x + 150, y + x*2 + 100, 4, 0.8f, 40f, 1f) > 0.71f/* && floor == Blocks.yellowStone*/){
ore = Blocks.oreTungsten;
}
//TODO design ore generation so it doesn't overlap
if(empty && noise(x + 999, y + 600, 4, 0.63f, 37f, 1f) < 0.25f/* && floor == Blocks.yellowStone*/){
ore = Blocks.oreThorium;
}
}
});