Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(item): Rewrote the entire library #32

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

Commits on Jul 9, 2023

  1. Update Item Library

    - Rewrote code to be more readable
    - Documented the code
    - Optimized functionality
    - Fixed some bugs
    BPR02 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    aa012ec View commit details
    Browse the repository at this point in the history
  2. Update version

    accidentally forgot to change the patch to 0
    BPR02 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    875911f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

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

Commits on Aug 5, 2023

  1. Document Lore Builder

    - add in-code documentation to how the lore builder works
    - use `smithed.item` scoreboard instead of `smithed.data`
    - made "Unbreakable" lore consistent with vanilla (items are unbreakable if `Unbreakable` is a non-zero numeric tag)
    - fixed attribute paths not being versioned
    - removed empty function
    BPR02 committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    28e6624 View commit details
    Browse the repository at this point in the history
  2. two small fixes

    - fix unbreakable check to only allow numeric tags (int, short, long, byte)
    - remove unnecessary xp scoreboards
    BPR02 committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    113f7f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

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