aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0060-Configurable-Disabling-Cat-Chest-Detection.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0060-Configurable-Disabling-Cat-Chest-Detection.patch')
-rw-r--r--patches/server/0060-Configurable-Disabling-Cat-Chest-Detection.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0060-Configurable-Disabling-Cat-Chest-Detection.patch b/patches/server/0060-Configurable-Disabling-Cat-Chest-Detection.patch
index a42f95d79a..684534ebbe 100644
--- a/patches/server/0060-Configurable-Disabling-Cat-Chest-Detection.patch
+++ b/patches/server/0060-Configurable-Disabling-Cat-Chest-Detection.patch
@@ -6,7 +6,7 @@ Subject: [PATCH] Configurable Disabling Cat Chest Detection
Offers a gameplay feature to stop cats from blocking chests
diff --git a/src/main/java/net/minecraft/world/level/block/ChestBlock.java b/src/main/java/net/minecraft/world/level/block/ChestBlock.java
-index e0033b6a3beafa52f18f3aa3cbc87daa0af681ad..abd33cdfcf7c8851f7191612bcdb377bcdfb922f 100644
+index 0b7b447aeb0e592b51e4ae205df09e1b8ef4d0bb..491474b66856fccb038ee436968c9a5d3e4bf75c 100644
--- a/src/main/java/net/minecraft/world/level/block/ChestBlock.java
+++ b/src/main/java/net/minecraft/world/level/block/ChestBlock.java
@@ -349,6 +349,11 @@ public class ChestBlock extends AbstractChestBlock<ChestBlockEntity> implements