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

Fix/cargo enchants #4190

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

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    654e0aa View commit details
    Browse the repository at this point in the history
  2. Fixed imports

    - Removed unused imports
    - Removed wildcard imports
    Intybyte committed May 13, 2024
    Configuration menu
    Copy the full SHA
    94283dc View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Changes to SlimefunUtils#isItemSimilar

    Now allows ItemStackWrapper with no meta, by creating one with ItemFactory, this will improve performance until isItemSimilar will be changed.
    Intybyte committed May 14, 2024
    Configuration menu
    Copy the full SHA
    2483710 View commit details
    Browse the repository at this point in the history
  2. Optimization

    Instead of calling ItemFactory#getItemMeta, made equalsItemMeta support null values
    Intybyte committed May 14, 2024
    Configuration menu
    Copy the full SHA
    7210623 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Optimization ItemFactory

    Back to using itemFactory, caching to but now I cache the result to optimize it
    Intybyte committed May 15, 2024
    Configuration menu
    Copy the full SHA
    4114b92 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/fix/cargoEnchants' into fix/carg…

    …oEnchants
    
    # Conflicts:
    #	src/main/java/io/github/thebusybiscuit/slimefun4/utils/SlimefunUtils.java
    Intybyte committed May 15, 2024
    Configuration menu
    Copy the full SHA
    069b833 View commit details
    Browse the repository at this point in the history