There was an error while loading. Please reload this page.
Video Tutorial on installing mc-build (Credit - AncientKingg)
To install mc-build on a windows 10 device you must first install Node.js. Simply visit their site (nodejs.org) and download and run the installer.
Once node is finished installing open the windows command line and run this command: npm i -g mc-build
npm i -g mc-build
Tada! mc-build is now installed.
To create a mc-build datapack, simply navigate to your chosen world/datapacks folder, and create a new datapack folder.
world/datapacks
Then inside the datapack folder, create a src folder, and a pack.mcmeta file. (The pack.mcmeta is identical to a vanilla pack.mcmeta)
src
Then open a windows command prompt and navigate to your new datapack folder.
Once inside your datapack folder, run the command mcb.
mcb
That's it! Your datapack is now ready for development.
Open a command prompt and navigate to your datapack folder. Then:
mcb -config json
mcb -config js