-
Documentation scraper for the Minecraft: Bedrock Edition documentation.
-
This tool can be run on Minecraft base-game files, including the hosted Vanilla Behaviour Pack files, or those pulled from the
.apk
.
git clone https://github.com/Bedrock-OSS/bedrock-harvester.git
cd ./..
pip install -r requirements.txt
python ./main.py
- Output will go into the
output
folder. The output is in the markdown, and can be rendered on a site like Jekyll, or using a previewer.
- PRs and contributions are welcome. It's a hacky little tool for use on the wiki. If you want to make it less terrible, be my guest :)