This commit is contained in:
Anuken
2021-06-12 10:54:58 -04:00
parent 4b695a5047
commit 9a8c9dff17
3 changed files with 20 additions and 4 deletions
@@ -71,7 +71,7 @@ public class ErekirPlanetGenerator extends PlanetGenerator{
if(ice < 0.6){
if(result == Blocks.rhyolite || result == Blocks.yellowStone || result == Blocks.regolith){
return Blocks.ice;
return Blocks.redIce;
}
}
@@ -104,7 +104,7 @@ public class ErekirPlanetGenerator extends PlanetGenerator{
if(temp > 0.7){
pass((x, y) -> {
if(floor != Blocks.ice){
if(floor != Blocks.redIce){
float noise = noise(x + 782, y, 7, 0.8f, 310f, 1f);
if(noise > 0.67f){
if(noise > 0.72f){