Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local modem = "top"
- local side = "back"
- local colortable = {"colors.white", "colors.orange", "colors.magenta", "colors.lightBlue", "colors.yellow", "colors.lime", "colors.pink", "colors.grat", "colors.lightGray", "colors.cyan", "colors.purple", "colors.blue", "colors.brown", "colors.green", "colors.red", "colors.black"}
- rednet.open(modem)
- for i=1,16 do
- print(colortable[i])
- end
- --redstone.testBundledInput(side, colortable[i])
Add Comment
Please, Sign In to add comment