mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 23:10:16 +01:00
/net/minecraft/core/cauldron/CauldronInteraction fix
This commit is contained in:
parent
fa792cf719
commit
c8d3ed4430
1 changed files with 2 additions and 3 deletions
|
@ -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) -> {
|
||||
|
|
Loading…
Reference in a new issue