SHOW:
|
|
- or go back to the newest paste.
1 | shell.run("clear") | |
2 | - | print("64 Fackeln in Slot 1, ") |
2 | + | print("Strip V2 (C) luxtracon 2022") |
3 | - | print("Cobblestone/Erde in Slot 2.") |
3 | + | |
4 | print("Please put torches in slot 1.") | |
5 | - | print("Die Turtle bgeinnt in 5 Sekunden!") |
5 | + | print("Please put filler material in slot 2.") |
6 | - | sleep(5.5) |
6 | + | |
7 | print("The turtle will start in 5 seconds.") | |
8 | sleep(5) | |
9 | for j=1,64 do | |
10 | for i=1,3 do | |
11 | turtle.dig() | |
12 | os.sleep(0.5) | |
13 | while turtle.detectDown()==false do | |
14 | turtle.select(2) | |
15 | turtle.placeDown() | |
16 | end | |
17 | while turtle.detect()==true do | |
18 | turtle.dig() | |
19 | os.sleep(0.5) | |
20 | end | |
21 | turtle.forward() | |
22 | turtle.digUp() | |
23 | os.sleep(0.5) | |
24 | while turtle.detectDown()==false do | |
25 | turtle.select(2) | |
26 | turtle.placeDown() | |
27 | end | |
28 | while turtle.detectUp()==true do | |
29 | turtle.digUp() | |
30 | os.sleep(0.5) | |
31 | end | |
32 | end | |
33 | turtle.back() | |
34 | turtle.select(1) | |
35 | turtle.placeUp() | |
36 | - | for i=1,5 do |
36 | + | |
37 | turtle.turnRight() | |
38 | for i=1,4 do | |
39 | turtle.dig() | |
40 | os.sleep(0.5) | |
41 | while turtle.detectDown()==false do | |
42 | turtle.select(2) | |
43 | turtle.placeDown() | |
44 | end | |
45 | while turtle.detect()==true do | |
46 | turtle.dig() | |
47 | os.sleep(0.5) | |
48 | end | |
49 | turtle.forward() | |
50 | turtle.digUp() | |
51 | os.sleep(0.5) | |
52 | while turtle.detectDown()==false do | |
53 | turtle.select(2) | |
54 | turtle.placeDown() | |
55 | end | |
56 | while turtle.detectUp()==true do | |
57 | turtle.digUp() | |
58 | os.sleep(0.5) | |
59 | end | |
60 | end | |
61 | - | for i=1,5 do |
61 | + | |
62 | turtle.turnLeft() | |
63 | for i=1,4 do | |
64 | - | for i=1,5 do |
64 | + | |
65 | end | |
66 | for i=1,4 do | |
67 | turtle.dig() | |
68 | os.sleep(0.5) | |
69 | while turtle.detectDown()==false do | |
70 | turtle.select(2) | |
71 | turtle.placeDown() | |
72 | end | |
73 | while turtle.detect()==true do | |
74 | turtle.dig() | |
75 | os.sleep(0.5) | |
76 | end | |
77 | turtle.forward() | |
78 | turtle.digUp() | |
79 | os.sleep(0.5) | |
80 | while turtle.detectDown()==false do | |
81 | turtle.select(2) | |
82 | turtle.placeDown() | |
83 | end | |
84 | while turtle.detectUp()==true do | |
85 | turtle.digUp() | |
86 | os.sleep(0.5) | |
87 | end | |
88 | end | |
89 | - | for i=1,5 do |
89 | + | |
90 | turtle.turnLeft() | |
91 | for i=1,4 do | |
92 | turtle.forward() | |
93 | end | |
94 | turtle.turnLeft() | |
95 | end |