Baritone 9minecraft Client Mod Wiki & Guide
Complete guide to Baritone - every chat command, goal type, setting, usage example, and the developer API for embedding Baritone in your own mod or client.
Overview
Baritone is the AI pathfinding engine that powers many of Minecraft's most popular utility clients. Give it a single chat command and it will walk, mine, build, farm, and explore the world for you, calculating the fastest possible route in real time while breaking blocks, placing bridges, climbing, and dodging hazards on its own.
This wiki is the complete reference for the Baritone 9minecraft Client Mod on the Fabric and NeoForge loaders. It covers everything a regular player needs to drive Baritone from chat, and everything a developer needs to control Baritone from their own mod through its public API.
- What it is: a goal-based pathfinder + automation system (the same engine trusted on anarchy servers).
- What it is not: an X-ray, a kill-aura, or a combat hack. Baritone only handles movement, mining, and building.
- License: Baritone is released under LGPL 3.0, which is why it can be embedded as a library inside other clients and mods.