The bug
Hitting certain entities (boats, end crystals, fireballs, players, minecarts, shulker bullets and wind charges) with an item enchanted with a Wind Burst level greater than 4 crashes the game.
How to reproduce
Enter the following command in the chat:
/give @s mace[minecraft:enchantments={levels:{'wind_burst':4}}]
Hit one of the mentioned entities with the mace (it will work with any item)
Linked issues
is duplicated by 1
Attachments
Comments 5
Here's a working command
/give @p minecraft:mace[minecraft:enchantments={levels:{"minecraft:wind_burst":4}}]
Correction to my previous comment, I can confirm. Based off the description, it was implied the entity could be anything, though the problem applies to wind charges (and possibly more).
I can't seem to remove the backslash in my description, make sure when running the command to delete it.