-
Notifications
You must be signed in to change notification settings - Fork 0
README
This folder holds the source for the Blockpal GitHub Wiki. Editing the wiki by hand in GitHub's UI is fine for quick fixes, but the canonical copy lives here so it's versioned alongside the code and reviewed in pull requests.
A GitHub Action (.github/workflows/wiki.yml) pushes
the contents of this folder to the wiki repository automatically whenever something
in wiki/** changes on the main branch. You don't have to copy anything by hand.
The GitHub wiki is a separate git repository that only exists once the wiki has been initialised. Do this once:
- Open the repo on GitHub → Settings → Features and make sure Wikis is enabled.
- Go to the Wiki tab and click Create the first page — save any placeholder text (the sync will overwrite it).
- Make sure Actions are allowed to write to the repo: Settings → Actions → General → Workflow permissions → Read and write permissions.
After that, every push to main that touches wiki/** republishes the wiki.
GitHub wikis map a file like Developer-Menu.md to the page URL
…/wiki/Developer-Menu and the title Developer Menu (hyphens become spaces).
Special files:
| File | Role |
|---|---|
Home.md |
Wiki landing page |
_Sidebar.md |
Navigation sidebar shown on every page |
_Footer.md |
Footer shown on every page |
Internal links use the page name without extension, e.g. [Commands](Commands).
If you'd rather not use the Action, clone the wiki repo and copy the files in:
git clone https://github.com/MilkdromedaStudios/Blockpal-AI.wiki.git
cp wiki/*.md Blockpal-AI.wiki/
cd Blockpal-AI.wiki
git add . && git commit -m "Update wiki" && git pushBlockpal — a Minecraft Fabric AI companion mod · default companion Ethan · Report an issue · MIT License
Start here
Using the mod
- Commands
- Talking to Your Assistant
- Client-Side Assistant
- Possession Mode
- Voice
- Settings
- Performance Presets
- Custom Skins
- Personalities
- Trust & Per-Bot Management
- Running Commands
- AI Actions
- Vision & Code
- PVT — learning by watching
- Speed & Combat
- Bedrock (Geyser)
- Bedrock Add-On (single-player)
Multiplayer & games
AI providers
- MCP server (Claude/ChatGPT/Grok/Gemini)
- Local AI on your GPU
- Local & Player2 AI
- Per-Player Keys & Models
Admin & safety
Reference