-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
None
-
Environment:
CraftBukkit version git-Spigot-90839e6-ace06bd (MC: 1.9) (Implementing API version 1.9-R0.1-SNAPSHOT)
Ubuntu 14.04 x64
Mobs are not being angered by snowballs. Reproducible using commandblocks (this is used for a mob fight right on my server). This worked fine until about a week ago, then a recent update broke this behavior
What used to happen:
- Mobs are spawned
- They are hit with 1 snowball each
- They are aggravated from the snowball
Now step 3 doesn't happen and they are not angered.
/summon Zombie 1227 65 -6516 {UUIDLeast:1L,UUIDMost:1L,CustomName:"A",ArmorItems:[{},{},{},{id:"minecraft:wool",Damage:14,Count:1}]} /summon Zombie 1234 65 -6516 {UUIDLeast:2L,UUIDMost:2L,CustomName:"B",ArmorItems:[{},{},{},{id:"minecraft:wool",Damage:11,Count:1}]} /execute @e[type=Zombie,name=A] ~ ~ ~ summon Snowball ~ ~4 ~ {Motion:[0.0,-1.0,0.0],ownerName:"00000000-0000-0002-0000-000000000002"} /execute @e[type=Zombie,name=B] ~ ~ ~ summon Snowball ~ ~4 ~ {Motion:[0.0,-1.0,0.0],ownerName:"00000000-0000-0001-0000-000000000001"}