Y0ungSandwich / Mech-Magic-1.12.2

Built on Minecraft Java Version 1.12.2
The Unlicense
5 stars 2 forks source link

Actually Additions Lasers problem with sorting. #54

Closed redaktiv closed 5 years ago

redaktiv commented 6 years ago

I have a farm with magic beans. I farm them with an actually additions farmer and send the items to an item interface and then to 4 small storage crates. I use Advanced Item Laser Relays to send the items. In the first crate I store all wool and all terracotta I get from the beans. The filter in the laser relay is set to whitelist wool and terracotta and ignore metadata. The second stores all glass and glass panes. In the third I use actually additions item filters and in the last goes everything else. It works like it should to begin with. All wool and terracotta end up in the first storage crate and none in any of the other 3 crates. But then when one of the items get to a full stack any new item of that kind don't end up in the correct storage crate.

Ex. the first 64 white wool gets send to the first storage crate but number 65 goes to the last crate.

If I add number 65 to the first crate then it get sorted correctly again.

redaktiv commented 6 years ago

I had to let the chunk unload to reproduce the problem.