mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-18 08:57:44 +01:00
Option to disable dragon egg teleporting
This commit is contained in:
committed by
granny
parent
ef8520ee3f
commit
adcdaf66a2
@@ -491,6 +491,11 @@ public class PurpurWorldConfig {
|
||||
});
|
||||
}
|
||||
|
||||
public boolean dragonEggTeleport = true;
|
||||
private void dragonEggSettings() {
|
||||
dragonEggTeleport = getBoolean("blocks.dragon_egg.teleport", dragonEggTeleport);
|
||||
}
|
||||
|
||||
public boolean baselessEndCrystalExplode = true;
|
||||
public double baselessEndCrystalExplosionPower = 6.0D;
|
||||
public boolean baselessEndCrystalExplosionFire = false;
|
||||
|
||||
Reference in New Issue
Block a user