Altoclef Versions Save

Plays block game

v0.4.1

2 years ago

Updated Minecraft to 1.18.2 and added a few optimizations

v0.4.0

2 years ago

Ported to 1.18, with some other fun features

What's Changed

New Contributors

v0.3.3c

2 years ago

Faster block tracking

By sheer luck, smacking the world scanning with a wrench haphazardly somehow did this

In some cases the improvement is from like 8 minutes to 8 seconds

(Thanks to Seasons for helping me test this out)

v0.3.3a

2 years ago

For Minecraft 1.17.x

Fixed a ton of bugs, mostly related to the speedrun task.

Remember: to intstall, UNZIP this release into your .minecraft/mods folder. And make sure there is no other instance of altoclef or baritone in there!

v0.3.3

2 years ago

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 to follow <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

v0.3.3-beta

2 years ago

v0.3.2

2 years ago

Various bug fixes, just to keep things up to date.

EDIT: After downloading this, please upgrade to the nightly release.

(Sorry for the confusion, things should get back on track soon)

v0.3.1

2 years ago

Fixed many bugs brought about by the 1.17 release.

Improvements:

  • Include Deepslate ores
  • Bot no longer force-runs away from mobs after getting interrupted by fireballs/arrows
  • Improve escaping lava considerably
  • Fix incorrect fermented spider eye + ender chest cataloging
  • Fix terminator not attacking players due to it positioning itself too far away
  • Various code improvements, mostly just adopting Java 16 features

Note: For beating the game the bot still fails to land hits on the ender dragon. This will be addressed when the BeatMinecraft task is redesigned.

v0.3.0

2 years ago

Big Changes:

v0.2.1-beta

2 years ago

Fix two bugs:

  • Food smelting got stuck making raw foods
  • Crafting/Smelting/anything with a container won't spam-place containers if you have multiple in your inventory.