Advertisement
dadragon84

config

Apr 30th, 2023 (edited)
704
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   {
  3.     5,  
  4.     5,
  5.     5,
  6.     5,
  7.   },
  8.   true,
  9.   5,
  10.   "bottom",
  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. ]]
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement