/Bedrock-Modding-Wiki

📚A guide to modding Minecraft Bedrock Edition with c++ mods

Bedrock Modding Wiki

A wiki page dedicated to reverse engineering and modding Minecraft Bedrock Edition

Contributors

All contributions to the wiki are incredibly appreciated

Building the Wiki locally

  1. To build the bedrock-modding-wiki locally, first ensure that you have installed NodeJS

  2. Once installed, run the command npm install to install the required packages.

  3. Finally to start the site locally, run the command npm run docs:dev.