Add config option for spider worldborder climbing (#6448)

Co-authored-by: BillyGalbreath <blake.galbreath@gmail.com>
This commit is contained in:
Noah van der Aa
2022-12-23 17:51:24 +01:00
parent c2bee2c705
commit b8a1f20c8d
2 changed files with 41 additions and 0 deletions

View File

@@ -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