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 Enchanter Extractor making tools indestructible. #1498

Merged
merged 8 commits into from
Nov 1, 2024

Commits on Oct 8, 2024

  1. Fix InnovativeOnlineIndustries#1484 and InnovativeOnlineIndustries#1479

    Additionally small change from deprecated finalizeSpawn usage to the EvenHooks call in Mechanidal Dirt
    Kanzaji committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3a629ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b26fbe6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d1796c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3660f7e View commit details
    Browse the repository at this point in the history
  5. Fix InnovativeOnlineIndustries#1477

    Reworked the PlantSowerTile to work with any of the bush blocks
    Sadly requires a Duck Interface Mixin, but this is the most universal solution to the problem.
    I think it's better solution than a hard-coded list of supported stuff 😅
    Kanzaji committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    afdcacb View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    1d99c9c View commit details
    Browse the repository at this point in the history
  2. Resolve InnovativeOnlineIndustries#1491

    Apparently removing the damage component from a tool makes it indestructible tool now!
    Setting damage to 0 is done by mc itself, resulting in a un-used tool.
    Kanzaji committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    8a57a0e View commit details
    Browse the repository at this point in the history
  3. Missing Commit!

    Part of the fix for the LockableInventory bug.
    Fix EnderIO screwing up the dev env sometimes. (No idea why it did work few days ago?)
    Kanzaji committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    70992ab View commit details
    Browse the repository at this point in the history