@@ -1464,10 +1464,10 @@ index 2ae9a5da91ad20f1b566a686dcc8d4f14c62ecc5..8bfa041297db79e8f1452ce7059d1536
14641464
14651465 @Override
14661466diff --git a/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java b/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java
1467- index 3a9c885dd59bd5a8c3f54b8397701e4e0c9ca8b7..6255b208de609d4e0331d611c2f0c7bcb54df073 100644
1467+ index c2e8eb6b25b21ea3238c5df180e4deb8d59ab5b2..b411ba7283b8d6abf7cf53c3c82b612c801ebbee 100644
14681468--- a/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java
14691469+++ b/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java
1470- @@ -112 ,94 +112 ,166 @@ public class PurpurWorldConfig {
1470+ @@ -113 ,94 +113 ,166 @@ public class PurpurWorldConfig {
14711471
14721472 public boolean axolotlRidable = false;
14731473 public boolean axolotlControllable = true;
@@ -1634,7 +1634,7 @@ index 3a9c885dd59bd5a8c3f54b8397701e4e0c9ca8b7..6255b208de609d4e0331d611c2f0c7bc
16341634 }
16351635
16361636 public boolean dolphinRidable = false;
1637- @@ -207 ,80 +279 ,161 @@ public class PurpurWorldConfig {
1637+ @@ -208 ,80 +280 ,161 @@ public class PurpurWorldConfig {
16381638 public int dolphinSpitCooldown = 20;
16391639 public float dolphinSpitSpeed = 1.0F;
16401640 public float dolphinSpitDamage = 2.0F;
@@ -1796,7 +1796,7 @@ index 3a9c885dd59bd5a8c3f54b8397701e4e0c9ca8b7..6255b208de609d4e0331d611c2f0c7bc
17961796 }
17971797
17981798 public boolean frogRidable = false;
1799- @@ -298 ,147 +451 ,316 @@ public class PurpurWorldConfig {
1799+ @@ -299 ,147 +452 ,316 @@ public class PurpurWorldConfig {
18001800 public boolean ghastRidableInWater = false;
18011801 public boolean ghastControllable = true;
18021802 public double ghastMaxY = 320D;
@@ -2113,7 +2113,7 @@ index 3a9c885dd59bd5a8c3f54b8397701e4e0c9ca8b7..6255b208de609d4e0331d611c2f0c7bc
21132113 }
21142114
21152115 public boolean phantomRidable = false;
2116- @@ -448 ,6 +770 ,10 @@ public class PurpurWorldConfig {
2116+ @@ -449 ,6 +771 ,10 @@ public class PurpurWorldConfig {
21172117 public float phantomFlameDamage = 1.0F;
21182118 public int phantomFlameFireTime = 8;
21192119 public boolean phantomAllowGriefing = false;
@@ -2124,7 +2124,7 @@ index 3a9c885dd59bd5a8c3f54b8397701e4e0c9ca8b7..6255b208de609d4e0331d611c2f0c7bc
21242124 private void phantomSettings() {
21252125 phantomRidable = getBoolean("mobs.phantom.ridable", phantomRidable);
21262126 phantomRidableInWater = getBoolean("mobs.phantom.ridable-in-water", phantomRidableInWater);
2127- @@ -456 ,180 +782 ,350 @@ public class PurpurWorldConfig {
2127+ @@ -457 ,180 +783 ,350 @@ public class PurpurWorldConfig {
21282128 phantomFlameDamage = (float) getDouble("mobs.phantom.flames.damage", phantomFlameDamage);
21292129 phantomFlameFireTime = getInt("mobs.phantom.flames.fire-time", phantomFlameFireTime);
21302130 phantomAllowGriefing = getBoolean("mobs.phantom.allow-griefing", phantomAllowGriefing);
@@ -2475,7 +2475,7 @@ index 3a9c885dd59bd5a8c3f54b8397701e4e0c9ca8b7..6255b208de609d4e0331d611c2f0c7bc
24752475 }
24762476
24772477 public boolean tadpoleRidable = false;
2478- @@ -644 ,64 +1140 ,125 @@ public class PurpurWorldConfig {
2478+ @@ -645 ,64 +1141 ,125 @@ public class PurpurWorldConfig {
24792479 public boolean traderLlamaRidable = false;
24802480 public boolean traderLlamaRidableInWater = false;
24812481 public boolean traderLlamaControllable = true;
@@ -2601,7 +2601,7 @@ index 3a9c885dd59bd5a8c3f54b8397701e4e0c9ca8b7..6255b208de609d4e0331d611c2f0c7bc
26012601 }
26022602
26032603 public boolean wardenRidable = false;
2604- @@ -716 ,81 +1273 ,165 @@ public class PurpurWorldConfig {
2604+ @@ -717 ,81 +1274 ,165 @@ public class PurpurWorldConfig {
26052605 public boolean witchRidable = false;
26062606 public boolean witchRidableInWater = false;
26072607 public boolean witchControllable = true;
0 commit comments