mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 10:20:53 +01:00
12 lines
541 B
Diff
12 lines
541 B
Diff
--- a/net/minecraft/server/BlockGrass.java
|
|
+++ b/net/minecraft/server/BlockGrass.java
|
|
@@ -61,7 +61,7 @@
|
|
}
|
|
|
|
if (iblockdata3.canPlace(world, blockposition2)) {
|
|
- world.setTypeAndData(blockposition2, iblockdata3, 3);
|
|
+ org.bukkit.craftbukkit.event.CraftEventFactory.handleBlockGrowEvent(world, blockposition2, iblockdata3, 3); // CraftBukkit
|
|
}
|
|
}
|
|
}
|