diff options
Diffstat (limited to 'patches/server/0697-Fix-invulnerable-end-crystals.patch')
-rw-r--r-- | patches/server/0697-Fix-invulnerable-end-crystals.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0697-Fix-invulnerable-end-crystals.patch b/patches/server/0697-Fix-invulnerable-end-crystals.patch index 86284e6982..43c6b37128 100644 --- a/patches/server/0697-Fix-invulnerable-end-crystals.patch +++ b/patches/server/0697-Fix-invulnerable-end-crystals.patch @@ -6,10 +6,10 @@ Subject: [PATCH] Fix invulnerable end crystals MC-108513 diff --git a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java -index 42ad87b87305f394777cdd97f00f2e8d40a6b5e8..ba8ae4d1c86293ca5c95d830d145023b4fe21d71 100644 +index d02cf8e3726063b0b364bd7f54be80759d789c7a..8b72fb402233358709836082f245bfc8fabebfa8 100644 --- a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java +++ b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java -@@ -828,5 +828,10 @@ public class PaperWorldConfig { +@@ -865,5 +865,10 @@ public class PaperWorldConfig { private void fixItemsMergingThroughWalls() { fixItemsMergingThroughWalls = getBoolean("fix-items-merging-through-walls", fixItemsMergingThroughWalls); } |