mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 12:42:05 -07:00
Add config option for spider worldborder climbing (#6448)
Co-authored-by: BillyGalbreath <blake.galbreath@gmail.com>
This commit is contained in:
@@ -1655,6 +1655,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ public boolean zombiesTargetTurtleEggs = true;
|
||||
+ public boolean piglinsGuardChests = true;
|
||||
+ public double babyZombieMovementModifier = 0.5;
|
||||
+ public boolean allowSpiderWorldBorderClimbing = true;
|
||||
+ public DoorBreakingDifficulty doorBreakingDifficulty;
|
||||
+
|
||||
+ public class DoorBreakingDifficulty extends ConfigurationPart { // TODO convert to map at some point
|
||||
|
Reference in New Issue
Block a user