Skip to content
This repository was archived by the owner on Nov 3, 2024. It is now read-only.

The mcb CLI

SnaveSutit edited this page Nov 24, 2020 · 2 revisions

Running just mcb in your datapack's folder will build the entire project once, and then wait for file changes and build newly changed files automatically.

Arguments

mcb -build

Builds the entire project once and exits.

mcb -config js|json

Creates a default config file of the given type

mcb -offline

Prevents the update check allowing you to run mcb while disconnected from the internet

mcb add lang <language>

Adds the given language to the project if it exists

Clone this wiki locally