Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AE2 Interface's "blocking mode" are broken #7288

Closed
htol opened this issue Jan 10, 2021 · 6 comments
Closed

AE2 Interface's "blocking mode" are broken #7288

htol opened this issue Jan 10, 2021 · 6 comments
Assignees
Milestone

Comments

@htol
Copy link

htol commented Jan 10, 2021

Which modpack version are you using?

2.1.0.0

If in multiplayer; On which server does this happen?

What did you try to do, and what did you expect to happen?

AE interface in "blocking mode" must ignore circuits in input hatches of multiblock and battery in single block machines.

What happened instead? (Attach screenshots if needed)

AE interface in "blocking mode" doesn't transfer items to input hatches with circuit or single block with battery.

What do you suggest instead/what changes do you propose?

Restore proper behavior.

@repo-alt
Copy link
Contributor

I'll fix input buses, but not batteries. Battery slot is just one of the slots exposed by the machine, there may be anything. Checking for too many exceptions is expensive.

@repo-alt repo-alt self-assigned this Jan 10, 2021
@GTNH-Afx237v7
Copy link
Contributor

Won’t this block the interface from inputting at all? I.e. render blocking mode useless for input busses with circuits?

@repo-alt
Copy link
Contributor

It is currently useless for blocking mode, not sure what do you mean.

@GTNH-Afx237v7
Copy link
Contributor

Blocking mode will prevent the interface from inputting into an inventory if the inventory already contains an item. If there is a circuit in the input bus, how are you going to get your items in at all? The interface will see „item in there“ and not input anything until the circuit is removed.

@repo-alt
Copy link
Contributor

There is exception for circuit for a few versions already, it just doesn't work for input buses.

@GTNH-Afx237v7
Copy link
Contributor

Ok forget what I said, I misread the original statement... been a tough, long day...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants