mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 08:25:31 +00:00
Biome provider blend.noise -> blend.sampler
This commit is contained in:
parent
3225746940
commit
a4764d3158
@ -26,9 +26,9 @@ public abstract class BiomeProviderTemplate implements ObjectTemplate<BiomeProvi
|
||||
Larger values are quadratically faster, but produce lower quality results.
|
||||
For example, a value of 3 would sample every 3 blocks.""")
|
||||
protected @Meta int resolution = 1;
|
||||
@Value("blend.noise")
|
||||
@Value("blend.sampler")
|
||||
@Default
|
||||
@Description("A noise sampler to use for blending the edges of biomes via domain warping.")
|
||||
@Description("A sampler to use for blending the edges of biomes via domain warping.")
|
||||
protected @Meta NoiseSampler blend = NoiseSampler.zero();
|
||||
@Value("blend.amplitude")
|
||||
@Default
|
||||
|
Loading…
x
Reference in New Issue
Block a user