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
- Host: GitHub
- URL: https://github.com/frederoxdev/bedrock-modding-wiki
- Owner: FrederoxDev
- Created: 2023-06-02T08:51:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-11-10T21:52:37.000Z (7 months ago)
- Last Synced: 2025-11-10T23:29:31.613Z (7 months ago)
- Homepage: https://frederoxdev.github.io/Bedrock-Modding-Wiki/
- Size: 3.97 MB
- Stars: 49
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.