SuperMartijn642 / Entangled

Minecraft mod - Entangled allows you to 'entangle' two blocks together!
14 stars 13 forks source link

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

Closed YiRanMushroom closed 1 year ago

YiRanMushroom commented 1 year ago

Version Info

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

SuperMartijn642 commented 1 year ago

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?

YiRanMushroom commented 1 year ago

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

YiRanMushroom commented 1 year ago

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.

YiRanMushroom commented 1 year ago

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

SuperMartijn642 commented 1 year ago

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!