diff --git a/paper-server/patches/sources/net/minecraft/core/cauldron/CauldronInteraction.java.patch b/paper-server/patches/sources/net/minecraft/core/cauldron/CauldronInteraction.java.patch index ddd596f865..3cadc7f318 100644 --- a/paper-server/patches/sources/net/minecraft/core/cauldron/CauldronInteraction.java.patch +++ b/paper-server/patches/sources/net/minecraft/core/cauldron/CauldronInteraction.java.patch @@ -45,13 +45,12 @@ state, level, pos, -@@ -84,33 +_,44 @@ +@@ -84,33 +_,43 @@ stack, new ItemStack(Items.WATER_BUCKET), blockState -> blockState.getValue(LayeredCauldronBlock.LEVEL) == 3, - SoundEvents.BUCKET_FILL -+ SoundEvents.BUCKET_FILL, -+ hitDirection ++ SoundEvents.BUCKET_FILL, hitDirection // Paper - add hitDirection ) ); - map1.put(Items.GLASS_BOTTLE, (state, level, pos, player, hand, stack) -> {