mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-31 20:22:05 -07:00
/net/minecraft/core/cauldron/CauldronInteraction fix
This commit is contained in:
@@ -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) -> {
|
||||
|
Reference in New Issue
Block a user