Advertisement
Guest User

Untitled

a guest
Nov 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. {
  2. {
  3. 9,
  4. 8,
  5. 2,
  6. 4,
  7. },
  8. true,
  9. 5,
  10. "front",
  11. }
  12.  
  13. --[[
  14.  
  15. This is just a explanation of the code above with
  16. standard codes.
  17.  
  18. {
  19. {
  20. 1, --This is the code that you have to type in
  21. 2, --on the monitor. This can be up to 11 numbers
  22. 3, --long, just add a new number below the number 4
  23. 4, --and you are good to go.
  24. },
  25. true, --This is an option to make the system auto reset. true/false
  26. 5, --This is how long the system will wait before auto reset. (seconds)
  27. "front", --This is the redstone output side. front/left/right/top/bottom.
  28. }
  29. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement