Advertisement
Mordrack

Door 3x3 W Button

Aug 14th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. while true do
  2. os.pullEvent("redstone")
  3. rs.setBundledOutput("top",colors.subtract(rs.getBundledOutput("top"),colors.lime))
  4. rs.setBundledOutput("top",colors.combine(rs.getBundledOutput("top"),colors.gray))
  5. sleep(0.15)
  6. rs.setBundledOutput("top",colors.subtract(rs.getBundledOutput("top"),colors.gray))
  7. rs.setBundledOutput("top",colors.subtract(rs.getBundledOutput("top"),colors.yellow))
  8. sleep(0.15)
  9. rs.setBundledOutput("top",colors.combine(rs.getBundledOutput("top"),colors.pink))
  10. rs.setBundledOutput("top",colors.subtract(rs.getBundledOutput("top"),colors.lightBlue))
  11. sleep(0.15)
  12. rs.setBundledOutput("top",colors.combine(rs.getBundledOutput("top"),colors.lime))
  13. rs.setBundledOutput("top",colors.subtract(rs.getBundledOutput("top"),colors.magenta))
  14. sleep(0.15)
  15. rs.setBundledOutput("top",colors.subtract(rs.getBundledOutput("top"),colors.lime))
  16. rs.setBundledOutput("top",colors.subtract(rs.getBundledOutput("top"),colors.orange))
  17. sleep(0.15)
  18. rs.setBundledOutput("top",colors.subtract(rs.getBundledOutput("top"),colors.pink))
  19. rs.setBundledOutput("top",colors.subtract(rs.getBundledOutput("top"),colors.white))
  20. sleep(0.15)
  21. rs.setBundledOutput("top",colors.combine(rs.getBundledOutput("top"),colors.lime))
  22. rs.setBundledOutput("top",colors.subtract(rs.getBundledOutput("top"),colors.cyan))
  23. sleep(0.15)
  24. rs.setBundledOutput("top",colors.subtract(rs.getBundledOutput("top"),colors.lightGray))
  25. sleep(0.15)
  26. rs.setBundledOutput("top",colors.subtract(rs.getBundledOutput("top"),colors.lime))
  27.  
  28. sleep(5)
  29.  
  30. rs.setBundledOutput("top",colors.combine(rs.getBundledOutput("top"),colors.pink))
  31. sleep(0.15)
  32. rs.setBundledOutput("top",colors.subtract(rs.getBundledOutput("top"),colors.pink))
  33. rs.setBundledOutput("top",colors.combine(rs.getBundledOutput("top"),colors.yellow))
  34. sleep(0.15)
  35. rs.setBundledOutput("top",colors.combine(rs.getBundledOutput("top"),colors.lightBlue))
  36. rs.setBundledOutput("top",colors.combine(rs.getBundledOutput("top"),colors.gray))
  37. sleep(0.15)
  38. rs.setBundledOutput("top",colors.combine(rs.getBundledOutput("top"),colors.magenta))
  39. sleep(0.15)
  40. rs.setBundledOutput("top",colors.combine(rs.getBundledOutput("top"),colors.orange))
  41. sleep(0.15)
  42. rs.setBundledOutput("top",colors.combine(rs.getBundledOutput("top"),colors.white))
  43. sleep(0.15)
  44. rs.setBundledOutput("top",colors.combine(rs.getBundledOutput("top"),colors.cyan))
  45. sleep(0.15)
  46. rs.setBundledOutput("top",colors.combine(rs.getBundledOutput("top"),colors.lightGray))
  47. sleep(0.15)
  48. rs.setBundledOutput("top",colors.combine(rs.getBundledOutput("top"),colors.lime))
  49. sleep(1)
  50. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement