[1.10.2][BUG] Overflow chip does not work
FlyveHest opened this issue ยท 2 comments
I've been struggling with this on our server, so I tried cloning the latest version from GitHub and compiling it myself, and the problem still persists.
Farthest (right) chest has an Item Extractor, that extracts everything.
Closest (left) chest has an Item Responder that accepts everything.
Center chest has an Item Overflow chip.
If I put some stone in farthest chest, its transported to closest as expected.
But, trying this
- Fill closest chest
- Put stack of stone in farthest chest
- Remove stack from closest chest and let extractor chip extract items from farthest chest.
- Put stack back into closest chest
Then we get this
Stones just floating in the pipes until closest chest has room for them.
It might be me misreading how the overflow chip is supposed to work, but I would expect "loose" items in the pipes to go there, when they no longer have any destination.
This doesn't happen, they just roam until there is room again.
Cant believe no one reported this before haha. Fixed via cc517e1. By the way, the overflow chip won't just accept loose items. It will except all items just as the Item Responder does but at a lower priority. The extractor will extract to it if its the only option.
@MrTJP any chance that this fix could get retrofitted into 1.7.10 and most popular after?