2021-03-15 23:00:00 +01:00
|
|
|
--- a/net/minecraft/world/level/block/BlockGrowingTop.java
|
|
|
|
+++ b/net/minecraft/world/level/block/BlockGrowingTop.java
|
2021-11-21 23:00:00 +01:00
|
|
|
@@ -44,7 +44,7 @@
|
|
|
|
BlockPosition blockposition1 = blockposition.relative(this.growthDirection);
|
2020-06-25 02:00:00 +02:00
|
|
|
|
2021-11-21 23:00:00 +01:00
|
|
|
if (this.canGrowInto(worldserver.getBlockState(blockposition1))) {
|
|
|
|
- worldserver.setBlockAndUpdate(blockposition1, this.getGrowIntoState(iblockdata, worldserver.random));
|
|
|
|
+ org.bukkit.craftbukkit.event.CraftEventFactory.handleBlockSpreadEvent(worldserver, blockposition, blockposition1, this.getGrowIntoState(iblockdata, worldserver.random)); // CraftBukkit
|
2020-06-25 02:00:00 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|