if you /give a spawn egg (i used bat, although it most likely does not matter) that is set to spawn an area effect cloud, with the particle set to "item", and the item set to air, it kicks you from the world and wont let you back in, with the error "failed to encode packet 'clientbound/minecraft:set_entity_data'.
Here is the exact command i used:
/give @p bat_spawn_egg[entity_data={id:"minecraft:area_effect_cloud",Particle:"item air",Radius:1f,Duration:100,Motion:[0.0,1.0,0.0]}] 1
Linked issues
Comments 4
Replacing air
with anything else, the command works as expected. Not sure if this is planned to stay valid data, but as of now the syntax is correct.
Thank you for your report!
We're tracking this issue in MC-270001, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
Is this even valid item data given the new component system?