Skip to content

Commit

Permalink
Merge pull request #28 from CausewayDigital/master
Browse files Browse the repository at this point in the history
Add build area images for computing with minecraft lesson 3
  • Loading branch information
gbaman authored Mar 31, 2022
2 parents f871c8b + e1777f4 commit 0114ce5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Binary file added computing/unit-2/build_area.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added computing/unit-2/example_house.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions computing/unit-2/lesson-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
# Lesson 3: Code a Row of Houses

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

## Step 2
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||``.
Expand Down Expand Up @@ -59,8 +61,8 @@ The last coordinates are relative to your player, so your player will become the
``` blocks
player.onChat("clone_here.", function () {
blocks.clone(
world(42, 70, -452),
world(34, 77, -446),
world(67, 69, -544),
world(73, 77, -551),
pos(0, 0, 0),
CloneMask.Replace,
CloneMode.Normal
Expand Down

0 comments on commit 0114ce5

Please sign in to comment.