This repository was archived by the owner on Jun 28, 2024. It is now read-only.
The "Mr. Clean" Release
For Minecraft 1.17.x
Many fixes + cleanups.
Bug fixes
@give
and butler messaging now works!- Fix "Bod can't hurt ender dragon"
- Fix "Digging straight down into lava when mining"
Ctrl+K
now works as a "STOP" shortcut even while the bot is interrupted- Fix "Mine block surrounded by vines softlock"
- Fix bug tasks sometimes get "reset" after being interrupted (by mobs for example)
- When interacting with entities, their name will show up (ex.
minecraft.entity.chicken
) instead of a random hash string
New Features
- Merged Meloweh's Baritone fixes
- More reliable building
- Internal baritone "unstucking" and softlock fixing
- tons of really useful small things!!
- Multiple settings files with better default parameters (Check the
.minecraft/altoclef
directory) - You can run multiple commands one after the other by separating commands with
;
: (ex.@get iron_ingot ; goto 0 0 ; idle
) "idleCommand"
setting: Runs a command by default (useful when paired with Butler. For example: set it tofollow <your username>
to make the bot follow you around when it's not doing anything)- BeatMinecraft/
@gamer
improvements- Sleeps through night (thanks to James Green for pushing this one)
- Hangs on to crafting table
- Hunts enderman in warped forest instead of piglin trading (configurable in
.minecraft/altoclef/configs/beat_minecraft.json
) - Uncooked food will be cooked (also configurable in same file mentioned above)
- "Tower + Ender Pearl" strategy in end is more reliable
- Fix variety of softlocks
- Barrels, furnaces, other containers are checked for when grabbing resources.
- Oceans are avoided when searching for blocks (setting configurable)
- Fire is put out with fist + water + buckets when on fire (setting configurable)
- Slightly better lava escaping
- Various internal code improvements