jonassvensson4

OpenPeripheral - Farms

Mar 25th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.44 KB | None | 0 0
  1. local modem = "top"
  2. local side = "back"
  3.  
  4. 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"}
  5.  
  6. rednet.open(modem)
  7.  
  8. for i=1,16 do
  9.     print(colortable[i])
  10. end
  11.  
  12.  
  13. --redstone.testBundledInput(side, colortable[i])
Add Comment
Please, Sign In to add comment