mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 14:21:08 +00:00
reverse NoiseDistributor threshold
This commit is contained in:
+1
-1
@@ -23,6 +23,6 @@ public class NoiseDistributor implements Distributor {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean matches(int x, int z, long seed) {
|
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