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.
Linked issues
relates to 1
Comments 3
Relates to MC-269980, as mobs attacking you with the mace are generally not smash attacking you.
Thank you for your report!
After consideration, the issue is being closed as Working as Intended.
Please note, that mechanics of the game may change between updates.
Things such as graphics, sounds, world creation, biomes, redstone, villagers, and animals may not work the same in current versions.
Full Version History – Snapshot Version History – The official Minecraft feedback site
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
Can confirm!