Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 894 Bytes

kitchen_plate.md

File metadata and controls

29 lines (22 loc) · 894 Bytes

@flyoutOnly true

@hideIteration true

@explicitHints true

Plate Swap

Step 1

It seems the Zombie Chef gave everyone the wrong meal! Search the kitchen for the menu and make sure everyone ends up with the correct meal. You only need to add one block to the end of the debug code.

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.swap <color> side|| blocks to swap the dishes until everyone has their correct meals. The minimum amount of swaps required is three.

    hoc22.dinnerTableSwapGreen()
    hoc22.dinnerTableSwapBlue()
    hoc22.dinnerTableSwapYellow()
    hoc22.dinnerTableSwapRed()
    hoc22.dinnerTableSwapBlue()
    hoc22.dinnerTableSwapRed()
minecraft-hoc22=github:sae220/hoc22-ts