mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-25 09:34:44 +01:00
12 lines
548 B
Diff
12 lines
548 B
Diff
|
--- a/net/minecraft/world/level/block/CaveVinesBlock.java
|
||
|
+++ b/net/minecraft/world/level/block/CaveVinesBlock.java
|
||
|
@@ -57,7 +57,7 @@
|
||
|
|
||
|
@Override
|
||
|
public EnumInteractionResult interact(IBlockData iblockdata, World world, BlockPosition blockposition, EntityHuman entityhuman, EnumHand enumhand, MovingObjectPositionBlock movingobjectpositionblock) {
|
||
|
- return CaveVines.harvest(iblockdata, world, blockposition);
|
||
|
+ return CaveVines.harvest(iblockdata, world, blockposition, entityhuman); // CraftBukkit
|
||
|
}
|
||
|
|
||
|
@Override
|