cabaletta/baritone ↗
Created Jun 26, 2022 · View the cabaletta/baritone repository page
google maps for block game
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
67
Lines of Code
8,364
From
Aug 1, 2018
To
May 19, 2022
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.