mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 08:25:31 +00:00
remove unused biome noise config value
This commit is contained in:
parent
86af411991
commit
52e269dbe9
@ -55,10 +55,6 @@ public class BiomeTemplate implements AbstractableTemplate, ValidatedConfigTempl
|
|||||||
@Value("vanilla")
|
@Value("vanilla")
|
||||||
private @Meta PlatformBiome vanilla;
|
private @Meta PlatformBiome vanilla;
|
||||||
|
|
||||||
@Value("biome-noise")
|
|
||||||
@Default
|
|
||||||
private @Meta NoiseSampler biomeNoise = NoiseSampler.zero();
|
|
||||||
|
|
||||||
@Value("blend.distance")
|
@Value("blend.distance")
|
||||||
@Default
|
@Default
|
||||||
private @Meta int blendDistance = 3;
|
private @Meta int blendDistance = 3;
|
||||||
@ -174,10 +170,6 @@ public class BiomeTemplate implements AbstractableTemplate, ValidatedConfigTempl
|
|||||||
return stairPalettes;
|
return stairPalettes;
|
||||||
}
|
}
|
||||||
|
|
||||||
public NoiseSampler getBiomeNoise() {
|
|
||||||
return biomeNoise;
|
|
||||||
}
|
|
||||||
|
|
||||||
public NoiseSampler getElevationEquation() {
|
public NoiseSampler getElevationEquation() {
|
||||||
return elevationEquation;
|
return elevationEquation;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user