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) + } + } +