Skip to content

Installation

github-actions[bot] edited this page Aug 31, 2026 · 4 revisions

Installation

Blockpal is a Fabric mod for Minecraft 26.2. You need the Fabric Loader and Fabric API installed too.

Option A — CurseForge (recommended)

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

Option B — Pre-built jar from the repo

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.

Option C — Build from source

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        # Windows

Output lands in build/libs/blockpal-<version>.jar.

Version compatibility

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 older ai-assistant installs — 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 named ai-assistant-<version>.jar).

Next: Getting Started »

Clone this wiki locally