When striking a minecart, or boat entity, the wind burst enchantment will launch you far further into the air compared to when the player hits any other (seemingly 'living') entity.
Steps to Reproduce:
Spawn a boat, or minecart
Get a mace with wind burst
/give @p mace[minecraft:enchantments={levels:{"wind_burst":3}}]
Strike the boat/minecart
→ ❌ The player is thrown vertically into the air, far higher than when hitting any other mobs.Strike a creeper with no AI
/summon creeper ~ ~ ~ {NoAI:1b}
→ ✔ The player is thrown into the air vertically at an expected rate.
Screenshots/Videos:
[media]
Notes:
The behavior described here is not about whether or not the described entities should activate the enchantment, it is entirely related to the strength of said enchantment.
This may be blocked by the resolution of MC-269954, as it's unclear if non-living vehicle entities should be applicable for the mace to propel the player in the first place.
This behavior is the same for wind charges, which is covered in MC-269993
Can confirm!