Making a Datapack using MC Build. Tutorial.

Sdílet
Vložit
  • čas přidán 18. 04. 2022
  • MCBUILD:
    mcbuild.dev/
    Download the Template datapack:
    www.dropbox.com/s/9dcxl4426b9...
    Discord Link:
    / discord
    Join our Patron server by supporting us on Patreon:
    Get exclusive datapack updates and entire packs.
    / wasd_build_team
    Learn about all the donation perks:
    wasdbuildteam.website/donate/
    *My Favorite Minecraft Server Host*
    bisecthosting.com/WASD
    Use Code "WASD" for 25% off your first month!
  • Hry

Komentáře • 40

  • @marcorito
    @marcorito Před 5 měsíci

    This is a game changer for my datapacks, bye bye to repetition! Thanks, very clear video!

    • @WASDBuildTeam
      @WASDBuildTeam  Před 5 měsíci

      Thanks!
      This tool has been SO valuable for me, hopefully you get the same use out of it!

  • @raky4045
    @raky4045 Před 2 lety +3

    great video!
    btw, could you tell me which vscode extensions you are using?
    i have data pack helper plus and language-mc function installed, but vscode is still not "suggesting" keywords for .mc files. Do you know what i'm missing?

    • @WASDBuildTeam
      @WASDBuildTeam  Před 2 lety +3

      Yeah, so, in the bottom left a .my file probably says Plain Text. If you click on that you can set the language type to mcfunction

    • @raky4045
      @raky4045 Před 2 lety

      @@WASDBuildTeam it worked! Thank you.
      Also, where should I start with commands? I think these datapack tutorials are great, but I'm still unfamiliar with commands, so I'm unable to freely code with execute commands. Is there a particular tutorial resource you recommend? Thanks!

    • @raky4045
      @raky4045 Před 2 lety

      @@WASDBuildTeam tysm!! It worked like a dream. Do you have plans on making more datapack videos?

    • @WASDBuildTeam
      @WASDBuildTeam  Před 2 lety

      @@raky4045 yes! Many

  • @nimmeo4907
    @nimmeo4907 Před 2 lety

    At First i thought, this wasnt useful at all, but itactually is so uselfull. Ty

    • @WASDBuildTeam
      @WASDBuildTeam  Před 2 lety +1

      Yes! Took me literally 10 or 20 hours to really find it useful, but now it is so good!

  • @Dynocation
    @Dynocation Před rokem +1

    I feel like you skipped a step. The datapack isn't working for me and I followed everything exactly. It doesn't run the block thing at all. :c

  • @califonac13
    @califonac13 Před 2 lety

    But what if I use predicates or advancements or recipes. How can I create in the file predicates folder or write in the code, if I do this as usual the mc file does not recognize the predicates.

    • @WASDBuildTeam
      @WASDBuildTeam  Před 2 lety

      Those all would need to be made as normal. MCB is only for functions.

  • @Hexasan
    @Hexasan Před 2 lety

    Is there a syntax highlighting plugin for it, it kinda looks bad with all the errors in ths video

    • @WASDBuildTeam
      @WASDBuildTeam  Před 2 lety

      I’m using a syntax highlighting plug-in, yes. It just isn’t a fan of the extra brackets

  • @Wipponymouse
    @Wipponymouse Před 2 lety +1

    Wow I like coding your the best I am playing minecraft to.

  • @Rignchen
    @Rignchen Před 2 lety +1

    7:24 that you can do it with just the extension "datapack helper plus" on vsc

    • @WASDBuildTeam
      @WASDBuildTeam  Před 2 lety

      Interesting. I did not know that. Honestly though, the auto generated blocks are probably the best MCB feature.

    • @Rignchen
      @Rignchen Před 2 lety

      @@WASDBuildTeam yea that looks cool

    • @Rignchen
      @Rignchen Před rokem

      to do it with datapack helper plus, write "function namespace:path/function" for a function who doesn't exist, click the lamp on the left and press "create that fonction"

  • @benjamisamad1799
    @benjamisamad1799 Před 2 lety

    how do i get the random sowrd pack

  • @YoheiKung
    @YoheiKung Před 7 měsíci

    'mcb' is not recognized as an internal or external command,
    operable program or batch file.
    How to fix?

    • @WASDBuildTeam
      @WASDBuildTeam  Před 7 měsíci

      I would assume that means that Mc-build isn't installed. Make sure to follow the steps on their website.

    • @YoheiKung
      @YoheiKung Před 7 měsíci

      @@WASDBuildTeam i try reinstall and it working thanks

  • @PixelPacks
    @PixelPacks Před 3 měsíci

    what plugins do you use in visual studio code

    • @WASDBuildTeam
      @WASDBuildTeam  Před 3 měsíci

      Data Pack Helper Plus

    • @PixelPacks
      @PixelPacks Před 3 měsíci

      It doesnt work in the .mc file

    • @WASDBuildTeam
      @WASDBuildTeam  Před 3 měsíci

      @@PixelPacks It does. In the bottom right of VS code, there is a button to select which language to use (Data Pack Helper Plus doesn't realize .mc should work). Right now the button probably says "Plain Text". Click that and select MCFunction from the list

  • @Will_-it3mh
    @Will_-it3mh Před 2 měsíci

    18:40 chevrons

  • @raywhitehead2162
    @raywhitehead2162 Před rokem

    Npm isnt working for me

  • @AdolfThePlatypus
    @AdolfThePlatypus Před 9 měsíci

    omg it turned into python

  • @gamedash4326
    @gamedash4326 Před 2 lety

    ah fun mcb is best

  • @Cheddarish
    @Cheddarish Před 2 lety

    me when i code with textedit

  • @Rozh1428
    @Rozh1428 Před 2 lety

    First

  • @tidallord
    @tidallord Před 7 měsíci

    Eyyy it didn't worked. Bruh it's outdated

  • @NightscaleAstrum
    @NightscaleAstrum Před 2 lety +1

    How do you get the auto complete thing? Mine only works with .mcfunction ‘s

    • @WASDBuildTeam
      @WASDBuildTeam  Před 2 lety +1

      I'm using the Datapack Helper Plus extension in Visual Studio Code. However, if you open the .mc file for MCB, in the bottom left by default it says "plain text". If you click on this you can change the default language to .mcfunction.

    • @NightscaleAstrum
      @NightscaleAstrum Před 2 lety +1

      @@WASDBuildTeam That works but now the functions are errors, how do I fix that?

    • @WASDBuildTeam
      @WASDBuildTeam  Před 2 lety +1

      @@NightscaleAstrum Unfortunately... you don't.