2018-09-03 00:43:48 +02:00
|
|
|
--- a/net/minecraft/server/BlockKelp.java
|
|
|
|
+++ b/net/minecraft/server/BlockKelp.java
|
2019-04-23 04:00:00 +02:00
|
|
|
@@ -49,7 +49,7 @@
|
2018-09-03 00:43:48 +02:00
|
|
|
IBlockData iblockdata1 = world.getType(blockposition1);
|
|
|
|
|
2018-12-06 00:00:00 +01:00
|
|
|
if (iblockdata1.getBlock() == Blocks.WATER && (Integer) iblockdata.get(BlockKelp.a) < 25 && random.nextDouble() < 0.14D) {
|
2018-09-03 00:43:48 +02:00
|
|
|
- world.setTypeUpdate(blockposition1, (IBlockData) iblockdata.a((IBlockState) BlockKelp.a));
|
|
|
|
+ org.bukkit.craftbukkit.event.CraftEventFactory.handleBlockSpreadEvent(world, blockposition, blockposition1, (IBlockData) iblockdata.a((IBlockState) BlockKelp.a)); // CraftBukkit
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|