-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 17w50a
-
None
-
Unconfirmed
To reproduce:
- Type /execute as @e[type=minecart] at @s run summon item ~ ~ ~ {Item:{id:"minecraft:stone",Count:1b}} into a repeating command block in the overworld and activate it.
- Go into the end and place a minecart at the top of the exit portal.
- See that no items are spawning.
- Go back to the overworld, and see that the items have spawned at 0, 0 in the overworld instead.
What I expected: The items are spawned by the minecart in the end.
What I got: The items were spawned at the minecart's position in the end.
Possible ways to fix this issue:
- Have the at subcommand redirect dimension as well as location. (Most simple fix.)
- Add in a new "dimension" subcommand, with a value for dimension, which would redirect dimension instead, and would give mapmakers more choice in where they want their commands to run.
Ex:
execute dimension <nether, end, overworld> -> execute
- duplicates
-
MC-122893 "/execute as/at" does not change the dimension of execution
- Resolved