Volcanic terrain now more frequent
This commit is contained in:
@@ -249,10 +249,12 @@ public class WorldGenerator{
|
|||||||
floor = Blocks.lava;
|
floor = Blocks.lava;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(elevation > 3){
|
if(temp < 0.6f){
|
||||||
floor = Blocks.snow;
|
if(elevation > 3){
|
||||||
}else if(elevation > 2.5){
|
floor = Blocks.snow;
|
||||||
floor = Blocks.stone;
|
}else if(elevation > 2.5){
|
||||||
|
floor = Blocks.stone;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(elevation > 3.3 && iceridge > 0.25 && temp < 0.6f){
|
if(elevation > 3.3 && iceridge > 0.25 && temp < 0.6f){
|
||||||
|
|||||||
Reference in New Issue
Block a user