From d4c99e705019955eae2477f58275f83dcf4c99c6 Mon Sep 17 00:00:00 2001 From: neonerz Date: Fri, 7 Apr 2023 14:45:45 -0400 Subject: [PATCH] Update pxt.json, sludge_windy.md --- pxt.json | 2 +- sludge_windy.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pxt.json b/pxt.json index 9a62d3f..a50065c 100644 --- a/pxt.json +++ b/pxt.json @@ -51,7 +51,7 @@ "no_code.md" ], "targetVersions": { - "target": "1.6.27", + "target": "1.7.6", "targetId": "minecraft" }, "supportedTargets": [ diff --git a/sludge_windy.md b/sludge_windy.md index 2162875..a6f9fe5 100644 --- a/sludge_windy.md +++ b/sludge_windy.md @@ -11,7 +11,7 @@ Use your cursor to block the wind, so you can walk across the bridge. The included example code is broken, can you fix it? Debug the code by running it to see what it does and then edit it to the correct solution. #### ~ tutorialhint -Use the ``||hoc22.cursor move||`` blocks to position the cursor in front of the holes and then use ``||hoc22.place black||`` to fill the holes in to block the wind. +Use the ``||hoc22.cursor move||`` blocks to position the cursor in front of the holes and then use ``||hoc22.place block||`` to fill the holes in to block the wind.