Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 858 Bytes

potion_mixing.md

File metadata and controls

29 lines (21 loc) · 858 Bytes

@flyoutOnly true

@hideIteration true

@explicitHints true

Potion Mixing

Step 1

This looks like I can make something! Maybe there is an item list somewhere in this room that can help me?

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

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 code them to be dropped in that order.

    hoc22.mixingPuzzleNetherWart()
    hoc22.mixingPuzzlePhantomMembrane()
    hoc22.mixingPuzzleSpiderEye()
    hoc22.mixingPuzzleNetherWart()
    hoc22.mixingPuzzlePhantomMembrane()    
minecraft-hoc22=github:sae220/hoc22-ts