This affects commands like /teleport
. For example:
Kill all pigs:
/kill @e[type=pig]
Run
/teleport @e[type=chicken,limit=1] @e[type=pig,limit=1]
"No entity was found" is printed in chat
However, from the error message it is not clear which selector found no entities. The error message should print the entity selector with it to fix this issue, like it did in 1.12.2.
Linked issues
relates to 2
Attachments
Comments 9
Can confirm in 21w05a. Thanks for updating the reproduction steps. I will try my best to keep this ticket updated from now on. 🙂
Could you potentially update the command usage since it's different in the latest release of the game?