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

Releases: MiranCZ/altoclef

Altoclef beta-0.19

03 May 20:23
Compare
Choose a tag to compare

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

Altoclef beta-0.18.5

27 Jan 20:14
Compare
Choose a tag to compare
Altoclef beta-0.18.5 Pre-release
Pre-release

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

Altoclef beta-0.18.4

22 Jul 07:28
Compare
Choose a tag to compare

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 therefore SlotClickChangedEvent and ContainerStoredTracker dont work)

Altoclef beta-0.18.3

11 Jul 13:35
Compare
Choose a tag to compare
Altoclef beta-0.18.3 Pre-release
Pre-release
  • (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 therefore SlotClickChangedEvent and ContainerStoredTracker dont work)

Altoclef beta-0.18.2

10 Jul 15:21
Compare
Choose a tag to compare
Altoclef beta-0.18.2 Pre-release
Pre-release
  • 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 therefore SlotClickChangedEvent and ContainerStoredTracker dont work)

Altoclef beta-0.18.1

07 Jul 13:21
Compare
Choose a tag to compare
Altoclef beta-0.18.1 Pre-release
Pre-release

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 therefore SlotClickChangedEvent and ContainerStoredTracker doesnt work)

Altoclef beta-0.18

29 Jun 08:37
Compare
Choose a tag to compare

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

21 Jun 18:39
Compare
Choose a tag to compare
Altoclef beta-0.17.1 Pre-release
Pre-release

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

12 Jun 18:06
Compare
Choose a tag to compare

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

07 Jun 16:45
Compare
Choose a tag to compare

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
0