Cleanup
This commit is contained in:
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 |
@@ -103,9 +103,9 @@ public class ErekirPlanetGenerator extends PlanetGenerator{
|
|||||||
|
|
||||||
pass((x, y) -> {
|
pass((x, y) -> {
|
||||||
if(floor != Blocks.redIce){
|
if(floor != Blocks.redIce){
|
||||||
float noise = noise(x + 782, y, 7, 0.8f, 310f, 1f);
|
float noise = noise(x + 782, y, 7, 0.8f, 280f, 1f);
|
||||||
if(noise > 0.64f){
|
if(noise > 0.62f){
|
||||||
if(noise > 0.72f){
|
if(noise > 0.7f){
|
||||||
floor = Blocks.slag;
|
floor = Blocks.slag;
|
||||||
}else{
|
}else{
|
||||||
floor = Blocks.yellowStone;
|
floor = Blocks.yellowStone;
|
||||||
|
|||||||
Reference in New Issue
Block a user