Skip to content

Community add-on for BAO private community server

License

Notifications You must be signed in to change notification settings

Bedrock-Add-Ons/The-Bedrock-Add-On

Repository files navigation

This add-on is designed and maintained by a small group of contributors and community members of the Bedrock Add-Ons Discord server. The add-on will eventually be applied to a private community Minecraft server.

Contributing

Please read the associated contribution guidelines before beginning work on any features.

Running with Regolith

Regolith

Copy the files into the development folders once

regolith run

Copy the files into the development folders in watch mode

regolith run

Running with the bridge. dash compiler

Requires deno to be installed.

Install the bridge dash compiler

deno task install_dash

Copy the files into the development folders once

deno task build

Copy the files into the development folders in watch mode

deno task watch