Releases: MiranCZ/altoclef
Releases · MiranCZ/altoclef
Altoclef beta-0.19
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
Altoclef beta-0.18.5
Known issues
- It seems like my refactoring causes some commands not to work
Updates
- Added
@pause
command (via #27) - Some codebase refactoring
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
Altoclef beta-0.18.4
Versions
- Added 1.21.1 support (in an update on 3. 12. 2024)
- Added 1.21 support
- Added 1.18 support
- Added 1.19.4 support
- Added 1.18.2 support
- Added 1.17.1 support
Fixes
- (hopefully) fixed bot not pearling when dragon is perching
Known issues
- previously present release for 1.16.5 doesnt currently work
SlotClickMixin
doesnt work in 1.16.5 (and thereforeSlotClickChangedEvent
andContainerStoredTracker
dont work)
Altoclef beta-0.18.3
- (hopefully) fixed bot not pearling when dragon is perching
- removed some logging statements from previous pre-release
Known issues
SlotClickMixin
doesnt work in 1.16.5 (and thereforeSlotClickChangedEvent
andContainerStoredTracker
dont work)
Altoclef beta-0.18.2
- Added logs into chat in
KillEnderDragonWithBedsTask
to try to catch bug when bot is not throwing a pearl
Known issues
SlotClickMixin
doesnt work in 1.16.5 (and thereforeSlotClickChangedEvent
andContainerStoredTracker
dont work)
Altoclef beta-0.18.1
I tried to add support for a lot new versions in this pre-release. If you find any bugs please report them in issues!
Versions
- added 1.19.4 support
- added 1.18.2 support
- added 1.17.1 support
- added 1.16.5 support
Known issues
SlotClickMixin
doesnt work in 1.16.5 (and thereforeSlotClickChangedEvent
andContainerStoredTracker
doesnt work)
Altoclef beta-0.18
Versions
- Added 1.20.5 support
- Removed redundant
-beta1
suffix from all baritone jars
Improvements
- Added a debug chart to show how much ms is spent in Altoclef ticking method (can be turned on with
showDebugTickMs
option;false
by default) - Fixed
BlockScanner
caching way to many blocks of one type causing lag spikes when trying to get the closest one - Improved calculation of how much iron should be smelted in
BeatMinecraftTask
- Improved nether logic for going to fortress and Crimson Forest
- Made bot collect endstone one by one in the end (addressed in #8 )
Bug fixes
- Fixed baritone sometimes not finding way to a chest by going on top of the chest instead
- Fixed rare crash when trying to go to nether right after picking up crafting table
- Fixed
getFilledPortalFrames
always returning 12 or 0 - (hopefully) fixed most cases where bot gets stuck in water (addressed in #9 )
- Fixed bot getting stuck if it has too many gold ingots
Additions
- Added back most of the original commands
- Added back and ported butler
Altoclef beta-0.17.1
Versions
- Added 1.20.5 support
Improvements
- Added a debug chart to show how much ms is spent in Altoclef ticking method (can be turned on with
showDebugTickMs
option;false
by default)
Additions
- Added back most of the original commands
- Added back and ported butler
Altoclef beta-0.17
Versions
Added 1.20.6 support
Improvements
- improved checking for bot being stuck in powdered snow
- added check if shield is up to
EscapeFromLavaTask
- added basic sword pre-equipping (the bot will equip its sword sooner if it can)
- some improvements to
MobDefenseChain
- made baritone break infested blocks (previously could cause it to get stuck)
- fixed bot getting stuck when trying to sleep nearby monsters
Altoclef beta-0.16
Additions
- Added 1.20.1 support
- Added back
@get
command - Baritones
blockPlacementPenalty
is now changed depending on the amount of blocks the player has
Fixes
- fixed rare crash when finding fortress in the nether