SHOW:
|
|
- or go back to the newest paste.
1 | { | |
2 | { | |
3 | - | 1, |
3 | + | 5, |
4 | - | 2, |
4 | + | 5, |
5 | - | 3, |
5 | + | 5, |
6 | - | 4, |
6 | + | 5, |
7 | }, | |
8 | true, | |
9 | 5, | |
10 | - | "front", |
10 | + | "bottom", |
11 | } | |
12 | - | |
12 | + | |
13 | --[[ | |
14 | - | |
14 | + | |
15 | This is just a explanation of the code above with | |
16 | standard codes. | |
17 | - | |
17 | + | |
18 | { | |
19 | { | |
20 | - | 1, --This is the code that you have to type in |
20 | + | 1, --This is the code that you have to type in |
21 | - | 2, --on the monitor. This can be up to 11 numbers |
21 | + | 2, --on the monitor. This can be up to 11 numbers |
22 | - | 3, --long, just add a new number below the number 4 |
22 | + | 3, --long, just add a new number below the number 4 |
23 | - | 4, --and you are good to go. |
23 | + | 4, --and you are good to go. |
24 | }, | |
25 | - | true, --This is an option to make the system auto reset. true/false |
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) |
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. |
27 | + | "front", --This is the redstone output side. front/left/right/top/bottom. |
28 | } | |
29 | - | ]] |
29 | + | ]] |
30 |