Spatial Anchor not loading the chunks across dimension
L-Lawlite opened this issue ยท 2 comments
Describe the bug
I have connected spatial anchor to my main me system and it is not loading chunks across dimension through quantum ring. I dont know if it is intentional or not.
How to reproduce the bug
Just connect spatial anchor to me system and see if it loads the things connected to quantum ring.
Expected behavior
I don't know if it should load it or it is working as intended.
Additional details
No response
Which minecraft version are you using?
1.19
On which mod loaders does it happen?
Fabric
Crash log
Hi, that is a limitation of the Forge chunk loading API, which we kept for the Fabric version for parity considerations. You need one anchor per dimension.
Maybe we should reconsider this in a future version.