Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 689 Bytes

potion_vent.md

File metadata and controls

27 lines (19 loc) · 689 Bytes

@flyoutOnly true

@hideIteration true

@explicitHints true

Vent

Step 1

Move the clay ball through the vent in order to reach the next section.

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.clay ball move <direction> by <number>|| block to move the clay ball through the vent.

    hoc22.clayBallMove(FourDirectionUpDown.Up, 1)
    hoc22.clayBallMove(FourDirectionUpDown.Right, 2)  
    hoc22.clayBallMove(FourDirectionUpDown.Left, 2)     
minecraft-hoc22=github:ReWrite-Media/hoc22-ts