aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0568-Configurable-door-breaking-difficulty.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0568-Configurable-door-breaking-difficulty.patch')
-rw-r--r--patches/server/0568-Configurable-door-breaking-difficulty.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0568-Configurable-door-breaking-difficulty.patch b/patches/server/0568-Configurable-door-breaking-difficulty.patch
index 45702113a6..b104e3d479 100644
--- a/patches/server/0568-Configurable-door-breaking-difficulty.patch
+++ b/patches/server/0568-Configurable-door-breaking-difficulty.patch
@@ -6,10 +6,10 @@ Subject: [PATCH] Configurable door breaking difficulty
Co-authored-by: Doc <[email protected]>
diff --git a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
-index bd28bbab098441bdede682c6b269c1d19a2dd062..13fc7c21283f09fd135a12649776bb1355da4154 100644
+index f4559f3bc7751da48a84d75a949c9df298ee48b4..96fd9803810db0f8a4b25e070a56da05862e1e4e 100644
--- a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
+++ b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
-@@ -137,6 +137,27 @@ public class PaperWorldConfig {
+@@ -142,6 +142,27 @@ public class PaperWorldConfig {
private void disableMobSpawnerSpawnEggTransformation() {
disableMobSpawnerSpawnEggTransformation = getBoolean("game-mechanics.disable-mob-spawner-spawn-egg-transformation", disableMobSpawnerSpawnEggTransformation);
}