mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 11:44:19 +01:00
43702a9e10
By: md_5 <git@md-5.net>
11 lines
699 B
Diff
11 lines
699 B
Diff
--- a/net/minecraft/world/level/block/BuddingAmethystBlock.java
|
|
+++ b/net/minecraft/world/level/block/BuddingAmethystBlock.java
|
|
@@ -44,7 +44,7 @@
|
|
if (block != null) {
|
|
IBlockData iblockdata2 = (IBlockData) ((IBlockData) block.defaultBlockState().setValue(AmethystClusterBlock.FACING, enumdirection)).setValue(AmethystClusterBlock.WATERLOGGED, iblockdata1.getFluidState().getType() == FluidTypes.WATER);
|
|
|
|
- worldserver.setBlockAndUpdate(blockposition1, iblockdata2);
|
|
+ org.bukkit.craftbukkit.event.CraftEventFactory.handleBlockSpreadEvent(worldserver, blockposition, blockposition1, iblockdata2); // CraftBukkit
|
|
}
|
|
|
|
}
|