Volcanic terrain now more frequent

This commit is contained in:
Anuken
2018-07-23 22:58:56 -04:00
parent 572a30a2c5
commit 7e187a57d8
@@ -249,11 +249,13 @@ public class WorldGenerator{
floor = Blocks.lava; floor = Blocks.lava;
} }
if(temp < 0.6f){
if(elevation > 3){ if(elevation > 3){
floor = Blocks.snow; floor = Blocks.snow;
}else if(elevation > 2.5){ }else if(elevation > 2.5){
floor = Blocks.stone; floor = Blocks.stone;
} }
}
if(elevation > 3.3 && iceridge > 0.25 && temp < 0.6f){ if(elevation > 3.3 && iceridge > 0.25 && temp < 0.6f){
elevation ++; elevation ++;