From 768e33d76a4309d61b77499e25d8f2635200989e Mon Sep 17 00:00:00 2001 From: neonerz Date: Thu, 22 Oct 2020 01:37:56 -0400 Subject: [PATCH] Update ball.md, beets.md, farming.md, fishing.md, rails.md, ravager.md --- ball.md | 2 +- beets.md | 8 +++++--- farming.md | 8 ++++++-- fishing.md | 4 +++- rails.md | 2 +- ravager.md | 4 +++- 6 files changed, 19 insertions(+), 9 deletions(-) diff --git a/ball.md b/ball.md index 780dbe9..444132b 100644 --- a/ball.md +++ b/ball.md @@ -19,5 +19,5 @@ Use the ``||hoc2020:agent move||`` block to climb **up** the wall and ``||hoc202 \\ ``` ```package -hoc2020-ts=github:neonerz/hoc2020-ts +hoc2020-ts=github:rewrite-media/hoc2020-ts ``` diff --git a/beets.md b/beets.md index 79bbf53..f6aba53 100644 --- a/beets.md +++ b/beets.md @@ -8,15 +8,17 @@ Something keeps getting into the garden and taking beets. Have the Agent build a fence around the farm to keep out whatever is doing it. #### ~ tutorialhint -Use the ``||hoc2020:place fence||`` block to move forward while placing fences behind the Agent. +Use the ``||hoc2020:move and place||`` block to move the Agent forward while placing fences behind. + +The ``||hoc2020:turn agent||`` block will turn the Agent either left or right. ```ghost - hoc2020.buildFence(1) + hoc2020.buildFence() hoc2020.turnAgent() ``` ```template \\ ``` ```package -hoc2020-ts=github:neonerz/hoc2020-ts +hoc2020-ts=github:rewrite-media/hoc2020-ts ``` \ No newline at end of file diff --git a/farming.md b/farming.md index 769b261..1254944 100644 --- a/farming.md +++ b/farming.md @@ -8,7 +8,11 @@ The villagers agreed to teach the illagers how to farm, but first they need farmland setup. Have the Agent replace the gravel pad with farmland. #### ~ tutorialhint -Use the ``||hoc2020:prepare soil||`` block to move forward while replacing the gravel with tilled soil. +Use the ``||hoc2020:prepare soil||`` block to move the Agent forward while replacing the gravel with tilled soil. + +The ``||hoc2020:turn agent||`` block will turn the Agent either left or right. + + ```ghost hoc2020.tillSoil(1) @@ -18,5 +22,5 @@ Use the ``||hoc2020:prepare soil||`` block to move forward while replacing the g \\ ``` ```package -hoc2020-ts=github:neonerz/hoc2020-ts +hoc2020-ts=github:rewrite-media/hoc2020-ts ``` \ No newline at end of file diff --git a/fishing.md b/fishing.md index 7751795..9c3891d 100644 --- a/fishing.md +++ b/fishing.md @@ -10,6 +10,8 @@ Build the frame of a dock that's 6 blocks long and 4 blocks wide. #### ~ tutorialhint Use the ``||hoc2020:move and place||`` block to move forward and then place a wood plank under the Agent. +The ``||hoc2020:turn agent||`` block will turn the Agent either left or right. + ```ghost hoc2020.placePlanks() hoc2020.turnAgent() @@ -18,5 +20,5 @@ Use the ``||hoc2020:move and place||`` block to move forward and then place a wo \\ ``` ```package -hoc2020-ts=github:neonerz/hoc2020-ts +hoc2020-ts=github:rewrite-media/hoc2020-ts ``` \ No newline at end of file diff --git a/rails.md b/rails.md index a72adbf..a883ebf 100644 --- a/rails.md +++ b/rails.md @@ -18,5 +18,5 @@ Use the ``||hoc2020:place rail||`` block to place a rail under the Agent and the \\ ``` ```package -hoc2020-ts=github:neonerz/hoc2020-ts +hoc2020-ts=github:rewrite-media/hoc2020-ts ``` \ No newline at end of file diff --git a/ravager.md b/ravager.md index 66e136e..6afef33 100644 --- a/ravager.md +++ b/ravager.md @@ -10,6 +10,8 @@ The villagers are scared of ravagers. Help them get over their bias by allowing #### ~ tutorialhint Use the ``||hoc2020:lead ravager||`` block to have the ravager follow the Agent. +The ``||hoc2020:turn agent||`` block will turn the Agent either left or right. + ```ghost hoc2020.leadRavager() hoc2020.turnAgent() @@ -18,5 +20,5 @@ Use the ``||hoc2020:lead ravager||`` block to have the ravager follow the Agent. \\ ``` ```package -hoc2020-ts=github:neonerz/hoc2020-ts +hoc2020-ts=github:rewrite-media/hoc2020-ts ``` \ No newline at end of file