Jump to content

ComputerCraft outputs


TheZech

Recommended Posts

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

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 by allnet
Link to comment
Share on other sites

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 by TheZech
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...