From f571ba1b8434afd7d9456811d30f8c849e5d8e05 Mon Sep 17 00:00:00 2001 From: Doc Date: Wed, 26 Mar 2025 21:50:32 -0300 Subject: [PATCH] SPIGOT-8025: Fix loop with BoneMeal in water for SeaGrass --- nms-patches/net/minecraft/world/item/ItemBoneMeal.patch | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nms-patches/net/minecraft/world/item/ItemBoneMeal.patch b/nms-patches/net/minecraft/world/item/ItemBoneMeal.patch index f658c4a4e..e66853257 100644 --- a/nms-patches/net/minecraft/world/item/ItemBoneMeal.patch +++ b/nms-patches/net/minecraft/world/item/ItemBoneMeal.patch @@ -30,3 +30,11 @@ world.levelEvent(1505, blockposition1, 15); } +@@ -139,6 +145,7 @@ + } + } + } ++ break; // CraftBukkit - decompile error for the while(true) + } + } +