Mekanism

Mekanism

111M Downloads

Logistical sorter on double-wide chest behaves differently depending on which half item is in

Ricket opened this issue ยท 5 comments

commented

mekanismlogisticalsorterbug

mekanismlogisticalsorterbug2

Setup like the above. Item doesn't matter.

If you drop the item in the bottom half of the chest, it never leaves the chest. If you drop it in the top half of the chest, it exits with the color.

If you enable auto-eject, then when you drop it in the bottom of the chest, it exits with no color; top half of chest exits with color.

This bug exists in 8.1.7.252, and not in 8.1.5.246 (the version that ships in FTB Horizons Daybreaker, which is what I am playing in).

commented

The two halves of the chest are different tile entities. I suggest you use IronChests (for the time being).

commented

Sure, we're evaluating other chest mods, but for now we just backed down to version 8.1.5.246 so that our chest organization system will work again. Since this is a regression, the fact that the chest is separate tile entities might be a reason it was overlooked.

commented

I wonder if it was introduced in 51f1c68 -- the description message is suspiciously similar to this bug title...

@unpairedbracket ?

commented

Doesn't look like it. 51f1c68 looks more like a fix for logistical sorters looking in the wrong direction...?

commented

Thanks- I guess I forgot to pass my double-chest check into the sorter eject algorithm. Should be fixed :)