Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.
/ mcbuild Public archive

mc-build, a cli to allow building files into a datapack

License

Notifications You must be signed in to change notification settings

IanSSenne/mcbuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS REPO HAS MOVED TO HERE AND WILL NOT BE MAINTAINED.

FOR MORE INFO ABOUT MC-BUILD YOU CAN VISIT THE SITE HERE

MCB Banner

need help?

feel free to come ask for help in the mc-build discord https://discord.gg/kpGqTDX.

mc-build

mc-build is a cli tool that helps with the creation of data packs through compiling a custom format to functions. the cli by default ships with just the mc language although you can add more languages by putting them in the lang folder in your project root.

cli

command result
mcb will build the project in the active directory
mcb -config [js,json] generate a config file based on the default configs of all loaded languages.
mcb -build will cause mc-build to run a single build of the project and then exit, also sets the build flag in the js config to true

installation

prerequisites

mc-build runs on nodejs, if you don't already have it you can get it at https://nodejs.org

yarn

$ yarn global add mc-build

npm

$ npm i -g mc-build

documentation

https://www.notion.so/mc-build-docs-aefab309c8d3492982296abbb1853826

I as well as the mc-build project am not affiliated with Mojang in any way.

About

mc-build, a cli to allow building files into a datapack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published