TheZech Posted April 18, 2014 Share Posted April 18, 2014 So, I've been playing tekkit for a short while now and I need computers to control a lot of stuff, but I can't find a way to use the bundled Project Red cables. So what is the best way to set multiple redstone devices from one side of the computer? Link to comment Share on other sites More sharing options...
Ephemeral Pleasure Posted April 18, 2014 Share Posted April 18, 2014 Use MFR's rednet cable, it allows you to specify the color to set in the cc api. not sure if u can do the same with projectred cables Link to comment Share on other sites More sharing options...
allnet Posted April 18, 2014 Share Posted April 18, 2014 (edited) rs.setBundledOutput("left", colors.red) "left" is the output side for example: top, bottom, back, left, right "colors.red" ist the color inside the bundled cable just write instead of "red" the color you need. If you want to set multiple colors with just one line then use rs.setBundledOutput("left", colors.red + colors.white) You need to stick a colored cable at the end of the bundled cable btw Edited April 18, 2014 by allnet Link to comment Share on other sites More sharing options...
TheZech Posted April 19, 2014 Author Share Posted April 19, 2014 (edited) You need to stick a colored cable at the end of the bundled cable btw I put a red insulated wire to a red lamp from the bundled cable, but how do I connect the bundled cable to the computer. Oh nevermind. Edited April 19, 2014 by TheZech Link to comment Share on other sites More sharing options...
TheZech Posted April 19, 2014 Author Share Posted April 19, 2014 Thanks for the help. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now