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