Skip to content

Commit 100b23c

Browse files
authored
quick edit
1 parent 3923ec1 commit 100b23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/lesson2/activity3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ blocks.block_with_data(GRASS_BLOCK, 0)
88
```
99

1010
## Step 1
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.
11+
Write some code to construct a whole staircase, out of **brick blocks** (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.
1212

1313
### ~ tutorialhint
1414
Look at the walls to see the east, west, north and south directions.

0 commit comments

Comments
 (0)