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 integration failure with crafting_state event #28

Open
drowfx opened this issue Oct 16, 2016 · 1 comment
Open

AE2 integration failure with crafting_state event #28

drowfx opened this issue Oct 16, 2016 · 1 comment

Comments

@drowfx
Copy link

drowfx commented Oct 16, 2016

When I use AE2 autocrafting through with OpenComputers (MC1.7.10-1.5.22.46) and OpenPeripheralIntegration (1.7.10-0.5), when I listen to the crafting_state event emitted when an autocrafting job completes, I get a
[Server thread/WARN] [OpenComputers]: Trying to push signal with an unsupported argument of type java.util.HashMap
in the server log, and the first argument of the event (the "requestedStack" from https://github.com/OpenMods/OpenPeripheral-Integration/blob/master/src/main/java/openperipheral/integration/appeng/CraftingRequester.java#L40) is nil in my LUA code.

I am using appliedenergistics2-rv3-beta-6.

EDIT:
The expected result would be a LUA table containing the fingerprint of the crafted item etc. It is working with ComputerCraft (1.75).

@boq
Copy link
Member

boq commented Oct 17, 2016

Seems to be OpenComputers issue, waiting for answer.

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

2 participants