Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-16 04:50:05 +01:00
12 Zeilen
513 B
Diff
12 Zeilen
513 B
Diff
--- a/net/minecraft/server/BlockGrass.java
|
|
+++ b/net/minecraft/server/BlockGrass.java
|
|
@@ -51,7 +51,7 @@
|
|
}
|
|
|
|
if (iblockdata2.canPlace(world, blockposition2)) {
|
|
- world.setTypeAndData(blockposition2, iblockdata2, 3);
|
|
+ org.bukkit.craftbukkit.event.CraftEventFactory.handleBlockGrowEvent(world, blockposition2, iblockdata2, 3); // CraftBukkit
|
|
}
|
|
}
|
|
}
|