Skip to content

Commit 3923ec1

Browse files
authored
Clearing up ambiguity of brick blocks
1 parent 253b085 commit 3923ec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/lesson2/activity3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ blocks.block_with_data(GRASS_BLOCK, 0)
88
```
99

1010
## Step 1
11-
Write some code to construct a whole staircase, out of **bricks**. You will need to change the **second** and **third** coordinate of the **second** parameter in all of the three `||blocks: place block at position||` commands. You will also need to update the data values in the `||blocks: block with data||` commands. Remember, each data value equals direction with stairs.
11+
Write some code to construct a whole staircase, out of **brick blocks** (brick_block). You will need to change the **second** and **third** coordinate of the **second** parameter in all of the three `||blocks: place block at position||` commands. You will also need to update the data values in the `||blocks: block with data||` commands. Remember, each data value equals direction with stairs.
1212

1313
### ~ tutorialhint
1414
Look at the walls to see the east, west, north and south directions.
1515
For data values:
1616
0 = W
1717
1 = E
1818
2 = N
19-
3 = S
19+
3 = S

0 commit comments

Comments
 (0)