craftbukkit/nms-patches/net/minecraft/world/level/block/CaveVinesPlantBlock.patch

12 lines
545 B
Diff
Raw Normal View History

2021-06-11 15:00:00 +10:00
--- a/net/minecraft/world/level/block/CaveVinesPlantBlock.java
+++ b/net/minecraft/world/level/block/CaveVinesPlantBlock.java
@@ -40,7 +40,7 @@
@Override
2021-11-22 09:00:00 +11:00
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
2021-06-11 15:00:00 +10:00
}
@Override