Entangled

Entangled

26M Downloads

[Bug] smth goes wrong when using entangled block cross-dimensionally

YiRanMushroom opened this issue ยท 5 comments

commented

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
...

commented

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?

commented

I used ftb chunk loading, so I think it has already been loaded.

commented

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.

commented

In the over world, a random things item collector can be placed on an entangled block (entangled to a drawer controller).
image
But can't be placed on if the entangled block is in another dimention (entangled to the same drawer controller).
image

commented

This has likely been fixed in one of the newer versions of Entangled as I cannot reproduce the issue.
If the issue persists please let me know, for now I'll close the issue.
Thank you for reporting the issue!