github.com/cabaletta/baritone ↗
google maps for block game
Open this visualization on its own page →
Contributors
67
Lines of Code
8,364
From
2018-08-01
To
2022-05-19
About cabaletta/baritone
Baritone is a pathfinding bot for Minecraft written in Java that serves as the core navigation system used by the Impact client. It uses A-star pathfinding algorithms to calculate efficient routes through Minecraft worlds, enabling automated navigation and task completion. The project is notable for being over 30 times faster than its predecessor, MineBot, at computing paths.
The bot supports a wide range of Minecraft versions from 1.12.2 through 1.21.8, with builds available for Forge, Fabric, and NeoForge modloaders. Users can control Baritone through in-game chat commands like "#goto" for navigation to specific coordinates, "#mine" to automatically mine specific block types, and "#elytra" for automated Elytra flying in the Nether. The system includes an API for integration into custom utility clients and is extensively documented with Javadocs, usage guides, and tutorial videos.
Baritone is designed to prioritize both reliability and performance, with particular emphasis on optimizing pathfinding calculations. It's distributed under the LGPL 3.0 license and has an active Discord community providing support and development discussion.