The wind burst enchantment will not push around vehicles (specifically non-living, like boats or minecarts) when the burst is created by the player who is currently mounting the vehicle entity.
Steps to Reproduce:
Have two players join a world
Player 1 rides a boat
Give both players a mace with wind burst
/give @a mace[minecraft:enchantments={levels:{wind_burst:3}}]
Place an armor stand next to the boat player 1 is riding in
Player 1 attacks the armor stand
→ ❌ The armor stand is moved, but the boat is not.Player 2 attacks the armor stand (if it was moved previously, you can replace it)
→ ✔ The armor stand is moved, and the boat is too
Screenshots/Videos:
❌ Boat Behavior:
[media]
❌ Minecart Behavior:
[media]
✔ Living Entity Behavior:
Only partially working, as per MC-266721
✔ Wind Charge Behavior:
[media]
This can no longer be reproduced with the fix for MC-269980.