Fabric · Minecraft 26.2 · Client-side
Autobuild GUI Click a Litematica placement. Baritone builds it.
No commands, no indices to guess — B, pick a row, done.
The background is stone. Click it — or hold and drag — and it breaks.
Autobuild
What the mod does
Six things, no more.
Reads Litematica, checks your inventory, hands off to Baritone.
One key, one menu
No chat command. Rebindable under Options → Controls.
Every placement at a glance
Name, size, block count. Search filters as you type.
Missing blocks, upfront
Short on blocks? The row says how many, and stays locked.
One click builds
No indices, no #build with coordinates — just that placement.
Cancel anytime
Reopen the menu for a bar and an ✕ to cancel.
Fails gracefully
Missing Litematica or Baritone? The menu still opens and says what's missing.
How it works
Three mods, one chain.
This mod places no blocks itself — it's the menu in between.
Litematica
Loads the schematicLoad your .litematic file, place it in the world.
Autobuild GUI
Shows the list, you clickPress B, pick a row — inventory checked first.
Baritone
Walks and buildsPathfinding and placement are Baritone's, until you cancel or it's done.
Anatomy of a row
-
Icon, name and size below in grey.
-
Baritone reports no real progress, not a percentage.
-
1,284
missingMissing material strikes the row out and locks it.
-
Click, menu closes, Baritone runs.
Setup
What belongs in the mods folder.
Everything for Minecraft 26.2 and Fabric — Litematica and Baritone are optional, but there's nothing to build without them.
| Mod | Version | What for |
|---|---|---|
| Fabric Loader | ≥ 0.19.3 | Required |
| Fabric API | 0.156.0+26.2 | Required |
| Litematica | 26.2-0.28.4+ | For the placement list |
| MaLiLib | 26.2-0.29.2+ | Needed by Litematica |
| Baritone | for 26.2 | For the building — see below |
| Java | 25 | Required |
Pick the right Baritone variant
The standalone build does not work.
Baritone ships in three variants; standalone strips the public API, leaving unusable a()/b()/c() methods — nothing crashes, but the build won't start. Use api or unoptimized.
Recommended: meteorclient.com → "*Baritone [26.2]", MeteorDevelopment's fork. The full Meteor Client isn't required.
- Install Fabric
Fabric Loader for 26.2, started once to create the
modsfolder. - Drop in the dependencies
Copy Fabric API, MaLiLib + Litematica, and Baritone into
mods. - Add the Autobuild GUI jar
Add this JAR too — client-side only, nothing needed on the server.
- Enter a world, press B
Optional:
config/autobuildgui.jsoncontrolscloseScreenOnBuildStartandmaterialCheckEnabled.
Honestly
Where the mod hits its limits.
-
No percentage progress
Baritone reports no progress, so the bar just shows "running".
-
The material check is pessimistic
Litematica counts from zero, so a half-built placement looks short. Creative mode skips the check.
-
Client-side only
No network packets of its own — same server rules as Baritone.