[1.11.2] Logistical Transporters try to insert items into bins from bottom (and fail)
pflonk opened this issue ยท 3 comments
Hey there,
I have been building a room with bins as a storage room, connected with logistical transporters to an input-chest. See picture below for setup :D
The lower bins have their inputs connected from the top (as it should be), the upper bins have been disconnected from the logistical transporters that lead to the lower bins with the configurator (set to "NONE") as they are not supposed to output any items via pipe. For the upper bins there is another pipe, leading alongside the top sides of those bins (as intended).
The bug now is, that the pipe tries to fill the bins from the bottom and fail. The bins won't accept items from that side but the pipe is stubborn and tries endless. New items that are sent into the system, will also go the wrong way. For the bins in the bottom row everything works fine. Is it a bug in the pipe-system or in the bins?
Disassembling the corresponding piece of pipe results in itemloss. I've lost 1000 redstones that way because i thought it'd drop into my face when disassembling the buggy piece of pipe.
I could of course add a block in between the upper bins and the pipe for the lower bins to achieve the upper ones not beeing connected to the lower bins' pipes, but the setup I've built worked in older versions, so it should still do?
The chest you can see at the end of the setup normally is not there. Build it for debugging attempts. It does not affect the outcome, still happens without the chest attached.
Kind regards
pflonk
Mekanism-1.11.2-9.3.1.306
forge1.11.2-13.20.0.2312
I can confirm your issue.
Mekanism: 1.11.2-9.3.1.305
Forge: 13.20.0.2313
After inserting a stack of stone and dirt in the chest:
Result is dirt bouncing between the pipe and the bin as it follows the wrong way to the bin. Looks like a pathfinding issue and the return way isn't available, leaving the dirt bouncing and getting lost on breaking the pipe.
--Edit--
As soon as the pipe on the left (connecting the bottom line and the upper line) is broken, the items do return to the chest. The path to the bin isn't available anymore, resulting in a back to sender.
--Edit2--
Moving the chest so both paths are the same length results in correct pathfinding of the items.
@thommy101 Are you actively working on this? If not I may have a fix ready