Skip to content

Commit

Permalink
Use vanilla zombie speed
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq committed Jan 1, 2024
1 parent b398321 commit d991940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/server/0042-Configurable-zombie-movement-speed.patch
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ index 007e75ec5a6a8f1522e7f0d105507834028eb819..643af4fe74c7c9d69e3817ee53484c07
@Override
protected void defineSynchedData() {
diff --git a/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java b/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java
index 22a61c89007e624586e7ed518f0aa18372bc4593..adbabe81f0d23f9fbe61303c069a5765e9acfdb6 100644
index 22a61c89007e624586e7ed518f0aa18372bc4593..ee81b6715d147902761ec3d84cee955dab9a6f75 100644
--- a/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java
+++ b/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java
@@ -3126,6 +3126,7 @@ public class PurpurWorldConfig {
public boolean zombieTakeDamageFromWater = false;
public boolean zombieAlwaysDropExp = false;
public double zombieHeadVisibilityPercent = 0.5D;
+ public double zombieMovementSpeed = 0.2D; // Leaf - Configurable zombie movement speed
+ public double zombieMovementSpeed = 0.23000000417232513D; // Leaf - Configurable zombie movement speed
private void zombieSettings() {
zombieRidable = getBoolean("mobs.zombie.ridable", zombieRidable);
zombieRidableInWater = getBoolean("mobs.zombie.ridable-in-water", zombieRidableInWater);
Expand Down

0 comments on commit d991940

Please sign in to comment.