OpenComputers Events aren't fired
Setadokalo opened this issue ยท 6 comments
I was recently trying to make a system that automatically sent a response through when the gate opened, but tests showed that the events mentioned in the documentation weren't ever fired. Tests on an older version of my pack showed that the events did get fired in 1.10.2.
Can you give me anything to go by with this? I don't personally use OpenComputers so I need some context to the problem.
I'm not really sure what you mean. Essentially though, OpenComputers has an interface system that lets blocks be controlled by the computers, and part of that is that they send events. (For easy testing, you can just read all events with a loop like while true do print(require('event').pull()) end
) In the original mod, there were events fired when the stargate did things, such as an event for chevrons locking, an event for dialing the gate, closing and opening the iris, etc. They're all visible in the documentation page.
The events seem to be firing. Make sure the OpenComputers stargate interface is directly below the stargate.
SGCraft: 1.14.2-mc1.12.2
OpenComputers: 1.7.2.67
Forge: 14.23.2.2611