-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Blockpal is a Fabric mod for Minecraft 26.2. You need the Fabric Loader and Fabric API installed too.
| Step | Action |
|---|---|
| 1 | Open Blockpal on CurseForge and download the latest file |
| 2 | Copy the jar into your mods/ folder |
| 3 | Make sure Fabric Loader 0.19+ and Fabric API are also in mods/
|
| 4 | Launch Minecraft — run /ai summon to meet Ethan |
Every released version is also kept in the repo, which is handy for grabbing an older build. A few versions are only here and never made it onto CurseForge.
| Step | Action |
|---|---|
| 1 |
Browse builds/ and pick the blockpal-<version>.jar you want |
| 2 | Hit Download raw file (the download icon), then follow steps 2–4 above |
mods/
├── blockpal-3.1.0.jar ← this mod
├── fabric-api-0.152.2+26.2.jar
└── ...
Server install: drop the same jar into the server's
mods/folder alongside Fabric API. Players also need it client-side to open the settings screen.
See Building From Source for the full walkthrough.
git clone https://github.com/MilkdromedaStudios/Blockpal-AI.git
cd Blockpal-AI
./gradlew build # Linux / macOS
gradlew.bat build # WindowsOutput lands in build/libs/blockpal-<version>.jar.
| Mod version | Minecraft | Fabric Loader | Fabric API |
|---|---|---|---|
| 3.1.0 (latest) | 26.2 | 0.19.3+ | 0.152.2+ |
| 3.0.0 | 26.1.2 | 0.19.3+ | 0.151.0+ |
| 2.14.x | 26.1.2 | 0.19.3+ | 0.151.0+ |
| 2.13.x | 26.1.2 | 0.19.3+ | 0.151.0+ |
3.0.0 is the Blockpal rebrand. The mod id, config folder (
config/blockpal/), texture namespace and jar name all changed, so 3.0.0 does not read configs or skins from olderai-assistantinstalls — treat it as a fresh setup.Pre-built jars in
builds/are kept for every released version — older builds are never deleted (older jars are namedai-assistant-<version>.jar).
Next: Getting Started »
Blockpal — 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