mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-18 17:07:43 +01:00
Config for powered rail activation distance
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user