8000 Release Altoclef beta-0.19 Β· MiranCZ/altoclef Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Altoclef beta-0.19

Latest
Compare
Choose a tag to compare
@MiranCZ MiranCZ released this 03 May 20:23
· 1 commit to main since this release

Miscellaneous

  • Readded 1.16.5 - now should work normally
  • Some codebase refactoring

Baritone

Changed the way baritone for altoclef is handled

  • Made a repository with patches allowing for faster baritone ports
  • Baritone is newly no longer dependent on Meteor's fork of it but rather patches the original repository

Bugs

  • Fixed reload_settings command not working - #40, #38
  • Fixed infinite recursion in ProjectileWallTask in some rare cases - addressed in #34
  • Fixed LootContainerTask comparison - fixed by #36
  • Fixed bot getting stuck when tasked smelting something the container is made out of (eq. making stone by smelting cobblestone inside a furnace and not having a furnace yet) - fixed by #36
  • Fixed stop command behaving weirdly in certain cases

Features

  • Added command suggestions & reworked command system
  • Fix give command not throwing items out - addressed in: #12, fixed by: #43
    • Although due to the command suggestion changes and it overall not being the main focus the give command is now deprecated
  • Added pause and unpause commands - via: #27 #41
    • Paused task is shown in the command overlay
  • Implemented command aliases
    • Both unpause and resume works
    • Both stop and cancel works

Added logLevel setting (default value is NORMAL):

  • ALL - all messages will be logged
  • NORMAL - warnings and errors will be logged
  • WARN - only warnings will be logged
  • ERROR - only errors will be logged
  • NONE - nothing will be logged
0