mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-05 15:57:35 +01:00
SPIGOT-5866: Beehive unknown TargetReason
This commit is contained in:
parent
983305bb4a
commit
f2cbce30d9
11
nms-patches/BlockBeehive.patch
Normal file
11
nms-patches/BlockBeehive.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- a/net/minecraft/server/BlockBeehive.java
|
||||||
|
+++ b/net/minecraft/server/BlockBeehive.java
|
||||||
|
@@ -55,7 +55,7 @@
|
||||||
|
EntityBee entitybee = (EntityBee) iterator.next();
|
||||||
|
|
||||||
|
if (entitybee.getGoalTarget() == null) {
|
||||||
|
- entitybee.setGoalTarget((EntityLiving) list1.get(world.random.nextInt(i)));
|
||||||
|
+ entitybee.setGoalTarget((EntityLiving) list1.get(world.random.nextInt(i)), org.bukkit.event.entity.EntityTargetEvent.TargetReason.CLOSEST_PLAYER, true); // CraftBukkit
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user