NetherSwampland
This commit is contained in:
parent
b07aec8bb6
commit
505006ed17
1 changed files with 13 additions and 0 deletions
|
@ -34,6 +34,12 @@ public class Conditions {
|
|||
0.05,
|
||||
0.05);
|
||||
|
||||
public static final ThresholdCondition NETHER_SURFACE_NOISE_LARGE = new ThresholdCondition(523,
|
||||
0,
|
||||
UniformFloat.of(-0.4f, -0.3f),
|
||||
0.5,
|
||||
0.5);
|
||||
|
||||
public static final VolumeThresholdCondition NETHER_VOLUME_NOISE = new VolumeThresholdCondition(245,
|
||||
0,
|
||||
UniformFloat.of(-0.1f, 0.2f),
|
||||
|
@ -41,6 +47,13 @@ public class Conditions {
|
|||
0.2,
|
||||
0.1);
|
||||
|
||||
public static final VolumeThresholdCondition NETHER_VOLUME_NOISE_LARGE = new VolumeThresholdCondition(523,
|
||||
0,
|
||||
UniformFloat.of(-0.1f, 0.4f),
|
||||
0.2,
|
||||
0.2,
|
||||
0.2);
|
||||
|
||||
public static final NumericProvider NETHER_NOISE = new NetherNoiseCondition();
|
||||
|
||||
public static void register(ResourceLocation location, Codec<? extends SurfaceRules.ConditionSource> codec) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue