Skip to content

Commit 0114ce5

Browse files
authored
Merge pull request #28 from CausewayDigital/master
Add build area images for computing with minecraft lesson 3
2 parents f871c8b + e1777f4 commit 0114ce5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

computing/unit-2/build_area.png

422 KB
Loading

computing/unit-2/example_house.png

307 KB
Loading

computing/unit-2/lesson-3.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
# Lesson 3: Code a Row of Houses
44

55
## Step 1
6-
Manually build the house to your design specification. Do this in a space you will not otherwise be using.
6+
Manually build the house to your design specification. Do this in the designated construction zone, marked by yellow and black wool.
7+
![](build_area.png)
8+
![](example_house.png)
79

810
## Step 2
911
Rename the **run** element of the ``||Player:on chat command||`` block to **clone_here**. Drag a ``||Blocks:clone from||`` code block to your ``||Player:on chat command||``.
@@ -59,8 +61,8 @@ The last coordinates are relative to your player, so your player will become the
5961
``` blocks
6062
player.onChat("clone_here.", function () {
6163
blocks.clone(
62-
world(42, 70, -452),
63-
world(34, 77, -446),
64+
world(67, 69, -544),
65+
world(73, 77, -551),
6466
pos(0, 0, 0),
6567
CloneMask.Replace,
6668
CloneMode.Normal

0 commit comments

Comments
 (0)