WIP arkycite

This commit is contained in:
Anuken
2021-11-30 18:13:34 -05:00
parent a0b7d96f67
commit b3dd7f4b8b
15 changed files with 111 additions and 5 deletions

View File

@@ -112,7 +112,6 @@ public class ErekirPlanetGenerator extends PlanetGenerator{
float noise = noise(x + 782, y, 7, 0.8f, 280f, 1f);
if(noise > 0.62f){
if(noise > 0.635f){
//TODO slag must be rounded, no single occurrences
floor = Blocks.slag;
}else{
floor = Blocks.yellowStone;