Applied Energistics 2

Applied Energistics 2

137M Downloads

Allow ComputerCraft to use Fluix Cables in place of networking cables

Merith-TK opened this issue ยท 3 comments

commented

Describe the feature

I believe there are two ways to do this,

  1. Copy Wired Modem Logic (and Networking cables)

  2. Master/Slave P2P connectors,
    The "Master" is the peripheral one wishes to connect, (in this case an monitor)
    and the "Slave" is the connector that interfaces with the CC Computer,

(screenshot uses P2P Energy just to give an visual,)
(Screenshot acquired from 1.18.2 version on Fabric)
image
image

The "Slave" will mimic/copy the API of the Master

of course using fluix cables for this would come at the cost of Lanes being taken up!

Reasons why it should be considered

Aesthetic's mostly, but would also allow for better integration of automation through other means that might not yet be completely supported by AE2,

Additional details

image
How I faked the screenshot

Forge, CC:Tweaked
Fabric, CC:Restitched

commented

This just sounds like you're asking for a P2P tunnel to integrate with ComputerCraft which, granted, would make for a cool add-on. ME cables on their own as in that pic will not function unless powered to make up a dedicated ME network.

commented

I am aware of power limitations, and yeah, P2P CC tunnel would be very nice! even if it just replicates modems!

the only reason why AE2 showed up as an peripheral at all in the example, is because the Unlimited Peripheral Works mod for CC:Restitched, adds more Peripheral API's (fabric transfer api support as well which theoretically means it could interface with AE2 if ae2 presented its ME interfaces to CC)

commented

Adding P2P tunnels for mod integrations should be done in addons, not AE2 itself. Feel free to ask for pointers on how to use the API.

if ae2 presented its ME interfaces to CC

It's up to CC to use the AE2 API for this. For example, that's what the Advanced Peripherals mod does on Forge. ;)