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

Unable to output from machines in to AE2 ME Interface #2221

Closed
Naosyth opened this issue Sep 13, 2020 · 3 comments
Closed

Unable to output from machines in to AE2 ME Interface #2221

Naosyth opened this issue Sep 13, 2020 · 3 comments
Assignees
Labels
bug A problem with the project

Comments

@Naosyth
Copy link

Naosyth commented Sep 13, 2020

Describe the bug
When setting up Tech Reborn machines for auto crafting with an AE2 network, ME Interfaces are able to input ingredients in to the machine (e.g. coal gets successfully inserted in to a grinder), but the output from the machine does not get automatically output back in to the ME Interface. The machine is configured to auto output to the correct side. I've also verified that other blocks, such as hoppers, are capable of inserting in to the ME Interface.

This is on 1.16.2 Fabric

Steps to Reproduce
Steps to reproduce the behavior:

  • Place ME Interface on one side of Tech Reborn machine
  • Configure machine to accept input items from the side with the interface
  • Configure machine to auto output back from the side with the interface
  • Machine gets input ingredients, but does not push the output back to the interface

Screenshots
If applicable, add screenshots to help explain your problem.
image
image

Environment (please complete the following information with the version):

  • Minecraft: 1.16.2
  • Mod Loader: fabric
  • Tech Reborn: 3.5.2 build 110
@Naosyth Naosyth added the bug A problem with the project label Sep 13, 2020
@modmuss50
Copy link
Member

Ive taken a look at this, the ME interface is not a minecraft Inventory thus the machine cannot insert into it. I might be wrong but I think this is a bug with AE2.

@Naosyth
Copy link
Author

Naosyth commented Sep 19, 2020

That's possible, I'm not really familiar with how these things are implemented, but I do know it was possible to output to interfaces directly in the past, and I also tested that hoppers could push items in to interfaces. I didn't test any other machines though, so maybe hoppers are a special case.

@drcrazy
Copy link
Member

drcrazy commented Sep 19, 2020

Yes, hoppers are special case. LBA, used by AE2, have special mixin to change hopper behaviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A problem with the project
Projects
None yet
Development

No branches or pull requests

3 participants