mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-21 07:40:27 +00:00
Config errors now failover to Vanilla, refactored configs, begin work on wiki.
This commit is contained in:
@@ -11,7 +11,7 @@ public class ErosionNoise {
|
||||
public ErosionNoise(float freq1, double thresh, long seed) {
|
||||
FastNoise main = new FastNoise((int) (seed+1));
|
||||
main.setNoiseType(FastNoise.NoiseType.SimplexFractal);
|
||||
main.setFractalOctaves(2);
|
||||
main.setFractalOctaves(3);
|
||||
main.setFrequency(freq1);
|
||||
this.thresh = thresh;
|
||||
this.noise = main;
|
||||
|
||||
Reference in New Issue
Block a user