This commit is contained in:
Anuken
2021-06-20 08:47:30 -04:00
parent b7b9d48d1e
commit 5d74795c02
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 357 B

After

Width:  |  Height:  |  Size: 350 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 371 B

View File

@@ -103,9 +103,9 @@ public class ErekirPlanetGenerator extends PlanetGenerator{
pass((x, y) -> {
if(floor != Blocks.redIce){
float noise = noise(x + 782, y, 7, 0.8f, 310f, 1f);
if(noise > 0.64f){
if(noise > 0.72f){
float noise = noise(x + 782, y, 7, 0.8f, 280f, 1f);
if(noise > 0.62f){
if(noise > 0.7f){
floor = Blocks.slag;
}else{
floor = Blocks.yellowStone;