CurseForge · Minecraft mod
Autobuild (ALPHA)
Minecraft autobuilder using Baritone API
Quick answer
Which Autobuild (ALPHA) release should I use?
Autobuild (ALPHA) autobuilder-1.0.0.jar targets 26.2 with Fabric. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is Autobuild (ALPHA) required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Autobuild (ALPHA) autobuilder-1.0.0.jar need?
autobuilder-1.0.0.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Autobuild (ALPHA) without breaking your instance.
Built for Autobuild (ALPHA) autobuilder-1.0.0.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use autobuilder-1.0.0.jar. It targets 26.2 with Fabric; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside autobuilder-1.0.0.jar. It opens that exact file at the source.
About this project
What does Autobuild (ALPHA) add?
AutoBuilder - Minecraft Fabric Mod
Automatically gathers materials and builds structures from .schematic (Schematica) files using Baritone.
Requirements
Minecraft 26.1 (Java Edition 2026)
| Tool | Version |
|---|---|
| Java | 25+ |
| Gradle | 9.4+ |
| Fabric Loader | 0.18.4+ |
| Minecraft | 26.1 |
| Fabric API | Match MC version |
| Baritone | 26.1 community build |
Minecraft 1.21.8 (alternative)
| Tool | Version |
|---|---|
| Java | 21+ |
| Gradle | 8.x |
| Fabric Loader | 0.16.x |
| Minecraft | 1.21.8 |
| Fabric API | 0.115.x+ |
| Baritone | v1.15.0+ |
Setup
1. Get Baritone API jar
For MC 1.21.8 (default): Download baritone-api-fabric-1.15.0.jar from the official releases and place it in libs/.
For MC 26.1: Download a community Baritone API build from issue #5011 or build from PR #4990. Place the jar in libs/.
2. Configure version
Edit gradle.properties:
MC 1.21.8 (default - builds with Java 21):
minecraft_version=1.21.8 fabric_api_version=0.115.0+1.21.8 loader_version=0.16.14 java_version=21MC 26.1 (requires Java 25):
minecraft_version=26.1 fabric_api_version=26.1.0 loader_version=0.18.4 java_version=25Also copy
gradle/wrapper/gradle-wrapper-26.1.propertiesovergradle/wrapper/gradle-wrapper.properties.
3. Build
./gradlew build
The built mod jar will be at build/libs/autobuilder-1.0.0.jar.
4. Install
Place the mod jar, Fabric API jar, and the Baritone API jar into your .minecraft/mods/ folder.
5. Place schematics
Put .schematic and .schem files in .minecraft/autobuilder/schematics/.
Commands
| Command | Description |
|---|---|
/autobuilder list |
List all available schematics |
/autobuilder info <name> |
Show schematic dimensions & block info |
/autobuilder start <name> |
Auto-gather materials then build |
/autobuilder gather <name> |
Only gather materials, don't build |
/autobuilder cancel |
Cancel current build job |
/autobuilder status |
Show progress of current build |
/autobuilder reload |
Reload schematic files from disk |
How it works
- Load: Scans
.minecraft/autobuilder/schematics/for.schematic/.schemfiles - Analyze: Counts every required block type in the schematic
- Inventory check: Compares requirements against your inventory
- Gather: For missing blocks, uses Baritone's
MineProcessto auto-mine them - Build: Once all materials are gathered, uses Baritone's
BuilderProcessto place blocks
Architecture
autobuilder/
├── src/main/java/com/autobuilder/
│ ├── AutoBuilderMod.java # Fabric entry point, tick/command registration
│ ├── command/
│ │ └── AutoBuildCommand.java # /autobuilder command tree
│ ├── builder/
│ │ ├── BuildManager.java # Orchestrates gather-then-build pipeline
│ │ ├── BuildJob.java # Tracks a single build operation
│ │ └── BuildState.java # State machine (IDLE→ANALYZE→GATHER→BUILD→DONE)
│ ├── gather/
│ │ ├── MaterialManager.java # Inventory checking & auto-mining
│ │ └── MaterialRequirement.java # Block requirement model
│ ├── schematic/
│ │ ├── SchematicManager.java # Loads & caches .schematic files
│ │ └── SchematicInfo.java # Schematic metadata
│ ├── config/
│ │ └── AutoBuilderConfig.java # Mod configuration
│ └── util/
│ ├── BlockCounter.java # Scans schematics for block counts
│ └── InventoryHelper.java # Player inventory query utils
├── build.gradle
├── settings.gradle
├── gradle.properties
└── gradle/wrapper/
└── gradle-wrapper.properties
Project description from CurseForge.
Pick your setup
Autobuild (ALPHA) by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Autobuild (ALPHA) versions and loaders
autobuilder-1.0.0.jar
8 Jul 2026
Looking for an older file? The official CurseForge project page is in Resources.