Advertisement
loepie

minecraft frame movement with Bundled cable

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