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
- Although due to the command suggestion changes and it overall not being the main focus the
- Added
pause
andunpause
commands - via: #27 #41- Paused task is shown in the command overlay
- Implemented command aliases
- Both
unpause
andresume
works - Both
stop
andcancel
works
- Both
Added logLevel
setting (default value is NORMAL
):
ALL
- all messages will be loggedNORMAL
- warnings and errors will be loggedWARN
- only warnings will be loggedERROR
- only errors will be loggedNONE
- nothing will be logged