Skip to content

v9.9.0

Compare
Choose a tag to compare
@CryptoMorin CryptoMorin released this 03 Feb 21:26
· 76 commits to master since this release

Maven

<dependency>
    <groupId>com.github.cryptomorin</groupId>
    <artifactId>XSeries</artifactId>
    <version>9.9.0</version>
</dependency>

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("com.github.cryptomorin:XSeries:9.9.0") { isTransitive = false }
}

Important

Don't forget to shade the library.


XItemStack

  • Only set "effects" when not empty.
  • Added a translator function to serialize method.

ParticleDisplay

  • Fixed errors caused by using withEntity() method.
  • Quaternion -> Added mul(Vector)
  • Improved Quaternion cache.
  • Replaced onSpawn() with postCalculation()
  • Fixed a few issues with commutative rotations.
  • A lot of methods have been deprecated and you should update.