Skip to main content

minecraft tutorial does not have all the dependencies that are usually in the toolbox

Comments

4 comments

  • Moderator Beacon of Knowledge Super Star

    I am really excited to see the tool you are using! How wonderful!

    When I went there, the default was not set to Minecraft - released/ Education.

    I am trying it out now!

     

    1
  • Debbie Alexander
    Moderator Beacon of Knowledge Super Star

    I have spent some time looking at this. I do not see how to change what blocks are visible.

    I tried, but only "loops" and what you show are working for me, as well. Let me know if you find a breakthrough!

    Here is the blocks markup language, but not for Minecraft:

    https://makecode.com/writing-docs/tutorials/basics

    ***update*** Progress! I cannot get rid of the existing "start" blocks, but I added my own! (the three ``` backticks around the blocks are hard to see!!!)

    # My Tutorial
    ```blocks
    player.say(":)")
    player.onTravelled(WALK, function () {
        
    })
    ```
    ## Step 1
    How to make a text message whenever you jump!
    From the player drawer, get the on player command.
    Change the on player command from walk to jump


    ## Step 2

    In the player drawer, get a say command, and add it to the on player command.
    Change it to your own message.

    ## Step 3

    Run your code and try jumping.
    Congratulations, you did it!
     
    1
  • Moderator Beacon of Knowledge Super Star

    Success! I think I have it! YEN-RU CHEN

    Here is a link to the tutorial:

    https://minecraft.makecode.com/#tutorial:12574-63655-25097-84303

    And here is the tutorial code itself. The 3 back-ticks around the template and blocks cannot be easily seen in this code block, but here is a link to a description of them: https://makecode.com/writing-docs/macros

    # My Tutorial
    ```template
    player.onTravelled(WALK, function () {
        
    })
    ```
    ```blocks
    player.say(":)")
    player.onTravelled(WALK, function () {
        
    })
    ```
    ## Step 1
    How to make a text message whenever you jump!
    Change the on player command from walk to jump


    ## Step 2

    In the player drawer, get a say command.
    Add your own message to the on player command.

    ## Step 3

    Run your code and try jumping.
    Congratulations, you did it!
    1
  • Deborah Daniels

    I am desperate for help in creating tutorials.  Could you help me?  I  tried to host on github but I can't get it to work.  If you could respond to me here, I would love to connect and I'll send you my email or something.  Thanks

    0

Please sign in to leave a comment.