Config for powered rail activation distance

This commit is contained in:
Encode42
2025-01-11 18:14:52 -08:00
committed by granny
parent af0797220e
commit 8ce5e9f17f
3 changed files with 16 additions and 35 deletions

View File

@@ -569,6 +569,11 @@ public class PurpurWorldConfig {
powderSnowBypassMobGriefing = getBoolean("blocks.powder_snow.bypass-mob-griefing", powderSnowBypassMobGriefing);
}
public int railActivationRange = 8;
private void railSettings() {
railActivationRange = getInt("blocks.powered-rail.activation-range", railActivationRange);
}
public boolean respawnAnchorExplode = true;
public double respawnAnchorExplosionPower = 5.0D;
public boolean respawnAnchorExplosionFire = true;