McJtyMods / XNet

Advanced item/liquid/energy/... networking
MIT License
91 stars 49 forks source link

[1.16.5] Roundrobin mode doesn't distribute items... #530

Closed changhe3 closed 1 year ago

changhe3 commented 1 year ago

Screenshot1 Screenshot2 Screenshot3 Screenshot4

The desirable behavior is to divide the stack of cobblestone evenly into the 8 barrels instead of inserting the whole stack into a single barrel...

Versions: Enigmatica 6 with Rubidium and M agnesium Extra

changhe3 commented 1 year ago

I'm not sure which version caused this change, but I think it was NOT the case last time I played Enigmatica 6 earlier this year. Have to manually set the count to 8 to achieve previous behavior, which is both slow and annoying...

McJty commented 1 year ago

Yes but this is not a bug. If you extract a stack at a time it's also going to distribute this as a whole. That's simply how it works. Otherwise it's too complicated and slow for xnet to try to distribute that. So normal behaviour

changhe3 commented 1 year ago

@McJty I see. Can you confirm if this is a change in behavior from 3.0.16 to 3.0.17? If it is, I hope you can put it in the changelog...

McJty commented 1 year ago

hmm no. That has always been the case