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