Configurable per-world void damage offset/damage(#11436)
This commit is contained in:
@@ -1455,6 +1455,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+import java.util.IdentityHashMap;
|
||||
+import java.util.List;
|
||||
+import java.util.Map;
|
||||
+import java.util.OptionalDouble;
|
||||
+import java.util.function.Function;
|
||||
+import java.util.stream.Collectors;
|
||||
+import net.minecraft.Util;
|
||||
@@ -1838,6 +1839,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ public boolean disableExplosionKnockback = false;
|
||||
+ public boolean generateFlatBedrock = false;
|
||||
+ public FrostedIce frostedIce;
|
||||
+ public DoubleOr.Disabled voidDamageAmount = new DoubleOr.Disabled(OptionalDouble.of(4));
|
||||
+ public double voidDamageMinBuildHeightOffset = -64.0;
|
||||
+
|
||||
+ public class FrostedIce extends ConfigurationPart {
|
||||
+ public boolean enabled = true;
|
||||
|
||||
Reference in New Issue
Block a user