Skip to content

Commit

Permalink
Update kitchen_plate.md, potion_mixing.md, laboratory_minecarts.md, s…
Browse files Browse the repository at this point in the history
…ludge_bridge.md
  • Loading branch information
neonerz committed Aug 26, 2022
1 parent 97e9802 commit 2d86c39
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kitchen_plate.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
The silly zombie chef gave everyone the wrong meals! Search the kitchen for the menu and make sure everyone ends up with the correct meals.

#### ~ tutorialhint
Use the ``||hoc22.swap <color> side||`` blocks two swap the dishes until everyone has their correct meals. The minimum amount of swaps required is three.
Use the ``||hoc22.swap <color> side||`` blocks to swap the dishes until everyone has their correct meals. The minimum amount of swaps required is three.

```ghost
hoc22.dinnerTableSwapGreen()
Expand Down
4 changes: 2 additions & 2 deletions laboratory_minecarts.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
# Minecart Redirection

## Step 1
The mobs need to be sorted into the right spaces! Look at the mobs currently waiting to be sorted and make sure the code sorts them in the right order.
The mobs need to be sorted into the right passageways! Look at the mobs currently waiting to be sorted and make sure the code sorts them in the right order.

#### ~ tutorialhint
The sorting tool with sort the mobs first from right to left. Count the mobs that are waiting from right to left and sort them correctly from top to bottom using the correct mob blocks.
Use the ``||hoc22.sort||`` blocks to send the mobs to the correct passageways. They will be released from right to left, so make sure you order them correctly in your code.



Expand Down
2 changes: 1 addition & 1 deletion potion_mixing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
This looks like I can make something! Maybe there is an ingredients list somewhere in this room that can help me?

#### ~ tutorialhint
You'll need one ``||hoc22.Nether Wart||``, ``||hoc22.Phantom Membrane||``, and ``||hoc22.Fermented Spider Eye||``. Summon each one at a time and knock it into the correct hole in the correct order to create the potion.
You'll need one ``||hoc22.Nether Wart||``, ``||hoc22.Phantom Membrane||``, and ``||hoc22.Fermented Spider Eye||``. Locate the order that the ingredients need to be added and then knock them into the correct hole as they are summoned when you run your code.



Expand Down
2 changes: 1 addition & 1 deletion sludge_bridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Bridge Builder

## Step 1
Use your cursor to build a bridge that can help the crate minion reach the button! A path up will appear once the crate minion has pressed the button.
Use your cursor to build a bridge that can help the crate minion reach the button! A staircase up will appear once the crate minion has pressed the button.

#### ~ tutorialhint
Use the ``||hoc22.cursor move <direction>||`` block combined with ``||hoc22.place block||`` blocks to create a bridge to the button. The crate minion will walk to the button and press it once a bridge has been built for them.
Expand Down

0 comments on commit 2d86c39

Please sign in to comment.