2015-05-25 20:37:24 +10:00
|
|
|
--- a/net/minecraft/server/BlockGrass.java
|
|
|
|
+++ b/net/minecraft/server/BlockGrass.java
|
2018-08-26 12:00:00 +10:00
|
|
|
@@ -58,7 +58,7 @@
|
|
|
|
}
|
2014-11-26 08:32:16 +11:00
|
|
|
|
2018-08-26 12:00:00 +10:00
|
|
|
if (iblockdata3.canPlace(world, blockposition2)) {
|
|
|
|
- world.setTypeAndData(blockposition2, iblockdata3, 3);
|
|
|
|
+ org.bukkit.craftbukkit.event.CraftEventFactory.handleBlockGrowEvent(world, blockposition2, iblockdata3, 3); // CraftBukkit
|
|
|
|
}
|
2014-11-26 08:32:16 +11:00
|
|
|
}
|
|
|
|
}
|