Skip to content

v8.5.0

Choose a tag to compare

@CryptoMorin CryptoMorin released this 03 Dec 13:27
· 393 commits to master since this release
949beeb

Maven

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

Added support for 1.18 altho there weren't many changes.
Started working on unit tests. It's kinda a mess right now.

XMaterial

  • Fixed a few version detection issues.

ParticleDisplay

  • Removed some unnecessary code.
  • The whole class is based on Builder Pattern now.

XItemStack

  • Fixed a few issues related to spawn eggs.
  • Fixed proper cross version material name serialization.
  • Fixed issues with items that don't have meta.

ReflectionUtils

  • Added a simple if branching method v(version, item)...orElse(item) as a cleaner expression-oriented alternative to if statements.