/net/minecraft/core/cauldron/CauldronInteraction fix

This commit is contained in:
Owen1212055 2024-12-14 13:23:24 -05:00
parent fa792cf719
commit c8d3ed4430

View file

@ -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) -> {