Skip to content

Altoclef 1.20.2-beta-0.12

Compare
Choose a tag to compare
@MiranCZ MiranCZ released this 22 Apr 16:29
· 132 commits to main since this release
  • FIXED MEMORY LEAK, that would cause the game to start lagging after running same resource task for a while

    • the code would repeatedly add protected items to a list every tick that would grow larger and larger
  • fixed the way material count was counted (changed hard coded blocks to throwAwayItems)

  • added blaze powder to protected items

  • improved KillEndermenTaskfor the nether

    • too far away is now much closer (256 blocks -> 10 blocks)
    • it checks if the enderman isn't above nether roof
  • fixed SafeNetherPortalTask getting stuck sometimes by waiting a few seconds before starting to break blocks

  • changed CommandStatusOverlay a bit

  • added warning when difficulty is something other than EASY

  • fixed rare case where the bot would go to the nether without enough food

  • added some defence improvements from Hackerokuz's fork

  • added check to UnstuckChain for powdered snow (addressed in #2)

  • the bot should now only collect liquids that don't cause them to spill (addressed in #4)