From 9b5a52505201aa0670af9498cf5e7d8bf1c7825d Mon Sep 17 00:00:00 2001 From: md_5 Date: Thu, 27 Mar 2025 18:49:25 +1100 Subject: [PATCH] Fix further decompile error --- .../minecraft/world/entity/vehicle/AbstractBoat.patch | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/nms-patches/net/minecraft/world/entity/vehicle/AbstractBoat.patch b/nms-patches/net/minecraft/world/entity/vehicle/AbstractBoat.patch index 83cfafca7..a041aaf04 100644 --- a/nms-patches/net/minecraft/world/entity/vehicle/AbstractBoat.patch +++ b/nms-patches/net/minecraft/world/entity/vehicle/AbstractBoat.patch @@ -91,7 +91,15 @@ this.applyEffectsFromBlocks(); this.applyEffectsFromBlocks(); this.tickBubbleColumn(); -@@ -733,11 +786,18 @@ +@@ -444,6 +497,7 @@ + } else if (f < 1.0F) { + return (float) blockposition_mutableblockposition.getY() + f; + } ++ break; // CraftBukkit - decompile error + } + } + +@@ -733,11 +787,18 @@ @Override public void remove(Entity.RemovalReason entity_removalreason) {