Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.35 KB

tutorial.md

File metadata and controls

29 lines (24 loc) · 1.35 KB

OC interface is an adaption of ME interface from applied energistics 2. It basically do the same thing as the ME interface but with some slight differences. It permits more encoded patterns, it can be configured using computers from OpenComputers, and what's more, when patterns are used, it can broadcast a network packet on the network (OpenComputers'), if properly configured.

Note that you don't need an adaptor to use this block, it can and probably always should be directly connected to both Applied Energistics 2 network and the OpenComputers' network.


First, connect OC interface with both an AE2 network and an OpenComputers network.

Then, put an encoded pattern in its config slot.

Use lua script to configure the pattern.

Don't forget to set broadcast port and open that port on modem.

Then, when the pattern is used by AE2 network, the interface automatically broadcast a message with the content "test" on port 1024.

You can use all sorts of methods to make use of this message. Here's an example.

Note that the ingredient will be send to inventory inside the interface, rather than pushed to containers nearby. Besides, the top side of the interface is connected to config slot, while others are connected to the inventory for AE2 ingredient.