Made sandy places have more layers of sand.
This commit is contained in:
parent
262a83c7e9
commit
f95d0232b9
@ -110,7 +110,7 @@ public class WorldLayerShader {
|
||||
String biomeName = biome.toString().toLowerCase();
|
||||
|
||||
if (biomeName.contains("beach") || biomeName.contains("desert")) {
|
||||
return (int) (getNormalizedNoise(worldX, worldZ, 1.3f) * 5) + 4;
|
||||
return (int) (getNormalizedNoise(worldX, worldZ, 1.3f) * 8) + 5;
|
||||
} else if (biomeName.contains("gravelly")) {
|
||||
return (int) (getNormalizedNoise(worldX, worldZ, 1.3f) * 5);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user