[Bug] smth goes wrong when using entangled block cross-dimensionally
YiRanMushroom opened this issue ยท 5 comments
Version Info
- Minecraft, 1.12.2
- Entangled, Entangled 1.3.12
Description of the Bug
Entangled can sometimes work incorrectly when using it cross-dimensionally
Steps to Reproduce
If entangle a drawer controller in the overworld and use it in other dimensions, some thing could not recognize the Entangled block as an invalid container(eg. random things item collector), not the same as when using it in the same dimension, which would run correctly.
And when using it cross-dimensionally, some item could not be import in it, while others can. (When in a same dimension, all the thing can be transfered correctly)
Screenshots
...
This may be caused by the drawer controller being unloaded. Entangled doesn't do anything when the area of the bound block becomes unloaded.
Is the area with the drawer controller chunk loaded? If not, could you see if keeping the area loaded makes it work?
It works generally, but can't work totally, As I mentioned. but I think that the second problem may because of same item was detected in the same drawer system(because I fixed it by removing the same item). However, if it was used in the same dimension, all the problem seems not to be occuring.