Back to mods
Autobuild (ALPHA) project artwork

CurseForge · Minecraft mod

Autobuild (ALPHA)

Minecraft autobuilder using Baritone API

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Autobuild (ALPHA) release should I use?

Updated 2 months ago
Latest stable file autobuilder-1.0.0.jar
Game version 26.2
Loader Fabric

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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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.

No extra mods listed for this file

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.

  1. 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.

  2. 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.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 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=21
    
  • MC 26.1 (requires Java 25):

    minecraft_version=26.1
    fabric_api_version=26.1.0
    loader_version=0.18.4
    java_version=25
    

    Also copy gradle/wrapper/gradle-wrapper-26.1.properties over gradle/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

  1. Load: Scans .minecraft/autobuilder/schematics/ for .schematic/.schem files
  2. Analyze: Counts every required block type in the schematic
  3. Inventory check: Compares requirements against your inventory
  4. Gather: For missing blocks, uses Baritone's MineProcess to auto-mine them
  5. Build: Once all materials are gathered, uses Baritone's BuilderProcess to 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.

1 available setups

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

1 of 1 releases match

Looking for an older file? The official CurseForge project page is in Resources.