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(deps): update dependency com.github.cryptomorin:xseries to v12.1.0 #73

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.github.cryptomorin:XSeries (source) v12.0.0 -> 12.1.0 age adoption passing confidence

Release Notes

CryptoMorin/XSeries (com.github.cryptomorin:XSeries)

v12.1.0

Compare Source

Maven
<dependency>
    <groupId>com.github.cryptomorin</groupId>
    <artifactId>XSeries</artifactId>
    <version>12.1.0</version>
</dependency>
Gradle
repositories {
    mavenCentral()
}
dependencies {
    implementation("com.github.cryptomorin:XSeries:12.1.0")
}

[!IMPORTANT]
Don't forget to shade the library.


1.21.4 Support

[!IMPORTANT]
XSeries will no longer follow independent class principle due to a lot of changes caused by previous versions.
This version implements the abstraction concept from #​239 as an experiment. This change was forced because
Minecraft now uses registries for most enum-like.

  • Added v1.21.4 support thanks to @​kangarko
  • Implemented the @XMerge annotation system.
  • Added license header for all classes.
  • Added XItemFlag.
  • Added XPatternType.
  • Fixed XMaterial.BLACK_DYE for v1.8
  • Fixed an error caused by XSound in older versions (issue with pulling system values)
  • Fixed an issue with XPotion name matching system.
  • MethodMemberHandles are now more lenient when it comes to public methods that are in superclasses of the target class.
  • Added XTag.getTag(String name)
  • XTag general class cleanup (Uses TagBuilder, we should also inline most tags)
  • Deprecated a lot of methods. Although they wont be removed any time soon, you should update as soon as possible.
  • Fixed XItemStack to use XPatternType.
  • XPotion now covers more value ranges.
  • Significantly improved unit tests.
  • Fixed a few broken sound entries for v1.12
  • Improved XEnchantment's Enchantment->XEnchantment mapping for older versions.
  • XAttribute: Fixed some missing values. Also fixed the entire class for some older versions (specifically ~v1.15-1.19)
  • XParticle: Fixed some missing/mismatched values.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@CarmJos CarmJos merged commit 6941bd1 into master Jan 17, 2025
1 check failed
@CarmJos CarmJos deleted the renovate/com.github.cryptomorin-xseries-12.x branch January 17, 2025 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant