mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-10 17:56:03 +00:00
reverse NoiseDistributor threshold
This commit is contained in:
@@ -23,6 +23,6 @@ public class NoiseDistributor implements Distributor {
|
||||
|
||||
@Override
|
||||
public boolean matches(int x, int z, long seed) {
|
||||
return sampler.noise(seed, x, z) > threshold;
|
||||
return sampler.noise(seed, x, z) < threshold;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user