Mekanism

Mekanism

111M Downloads

Item bouncing in logistical transporters

Porcy opened this issue · 3 comments

commented

Issue description

When using the transporters with either a storage drawer from "Storage Drawers" or a barrel from "Sophisticated Storage", they don't seem to detect that the destination inventory is full. Replace the inventory with a vanilla chest and it works like a charm. Now, I've seen this issue also happening with Pretty Pipes, so I'm not sure at what level this should be addressed: on Mekanism / Pretty Pipes side or on the Storage Drawers / Sophisticated storage side.
2024-02-11_17 13 42

Steps to reproduce

No response

Minecraft version

1.19.x or earlier (No longer being developed)

(Neo)Forge version

40.2.10

Mekanism version

Older

Other relevant versions

No response

If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)

No response

commented

The logistical transporters are sending items depending on if the inventory still accepts them or not. Possibly they don’t mark their inventories as full so the transporters still end up trying to send items.

commented

Yeah, but I'm not sure if it's their job to mark the inventories as full. As I said, even the pipes from pretty pipes mod have this issue so I don't know if it's Mekanism's job to address or not. It doesn't happen with a vanilla chest. I mention it here just in case something easy can be done. I have a feeling inventory mods like Storage Drawers and Sophisticated Storage should also do something. Or maybe it comes from Forge...

commented

The drawers accept the item on simulation but reject it on actual insertion. It's the drawer's fault