mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-22 02:25:28 +01:00
SPIGOT-5270: Call BlockSpreadEvent when bamboo saplings grow
This commit is contained in:
parent
368f4e9940
commit
7a806a3a41
10
nms-patches/BlockBambooSapling.patch
Normal file
10
nms-patches/BlockBambooSapling.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- a/net/minecraft/server/BlockBambooSapling.java
|
||||
+++ b/net/minecraft/server/BlockBambooSapling.java
|
||||
@@ -74,6 +74,6 @@
|
||||
}
|
||||
|
||||
protected void a(World world, BlockPosition blockposition) {
|
||||
- world.setTypeAndData(blockposition.up(), (IBlockData) Blocks.BAMBOO.getBlockData().set(BlockBamboo.e, BlockPropertyBambooSize.SMALL), 3);
|
||||
+ org.bukkit.craftbukkit.event.CraftEventFactory.handleBlockSpreadEvent(world, blockposition, blockposition.up(), (IBlockData) Blocks.BAMBOO.getBlockData().set(BlockBamboo.e, BlockPropertyBambooSize.SMALL), 3); // CraftBukkit - BlockSpreadEvent
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user