v12.0.0
Maven
<dependency>
    <groupId>com.github.cryptomorin</groupId>
    <artifactId>XSeries</artifactId>
    <version>12.0.0</version>
</dependency>Gradle
repositories {
    mavenCentral()
}
dependencies {
    implementation("com.github.cryptomorin:XSeries:12.0.0")
}Important
Don't forget to shade the library.
v1.21.3 Support - Registry Update
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.
This version introduces the new XRegistry/XModule system which is going to be inherited for XEnchantment, XPotion, XEntityType and XMaterial in later versions if this goes well.
- Added XAttribute.
- Fixed XSound & XBiome support for v1.21.3
- Fixed XTag.ORES not including diamonds and emeralds
- Fixed XItemStack support for v1.8.8