Autobuild (ALPHA)

Quick rating

Autobuild (ALPHA)

No reviews yet

Minecraft autobuilder using Baritone API

Tech
Automation & Processing
Mod Loaders
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
autobuilder-1.0.0.jar
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

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

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works