mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 12:02:36 +01:00
b3a8254758
By: md_5 <git@md-5.net>
11 lines
548 B
Diff
11 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
|