mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-02-09 23:50:04 +00:00
![Jonathan Coates](/assets/img/avatar_default.png)
Double chests peripherals were getting reattached every time there was a block update, as the inventories were not comparing equal (despite being so!). We now check for a couple of common cases, which should be enough for vanilla/vanilla-like inventories. I actively Do Not Like This Code, but do not see a good alternative.