[1.11] Logistical transporter
tomelfring opened this issue ยท 2 comments
The logistical transporter pipes do not work correctly with vanilla chests (and possibly other storages). Items are being overwritten when they should be added to the chest.
How to reproduce:
- Place a chest with a basic logic transporter on top, with a chest on top of that.
- Put a stack items in the top chest
- Change the upper part of the pipe to PULL with a configurator
- Watch the bottom chest.
It's not only the Logistical transporter, it's also any factory block with autosort on. Every block which is moved to another slot gets deleted.
--Edit--
Fixed the issue of this comment in #4305 as it was a missed null conversion in ItemStackUtils.
@aidancbrady the original issue (first post of this) isn't solved in the latest version.