summaryrefslogtreecommitdiffstats
path: root/nms-patches/PathfinderGoalSilverfishWakeOthers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/PathfinderGoalSilverfishWakeOthers.patch')
-rw-r--r--nms-patches/PathfinderGoalSilverfishWakeOthers.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/nms-patches/PathfinderGoalSilverfishWakeOthers.patch b/nms-patches/PathfinderGoalSilverfishWakeOthers.patch
new file mode 100644
index 00000000..f8fb1845
--- /dev/null
+++ b/nms-patches/PathfinderGoalSilverfishWakeOthers.patch
@@ -0,0 +1,14 @@
+--- ../work/decompile-bb26c12b/net/minecraft/server/PathfinderGoalSilverfishWakeOthers.java 2014-11-27 08:59:46.841421230 +1100
++++ src/main/java/net/minecraft/server/PathfinderGoalSilverfishWakeOthers.java 2014-11-27 08:42:10.144850927 +1100
+@@ -36,6 +36,11 @@
+ IBlockData iblockdata = world.getType(blockposition1);
+
+ if (iblockdata.getBlock() == Blocks.MONSTER_EGG) {
++ // CraftBukkit start
++ if (org.bukkit.craftbukkit.event.CraftEventFactory.callEntityChangeBlockEvent(this.silverfish, blockposition1.getX(), blockposition1.getY(), blockposition1.getZ(), Blocks.AIR, 0).isCancelled()) {
++ continue;
++ }
++ // CraftBukkit end
+ if (world.getGameRules().getBoolean("mobGriefing")) {
+ world.setAir(blockposition1, true);
+ } else {