-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPraticando com Minecraft - Hora do Código.txt
126 lines (125 loc) · 2.48 KB
/
Praticando com Minecraft - Hora do Código.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
Código movimentos:
turnLeft();
for (var count = 0; count < 2; count++) {
moveForward();
}
for (var count2 = 0; count2 < 2; count2++) {
destroyBlock();
moveForward();
}
turnRight();
destroyBlock();
moveForward();
turnRight();
for (var count3 = 0; count3 < 4; count3++) {
moveForward();
}
turnLeft();
for (var count4 = 0; count4 < 2; count4++) {
moveForward();
}
turnRight();
destroyBlock();
placeTorch();
for (var count5 = 0; count5 < 3; count5++) {
moveForward();
}
placeTorch();
turnRight();
for (var count6 = 0; count6 < 2; count6++) {
moveForward();
}
turnLeft();
for (var count7 = 0; count7 < 3; count7++) {
moveForward();
}
turnRight();
for (var count8 = 0; count8 < 4; count8++) {
ifBlockAhead("", function() {
placeBlock("bricks");
});
moveForward();
}
for (var count9 = 0; count9 < 2; count9++) {
moveForward();
}
turnLeft();
for (var count10 = 0; count10 < 3; count10++) {
ifBlockAhead("lava", function() {
placeBlockAhead("stone");
});
moveForward();
}
turnRight();
moveForward();
for (var count11 = 0; count11 < 3; count11++) {
destroyBlock();
moveForward();
}
turnRight();
destroyBlock();
moveForward();
turnRight();
destroyBlock();
turnLeft();
moveForward();
ifBlockAhead("lava", function() {
placeBlockAhead("stone");
});
moveForward();
turnRight();
for (var count12 = 0; count12 < 3; count12++) {
ifBlockAhead("lava", function() {
placeBlockAhead("stone");
});
moveForward();
}
turnLeft();
for (var count13 = 0; count13 < 10; count13++) {
moveForward();
}
ifBlockAhead("water", function() {
placeBlockAhead("planksAcacia");
});
for (var count14 = 0; count14 < 3; count14++) {
moveForward();
}
turnRight();
shear();
for (var count15 = 0; count15 < 2; count15++) {
turnLeft();
}
moveForward();
turnRight();
shear();
for (var count16 = 0; count16 < 2; count16++) {
turnLeft();
}
moveForward();
turnRight();
shear();
for (var count17 = 0; count17 < 2; count17++) {
turnRight();
}
for (var count18 = 0; count18 < 7; count18++) {
moveForward();
}
placeBlockAhead("dirtCoarse");
turnRight();
ifBlockAhead("water", function() {
placeBlockAhead("planksAcacia");
});
for (var count19 = 0; count19 < 6; count19++) {
moveForward();
}
placeTorch();
for (var count20 = 0; count20 < 3; count20++) {
moveForward();
}
placeTorch();
turnLeft();
for (var count21 = 0; count21 < 2; count21++) {
moveForward();
}
turnLeft();
moveForward();