-
Bug
-
Resolution: Works As Intended
-
None
-
24w13a
-
None
-
Community Consensus
-
(Unassigned)
The Bug
When a non-player melee mob is holding a weapon with wind burst enchantment, the wind burst enchantment doesn't work when the mob attack player or other mob.
Steps to Reproduce:
- Summon a vindicator holding mace with wind burst enchantments.
/summon minecraft:vindicator ~ ~ ~ {HandItems:[{id:mace,Count:1,components:{enchantments:{levels:{wind_burst:1}}}},{}]}
- Copy the mace from vindicator.
/item replace entity @s weapon.mainhand from entity @e[type=minecraft:vindicator,limit=1,sort=nearest] weapon.mainhand
- Hit the vindicator.
→ A wind burst appears, push you and the vindicator. - Change your gamemode to survival or adventure.
→ The vindicator attack you but no wind burst appear.
- relates to
-
MC-269980 Wind Burst enchantment triggers from normal attacks rather than smash attacks
- Resolved