TheZech Posted April 18, 2014 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? Quote
Ephemeral Pleasure Posted April 18, 2014 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 Quote
allnet Posted April 18, 2014 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 Quote
TheZech Posted April 19, 2014 Author 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.