mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-25 17:51:31 +01:00
43702a9e10
By: md_5 <git@md-5.net>
12 lines
545 B
Diff
12 lines
545 B
Diff
--- a/net/minecraft/world/level/block/CaveVinesPlantBlock.java
|
|
+++ b/net/minecraft/world/level/block/CaveVinesPlantBlock.java
|
|
@@ -40,7 +40,7 @@
|
|
|
|
@Override
|
|
public EnumInteractionResult use(IBlockData iblockdata, World world, BlockPosition blockposition, EntityHuman entityhuman, EnumHand enumhand, MovingObjectPositionBlock movingobjectpositionblock) {
|
|
- return CaveVines.use(iblockdata, world, blockposition);
|
|
+ return CaveVines.use(iblockdata, world, blockposition, entityhuman); // CraftBukkit
|
|
}
|
|
|
|
@Override
|