mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 12:02:36 +01:00
12 lines
491 B
Diff
12 lines
491 B
Diff
|
--- a/net/minecraft/world/level/block/ChangeOverTimeBlock.java
|
||
|
+++ b/net/minecraft/world/level/block/ChangeOverTimeBlock.java
|
||
|
@@ -69,7 +69,7 @@
|
||
|
|
||
|
if (random.nextFloat() < f1) {
|
||
|
this.a(iblockdata).ifPresent((iblockdata2) -> {
|
||
|
- worldserver.setTypeUpdate(blockposition, iblockdata2);
|
||
|
+ org.bukkit.craftbukkit.event.CraftEventFactory.handleBlockFormEvent(worldserver, blockposition, iblockdata2); // CraftBukkit
|
||
|
});
|
||
|
}
|
||
|
|