Out of curiosity I tried to change the id of the parrot while it is sitting on my shoulder. It worked fine with other entitys (they still got displayed as parrots on my shoulder but when I jumped they became the entity I changed them to). But when I tried this with lightning_bolt the game crashed. (That also happens if you change the id to anything that doesn't exist).
Edit: You are also not able to enter the world any more.
Attachments
Comments 2
minecraft:lightning_bolt
isn't a real entity either - it's a special type of entity which isn't persisted at all (it cannot be saved, and thus cannot have NBT data). The fact that it exists in /summon
is due to special-casing for it. You'd get the same crashes if you NBTEdited a regular entity to have an ID of minecraft:lightning_bolt
.
It's an interesting case, but due to relying on NBTEdit to occur, is still invalid.
NBTEdit and friends is not supported and therefore invalidates your ticket.