v9.2.0
Maven
<dependency>
    <groupId>com.github.cryptomorin</groupId>
    <artifactId>XSeries</artifactId>
    <version>9.2.0</version>
</dependency>Gradle
repositories {
    mavenCentral()
}
dependencies {
    implementation("com.github.cryptomorin:XSeries:9.2.0") { isTransitive = false }
}Warning
Don't forget to shade the library.
Added 1.19.3 support
XSound
- Throws an exception instead of returning null for unknown sounds.
XBlock
- Fixed setDirection() for ladders in old versions.
XTag
- Fixed INVENTORY_NOT_DISPLAYABLE
- Added a few missing blocks to other tags.
XItemStack
- Fixed shulker contents not being deserialized/serialized correctly.
ParticleDisplay
- The count is now 1 by default.
SkullUtils
- Recoded the entire class.
- Added setSkin() which sets the skin for a block.