-
Notifications
You must be signed in to change notification settings - Fork 435
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
Question on AE2 ExportIntoSlot functionality with 1.5.5 #997
Comments
Works absolutely fine for me (tested with latest OC and AE2 rv2-beta-18). Are you sure nothing has changed in your configuration, and it's not an issue on AE2's side? (i.e. it works if you apply a redstone signal using a redstone torch or so?) |
I am using AE2 rv2-beta-18 as well. I changed the redstone card to one operation per pulse and it acted like the setConfiguration changes were being queued; each pulse changed the configuration to what the script called for. It did not deposit the item in the requested slot. I'll re-test with the latest OC dev build and respond back. The configuration (as far as I know) has not been changed from OC 1.5.4. |
It looks like the issue is persisting with the latest 1.5.5 build. How can I help troubleshoot this? |
Screenshots of a minimal build that reproduces this, of the inventory of the computer and bus, as well as the code you're running would be a good start. |
Ah, I misunderstood earlier. Can reproduce, looking into it. Thanks! |
I have a question in regards to the AE2 ExportIntoSlot call. What is the recommended way to keep a export bus from performing operations all of the time to make this call useful? I used a redstone card that disabled the bus on prior versions and that seemed to work. This no longer works with the latest 1.5.5 release.
The text was updated successfully, but these errors were encountered: