SirEdvin / UnlimitedPeripheralWorks

Extreme compact CC:R and CC:T mod that tries to make everything, that even possible a peripheral
MIT License
8 stars 3 forks source link

[feature] AE2 Peripheral Support #2

Closed Merith-TK closed 1 year ago

Merith-TK commented 1 year ago

Two things!

1) Make computercraft able to use AE2 Fluix Cables as networking cables (one lane per peripheral)

2) Make CC See AE2 P2P connections as peripherals

image currently this is how one has to setup CC and AE2 networks

AE2 can handle item, power, and etc transportation, it would be amazing if it could handle transportation of CC data as well!

SirEdvin commented 1 year ago

I am not sure if this possible, but I will check)

Merith-TK commented 1 year ago

Idea for implementation could be an AE2 specific CC Modem (like the ones shown)

TheDrawingCoder-Gamer commented 1 year ago

Forge can do this afaik via open peripherals, but there is no equivilant on fabric.

TheDrawingCoder-Gamer commented 1 year ago

I'm not necessarily a fan of kotlin, so I'll write my own mod that works in a lang I prefer.

SirEdvin commented 1 year ago

You actually, can write things on java with kotlin repository. It will be a little strange, but defenetly possible

SirEdvin commented 1 year ago

So, sorry, but I decided this to be a little out of scope. While idea is defenetly cool, I am not a big fun of implementing it myself.