Skip to main content

Creating your own extension: tutorials?

Comments

4 comments

  • Łukasz Zaraska

    Sure, creating add-ons is fairly easy. You need a little knowledge of typeScript, it depends on what exactly you want to get. An example of what I think you wanted.

    result

    read here: https://makecode.microbit.org/blocks/custom

    0
  • Marine Bocquet

    Hey thanks for the answer, but it's not quite what I meant. I didn't explain it very well, it's my bad, but I meant, typeScript is the language, but minecraft specific 'vocabulary' in typeScript, is there any place where I can find that?

    Like, in the exemple, you knew that to get the dropdown for a block choice, the typeScript syntax was block:Block.
    Or to set the block, the syntax is blocks.place.

    But for other minecraft actions, events, etc, is there any place, any website, any documents where I can find that?

    I had already found the link from microbits on how to create custom blocks etc, but I'm missing the minecraft specific syntax documentation. That's what I can't find.

    0
  • Łukasz Zaraska

    I get all my knowledge from the functions that were created by the developers and I try to deduce how something works, especially from the sims.d.ts file and other

    And see it: https://makecode.com/defining-blocks

    0
  • Chelsi Goliath

    Thank you for sharing, this helped me

    0

Please sign in to leave a comment.