-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 18w01a
-
None
-
Unconfirmed
When running a function via the tick.json tag, the execute position doesn't change from dimension when using execute at.
How to reproduce:
- run these commands in chat to teleport to the end:
setblock ~ ~ ~ end_portal - and this one to get to a specific location:
tp @s -100 50 100
- run these commands in a function which is run via tick.json
execute at @a run setblock ~ ~ ~ dirt - move around and then remove the command
- no dirt blocks appear at your location in the end, instead the dirt blocks appeared at your coordinates in the overworld
- teleport back to the overworld setblock ~ ~ ~ end_portal
- run this command: tp @s -100 50 100 and see the dirt blocks
- duplicates
-
MC-122893 "/execute as/at" does not change the dimension of execution
- Resolved