Project Red - Exploration

Project Red - Exploration

27M Downloads

[Request] ComputerCraft bundle cable support

Ontonator opened this issue · 4 comments

commented

l'm not sure if this has to be done from your side or from ComputerCraft's side, but bundled cables should be able to work with ComputerCraft's getBundledInput(), getBundledOutput() and setBundledOutput() functions.

commented

This should be done on ComputerCraft's side, but I'm looking for some fun, and might be able to work something out.

commented

I've looked into it, and it's fairly feasible to integrate on our end, however it would require making ProjectRed a coremod and I just need to get MrTJP's clearance for that.

commented

Since they are in the same mods folder now, I don't see why not.

On Jan 7, 2014, at 7:25 AM, Chicken-Bones [email protected] wrote:

I've looked into it, and it's fairly feasible to integrate on our end, however it would require making ProjectRed a coremod and I just need to get MrTJP's clearance for that.


Reply to this email directly or view it on GitHub.

commented

Completed as of c4f76d1
Basically transforms ComputerCraft's existing and dormant RedPower compatibility module into a ProjectRed one
You should test this in an obfuscated environment, as I was writing this I've tried to keep in mind the different reobfuscation hoops, ComputerCraft being srg mapped etc but I can't make any guarantees.