-
Bug
-
Resolution: Cannot Reproduce
-
None
-
1.20.1
-
None
-
Unconfirmed
-
(Unassigned)
Basically i was trying to access all the block_display entities within a 2 block range (and there are) when i found out about this little bug
Basically if you join a world and try to use `@e[type=block_display,distance=..2]` it works fine, and find those entities. But if you spawn a new block_display and try to use the same selector, it wont find them (`@e[type=block_display]` does still work). The only way to solve this is to exit and re-join the world.