zerofall / EZStorage2

EZStorage 2 for Minecraft 1.9.4
MIT License
7 stars 8 forks source link

Extraction Port Whitelist doesn't play nice [2.2.3] #39

Closed steuff closed 7 years ago

steuff commented 7 years ago

I set up the Extraction port with a whitelist, and connected an Ender IO Item Conduit to it. The first item in the whitelist (from the left) gets pulled out of the system and into the connected machine/chest/inventory. Now here's the issue: The Extraction port does not supply the next whitelisted item before the EZ storage system is completely emptied of the first whitelisted item. This became apparent when attempting to use a machine that autocrafts items, and takes only one stack of each item; only the first item stack got filled.

sblectric commented 7 years ago

The way the extraction port currently works is by a first-come-first-serve basis, not a round robin mode like you seem to want. I'll probably add a round-robin mode at some point soon.

sblectric commented 7 years ago

Implementation planned for 2.3.0

sblectric commented 7 years ago

Added in 2.3.0.