-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 17w50a
-
None
-
Unconfirmed
execute as @e[type=armor_stand,limit=1] at @s if block ~ ~-1 ~ stone if block ~-1 ~-1 ~-1 stone if block ~1 ~-1 ~-1 stone if block ~-1 ~-1 ~1 stone if block ~1 ~-1 ~1 stone if block ~-1 ~-1 ~ cobblestone if block ~1 ~-1 ~ cobblestone if block ~ ~-1 ~-1 cobblestone if block ~ ~-1 ~1 cobblestone run function what:ever
This is a command I'm trying to use in the end. If I include it in a function and list it in the tick tag, it works just fine in the overworld, but it doesn't work in the end, This is also the case when I place a repeating command block in the overworld spawn chunks. However, If I place a repeating command in the loaded end chunk, the function is properly executed. Even if I add a [nbt=
{Dimension:1}] argument in the selector, entity selectors in general seems to not support cross-dimensional detection even when both dimension are loaded.
- duplicates
-
MC-122893 "/execute as/at" does not change the dimension of execution
- Resolved