@@ -2,7 +2,7 @@
|
||||
+++ b/net/minecraft/world/level/block/BlockNetherWart.java
|
||||
@@ -46,7 +46,7 @@
|
||||
|
||||
if (i < 3 && random.nextInt(10) == 0) {
|
||||
if (i < 3 && randomsource.nextInt(10) == 0) {
|
||||
iblockdata = (IBlockData) iblockdata.setValue(BlockNetherWart.AGE, i + 1);
|
||||
- worldserver.setBlock(blockposition, iblockdata, 2);
|
||||
+ org.bukkit.craftbukkit.event.CraftEventFactory.handleBlockGrowEvent(worldserver, blockposition, iblockdata, 2); // CraftBukkit
|
||||
|
||||
Reference in New Issue
Block a user