diff --git a/patches/minecraft/net/minecraft/item/BlockItemUseContext.java.patch b/patches/minecraft/net/minecraft/item/BlockItemUseContext.java.patch deleted file mode 100644 index 3d882cf33..000000000 --- a/patches/minecraft/net/minecraft/item/BlockItemUseContext.java.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/net/minecraft/item/BlockItemUseContext.java -+++ b/net/minecraft/item/BlockItemUseContext.java -@@ -25,7 +25,7 @@ - } - - public boolean func_196011_b() { -- return this.field_196013_a || this.func_195991_k().func_180495_p(this.func_195995_a()).func_196953_a(this); -+ return (this.field_196013_a || this.func_195991_k().func_180495_p(this.func_195995_a()).func_196953_a(this)); - } - - public boolean func_196012_c() {