Mojira Archive
MC-123264

tagged functions and repeating command blocks in the overworld spawn chunks cannot detect entities in the nether or the end

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.

Duplicate

CivetKitty

2017-12-15, 04:51 AM

2017-12-29, 06:18 AM

2017-12-15, 11:46 PM

0

1

Unconfirmed

Minecraft 17w50a

-