An open API service indexing awesome lists of open source software.

https://github.com/frederoxdev/bedrock-modding-wiki

📚A guide to modding Minecraft Bedrock Edition with c++ mods
https://github.com/frederoxdev/bedrock-modding-wiki

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://nodejs.org/en/download/)

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`.