Crafting terminal shows double the amount of items actually stored. (Visual bug)
Juresuper opened this issue ยท 5 comments
This actually happens when using double chests from Expanded Storage
. I imagine TSS
checks for the contents of the first chest of the pair, the chest returns the content of both chests. TSS then goes on to checking the contents of the second chest of the pair, which, again, returns the contents of both chests, resulting in item number appearing as 2x the real value.
Player Solutions:
- If you are using
Expanded Storage
you can just disconect the chests, so they behave as single chests and letTSS
add up the contents individually - Another option is to use double chests directly connected to the network and disable the options to check for connected inventories in the config.
As for the bug solution, if my theory is correct, there might not be a good way to solve it as any mods that have connected inventory blocks will have a similar problem. For Expanded Storage
you can possibly check for the type
property of the chest, but that would only be adding an exception, and the problem would arise when interacting with other mods. I feel like the better solution would be to move the "check for connected inventories" option from the config file to the connectors, so players can right click or open a gui to choose how that specific connector would work.
Verify if you have an inventory connector (block version) touching a chest that already has an inventory connector (in pipe form) attached