PaperMC/paper-server/nms-patches/net/minecraft/world/level/block/CaveVinesBlock.patch

12 lines
548 B
Diff
Raw Normal View History

--- 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