Applied Energistics 2

Applied Energistics 2

137M Downloads

Spatial anchor chunk highlights seem to only render if the anchor itself is being rendered, no matter where they are

Sea-Kerman opened this issue ยท 2 comments

commented

Describe the bug

If I have a remote portion of a network with a quantum ring, the chunk highlights for that chunk seem to only render when the spatial anchor block itself is within render distance

https://youtu.be/gMNYnl48O3I

How to reproduce the bug

https://youtu.be/gMNYnl48O3I

Expected behavior

unsure what behavior I'd expect... perhaps all of the chunk highlights should render all the time? Or highlights should be rendered for sections of the network if those sections are within render distance...

Additional details

No response

Which minecraft version are you using?

1.19

On which mod loaders does it happen?

Fabric

Crash log

https://gist.github.com/Sea-Kerman/1daf294e1208dcce46e3f2bb23f0cca5

commented

Yes, this is currently the case because it is handled by the spatial anchors own rendering. This is actually quite hard to do right since the client doesn't know about which grid a block belongs to :-|

We might need this info for other cases, and might actually have to move this to the network tool instead.

commented

"works as intended" ;) (i.e. very annoying to fix)