A Node.js package for the Minecraft JavaScript API that makes version management of your add-ons easier.
Make sure you have the following tools installed:
git clone https://gitee.com/n304sc-haoran/mbler.git
cd mbler
npm install
npm linkAfter a successful installation, you can use it directly:
# Get version
mbler -vInitialize the directory configuration file:
mbler -c <project_path>
mber initFor more details, see: Documentation