Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

1.19.2 Update #306

Open
wants to merge 133 commits into
base: main
Choose a base branch
from
Open

1.19.2 Update #306

wants to merge 133 commits into from

Commits on Oct 31, 2022

  1. 1.19.2 Update

    MarvionKirito committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    9526ed1 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    59d54fc View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Fixes and Additions:

    0. The bot now doesn’t use a block needed for resources.
    1. The bot now has a settings dontThrowAwayEnchantedItems.
    2. Added Totem of Undying in the default settings of importantItems.
    3. Added Hero task. See @help to see the command and description.
    MarvionKirito committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    e03c02f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d05070 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Fixes:

    0. Fix altoclef crashing when entering the @get command.
    1. Fix Hero task doesn't do anything.
    MarvionKirito committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    ce525c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from JustaSqu1d/patch-2

    chore: document "hero" in usage.md
    MarvionKirito authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    bb4f735 View commit details
    Browse the repository at this point in the history
  3. Fix:

    0. Fix Hero task getting stuck sometimes.
    MarvionKirito committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    c2995dc View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Fix:

    0. Water and lava block detection.
    
    Optimizations:
    0. In getting a block, the bot checks if the block is present before dimension checking.
    1. Optimized block tracking.
    2. In mining a block, the bot now uses a tool that is fastest to mine a block.
    MarvionKirito committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    8f405d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Fix:

    0. Fixed after beating the game with the marvion version. It doesn't finish sometimes.
    
    Additions:
    0. The bot now gets XP and drops in the hero task.
    1. @get sapling is now available. You can also specify like @get oak_sapling.
    
    Optimization:
    0. Optimized hero task.
    MarvionKirito committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    68933f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Fix:

    0. Added warden and wither to the dangerous mob.
    
    Optimization:
    0. Optimized food chain.
    MarvionKirito committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    7c1a7d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Optimizations:

    0. Optimized do to entity task.
    1. Optimized kill dragon with bed task.
    2. Optimized render distance manipulation.
    3. Optimized mob defense chain.
    4. Optimized locate stronghold task.
    MarvionKirito committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    0d0de54 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Optimization:

    0. Optimized construct nether portal tasks.
    MarvionKirito committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    a3281f2 View commit details
    Browse the repository at this point in the history
  2. Fix:

     - Fixed compatibility between altoclef and meteor client.
    MarvionKirito committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    f7f66e7 View commit details
    Browse the repository at this point in the history
  3. Fix:

     - Fixed compatibility between altoclef and meteor client.
    MarvionKirito committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    5aedee5 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. 1. Updated to 1.19.3

    MarvionKirito committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    e958ae2 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. perf: equip weapon then check charge progress

    This saves some durability and time.
    JustaSqu1d authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    ed750cc View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Merge pull request #4 from JustaSqu1d/patch-1

    perf: equip weapon then check charge progress
    MarvionKirito authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    0ec5a5e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    9987e57 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Additions:

    1. @ coverwithsand (Cover lava with sands in nether).
    2. @ coverwithblocks (Cover lava with blocks in nether).
    3. @ meat (Get food that consists only of meat, without any vegetables).
    
    Fixes:
    1. ConcurrentModificationException
    2. Fixed compatibility between meteor client.
    3. Some fixes.
    
    Improvements:
    1. Some improvements.
    MarvionKirito committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    12111aa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from JustaSqu1d/patch-1

    chore(README): update versions availability
    MarvionKirito authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    22bad21 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. feat: camera movement smoothing

    This makes the camera less jittery and better for user experience
    
    Co-Authored-By: scorbett123 <[email protected]>
    JustaSqu1d and scorbett123 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    7567dce View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Merge pull request #7 from JustaSqu1d/main

    feat: camera movement smoothing
    MarvionKirito authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    067222e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32915bb View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Updated to 1.19.4

    MarvionKirito committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    98c8492 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. 1.19.4 Update (gaucho-matrero#339)

    * 1.19.2 Update
    
    * Remove cave and void air in blocksToAvoid.
    
    * Fixes and Additions:
    0. The bot now doesn’t use a block needed for resources.
    1. The bot now has a settings dontThrowAwayEnchantedItems.
    2. Added Totem of Undying in the default settings of importantItems.
    3. Added Hero task. See @help to see the command and description.
    
    * chore: document "hero" in usage.md
    
    * Fixes:
    0. Fix altoclef crashing when entering the @get command.
    1. Fix Hero task doesn't do anything.
    
    * Fix:
    0. Fix Hero task getting stuck sometimes.
    
    * Fix:
    0. Water and lava block detection.
    
    Optimizations:
    0. In getting a block, the bot checks if the block is present before dimension checking.
    1. Optimized block tracking.
    2. In mining a block, the bot now uses a tool that is fastest to mine a block.
    
    * Fix:
    0. Fixed after beating the game with the marvion version. It doesn't finish sometimes.
    
    Additions:
    0. The bot now gets XP and drops in the hero task.
    1. @get sapling is now available. You can also specify like @get oak_sapling.
    
    Optimization:
    0. Optimized hero task.
    
    * Fix:
    0. Added warden and wither to the dangerous mob.
    
    Optimization:
    0. Optimized food chain.
    
    * Optimizations:
    0. Optimized do to entity task.
    1. Optimized kill dragon with bed task.
    2. Optimized render distance manipulation.
    3. Optimized mob defense chain.
    4. Optimized locate stronghold task.
    
    * Optimization:
    0. Optimized construct nether portal tasks.
    
    * Fix:
     - Fixed compatibility between altoclef and meteor client.
    
    * Fix:
     - Fixed compatibility between altoclef and meteor client.
    
    * 1. Updated to 1.19.3
    
    * perf: equip weapon then check charge progress
    
    This saves some durability and time.
    
    * chore(README): update versions availiblity
    
    * Additions:
    1. @ coverwithsand (Cover lava with sands in nether).
    2. @ coverwithblocks (Cover lava with blocks in nether).
    3. @ meat (Get food that consists only of meat, without any vegetables).
    
    Fixes:
    1. ConcurrentModificationException
    2. Fixed compatibility between meteor client.
    3. Some fixes.
    
    Improvements:
    1. Some improvements.
    
    * feat: camera movement smoothing
    
    This makes the camera less jittery and better for user experience
    
    Co-Authored-By: scorbett123 <[email protected]>
    
    * Improved shielding mechanics.
    
    * Updated to 1.19.4
    
    ---------
    
    Co-authored-by: JustaSqu1d <[email protected]>
    Co-authored-by: scorbett123 <[email protected]>
    3 people authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    ebbb3f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Configuration menu
    Copy the full SHA
    824d4e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc7a73d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7c2fdc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8 from JustaSqu1d/patch-1

    docs(README): bump supported versions from 1.19.3 to 1.19.4
    MarvionKirito authored Apr 2, 2023
    Configuration menu
    Copy the full SHA
    eb2f03c View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    9694872 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7414776 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    35251c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. fix butler not working

    dolphin-cat committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    3f5a95f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    baac615 View commit details
    Browse the repository at this point in the history
  3. Update develop.md

    Co-authored-by: JustaSqu1d <[email protected]>
    dolphin-cat and JustaSqu1d authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    65d7f6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    138325a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b752e3c View commit details
    Browse the repository at this point in the history
  6. JustaSqu1d's typo

    Co-authored-by: JustaSqu1d <[email protected]>
    dolphin-cat and JustaSqu1d authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    4c020bc View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Merge pull request #9 from dolphin-cat/main

    fix butler not working
    MarvionKirito authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    ed3a98c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e983979 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1d7e04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4d15c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4457e5f View commit details
    Browse the repository at this point in the history
  6. Allow multiple commands

    dolphin-cat committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    d4760a1 View commit details
    Browse the repository at this point in the history
  7. Update Settings.java

    dolphin-cat authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    ad5b7d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    909e685 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f0f3742 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Merge pull request #10 from dolphin-cat/main

    run command on respawn
    MarvionKirito authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    9cc1945 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Updated maven link

    MarvionKirito committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    81abac2 View commit details
    Browse the repository at this point in the history
  2. Updated maven link

    MarvionKirito committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    af5ca7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e49cdc2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af883fe View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Fixed flinting portal error

    Reduced the occurrence of accidental falls
    MarvionKirito committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    660ac0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cfb6a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3ed92e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Configuration menu
    Copy the full SHA
    977ba7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac3ecff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed1c1eb View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. Configuration menu
    Copy the full SHA
    0563add View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6170b93 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    24a856f View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    aaad871 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    f335f6f View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    779e330 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b703088 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Clean up code

    MarvionKirito committed May 23, 2023
    Configuration menu
    Copy the full SHA
    e5cb987 View commit details
    Browse the repository at this point in the history
  2. Fixed sometimes there's a warning showing in chat saying "BlockTracke…

    …r: Not tracking block right now."
    MarvionKirito committed May 23, 2023
    Configuration menu
    Copy the full SHA
    f7fcc63 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Update MarvionBeatMinecraftTask.java

    more speed
    Aldias7 authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    034a236 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    aae919f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47c3562 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13 from Aldias7/patch-3

    Update MarvionBeatMinecraftTask.java
    MarvionKirito authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0aee424 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    6639a3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5ffe6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0d31a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    376bf54 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    45f80cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    310e362 View commit details
    Browse the repository at this point in the history
  3. Improved defense system

    MarvionKirito committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    5daf183 View commit details
    Browse the repository at this point in the history
  4. Fixed the issue where the bot wouldn't reach its position after being…

    … knocked back while placing the bed to defeat the Ender Dragon
    MarvionKirito committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    d5d2936 View commit details
    Browse the repository at this point in the history
  5. Improved accuracy

    MarvionKirito committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    f743d5c View commit details
    Browse the repository at this point in the history
  6. Added a feature where the bot will now attempt to eliminate all aggre…

    …ssive Endermen in the End
    MarvionKirito committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    af5454c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92607f4 View commit details
    Browse the repository at this point in the history
  8. Resolved the action of killing baby pigs when obtaining pork chops in…

    … the MarvionBeatMinecraftTask
    MarvionKirito committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    eeb695e View commit details
    Browse the repository at this point in the history
  9. I have added a feature where the bot will wait for chunks to load at …

    …the end before taking any actions
    MarvionKirito committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    72e186a View commit details
    Browse the repository at this point in the history
  10. Updated to beta 2

    MarvionKirito committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    82621bd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f37a29d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b938352 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1749509 View commit details
    Browse the repository at this point in the history
  14. feat: use golden helmet instead of golden boots

    Golden helmet requires one more ingot to craft, but provides and extra armor bar.
    JustaSqu1d committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    84fe018 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0de20c5 View commit details
    Browse the repository at this point in the history
  16. feat: collect obsidian in nether by trading

    Solves an edge case where the original portal is destroyed
    JustaSqu1d committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    ed04ff2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    eb03388 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    42a4b07 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Merge pull request #14 from JustaSqu1d/feat/enderman-hunt

    feat: enderman hunt
    MarvionKirito authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    f4b3743 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Merge pull request #15 from JustaSqu1d/feat/various-slight-optimizations

    feat: various slight optimizations
    MarvionKirito authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7237bfa View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Fixed commanding butler

    MarvionKirito committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    8779989 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. quick and dirty fix to netherite

    This is some of my first java experience. I added a quick way to fix the new netherite upgrade templates.
    Jacoblightning committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    07f6dfd View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. IT WORKS??!?!?

    I finally got a working version.
    Jacoblightning committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    c9833a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Merge pull request #16

    Smithing Fix
    MarvionKirito authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    c05f051 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Updated to 1.20.2

    MarvionKirito committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    785c5ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e50ae10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d22647d View commit details
    Browse the repository at this point in the history
  4. A little refactoring.

    MarvionKirito committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    4b32c14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1026661 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f51bce View commit details
    Browse the repository at this point in the history
  7. A little refactoring.

    MarvionKirito committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    c7e3ce4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3f8d2f7 View commit details
    Browse the repository at this point in the history
  9. A little refactoring.

    MarvionKirito committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    a4dee52 View commit details
    Browse the repository at this point in the history
  10. A little refactoring.

    MarvionKirito committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    5b34062 View commit details
    Browse the repository at this point in the history
  11. A little refactoring.

    MarvionKirito committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    7dde6b5 View commit details
    Browse the repository at this point in the history
  12. A little refactoring.

    MarvionKirito committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    063e38f View commit details
    Browse the repository at this point in the history
  13. A little refactoring.

    MarvionKirito committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    7cbaa20 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    92a2991 View commit details
    Browse the repository at this point in the history
  15. A little refactoring.

    MarvionKirito committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    6a39827 View commit details
    Browse the repository at this point in the history
  16. Clean up.

    MarvionKirito committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    a070139 View commit details
    Browse the repository at this point in the history
  17. Version correction.

    MarvionKirito committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    f701800 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b51a26e View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    5a0cd35 View commit details
    Browse the repository at this point in the history
  2. feat: add smooth look

    If block-placing/breaking isn't needed, `withBaritone` can be disabled for better viewing experience.
    JustaSqu1d committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    82c92e8 View commit details
    Browse the repository at this point in the history
  3. feat: optimize end fight

    - move farther away from fountain to create higher perching changes
    JustaSqu1d committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    2c99b73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0663bde View commit details
    Browse the repository at this point in the history
  5. feat: add @test arrow

    JustaSqu1d committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    d97fa92 View commit details
    Browse the repository at this point in the history
  6. fix: lapis requirement iron -> stone

    The requirement for breaking lapis is actually stone, not iron [1].
    
    1. https://minecraft.fandom.com/wiki/Lapis_Lazuli_Ore#Breaking
    JustaSqu1d committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    be536ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71549bf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7cfd71b View commit details
    Browse the repository at this point in the history
  9. chore: simplify code

    JustaSqu1d committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    9f503ec View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    caf203e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3554b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd13a4c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. 1.20.4 update

    MarvionKirito committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    da3dce5 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. 1.20.5 update

    MarvionKirito committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2ca4196 View commit details
    Browse the repository at this point in the history
  2. 1.20.6 update

    MarvionKirito committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    1713539 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. 1.21 update

    MarvionKirito committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    e45566e View commit details
    Browse the repository at this point in the history