1: /execute @p ~10 ~ ~ summon Item ~ ~ ~
It should summon the item 10 blocks towards +X although it summons it at the player which means the game doesn't recognize the execute coords.
Linked issues
Comments 3


That was just a very simple example. there are other situations where you don't have a second set of coords like: /execute @p ~10 ~ ~ say @a[r=0]. This will announce every player that is exactly 10 blocks away from the nearest player and the only place where you can set coords here is with the /execute command.

Yes I agree. Just saying summon has a workaround.
Confirmed. Possibly from the fix of MC-64188.
@Eease, you can do this though for the same effect