Minor bugfixes & wave tweaks
This commit is contained in:
@@ -277,7 +277,7 @@ public class SerpuloPlanetGenerator extends PlanetGenerator{
|
||||
|
||||
//hotrock tweaks
|
||||
if(floor == Blocks.hotrock){
|
||||
if(rand.chance(0.3)){
|
||||
if(Math.abs(0.5f - noise(x - 90, y, 4, 0.8, 80)) > 0.035){
|
||||
floor = Blocks.basalt;
|
||||
}else{
|
||||
ore = Blocks.air;
|
||||
|
||||
Reference in New Issue
Block a user