Skip to content

mbler docsdocs of github@RuanhoR/mbler

mbler is a build tool in minecraft bedrock (The default language of the document is English)

Introduction

A Node.js package for the Minecraft JavaScript API, making add-on version management easier.

Installation

Make sure you have the following tools installed:

  • Node.js and npm
  • Git
bash
git clone https://gitee.com/n304sc-haoran/mbler.git
cd mbler
npm install
npm link # If it fails, please run bash install.sh

After successful installation, you can use it directly:

bash
# Get version
mbler -v

Initialize directory configuration files

bash
mbler -c <project-path>
mbler init

** For details, see: Documentation **

Publishing Platforms

GitHub
Gitee