aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0634-Fix-Spigot-growth-modifiers.patch
diff options
context:
space:
mode:
authorNassim Jahnke <[email protected]>2024-06-26 19:18:29 +0200
committerNassim Jahnke <[email protected]>2024-06-26 19:18:29 +0200
commit26316f9c0676b88261e0c2db2af24d4470df8fb0 (patch)
treee469ab9671c088626cb5a346e766dc983f8f1a5d /patches/server/0634-Fix-Spigot-growth-modifiers.patch
parent80f5fb2f46305807b947e300b588c888850f37dd (diff)
downloadPaper-26316f9c0676b88261e0c2db2af24d4470df8fb0.tar.gz
Paper-26316f9c0676b88261e0c2db2af24d4470df8fb0.zip
Disable Spigot xp merging by defaultconfig-defaults
Players need to deal the final blow for mobs to drop xp orbs and will generally be picked up rather quickly. For larger masses, vanilla has its own merging
Diffstat (limited to 'patches/server/0634-Fix-Spigot-growth-modifiers.patch')
-rw-r--r--patches/server/0634-Fix-Spigot-growth-modifiers.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0634-Fix-Spigot-growth-modifiers.patch b/patches/server/0634-Fix-Spigot-growth-modifiers.patch
index 229616d8cb..35160b163d 100644
--- a/patches/server/0634-Fix-Spigot-growth-modifiers.patch
+++ b/patches/server/0634-Fix-Spigot-growth-modifiers.patch
@@ -102,7 +102,7 @@ index c9ed129db2cadd0a33d69993961f43088725c3cb..d06e3892cf42723f8e3f621b5497c534
this.grow(world, state, pos, 1);
}
diff --git a/src/main/java/org/spigotmc/SpigotWorldConfig.java b/src/main/java/org/spigotmc/SpigotWorldConfig.java
-index 222312d176e0844419fe13b0da756a27a1b9c79c..3d151140338df551768965b1673e8dd11fbc4116 100644
+index 491dd55b2870093184a606efabd251c68cc24719..e76f96a5c48d1eda2f9bbb3e11dd79f23f9ab75c 100644
--- a/src/main/java/org/spigotmc/SpigotWorldConfig.java
+++ b/src/main/java/org/spigotmc/SpigotWorldConfig.java
@@ -96,6 +96,7 @@ public class SpigotWorldConfig