loepie

minecraft frame movement with Bundled cable

May 11th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. dn = colors.lime
  2. de = colors.purple
  3. ds = colors.orange
  4. dw = colors.lightBlue
  5.  
  6. rs = redstone
  7.  
  8. rs.setBundledOutput("left", dn)
  9. sleep(0.5)
  10. rs.setBundledOutput("left", 0)
  11. sleep(0.1)
Advertisement
Add Comment
Please, Sign In to add comment