Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

ParticleLib 1.8 | 1.19

Compare
Choose a tag to compare
@ByteZ1337 ByteZ1337 released this 09 Jun 15:18
· 24 commits to master since this release

New Particles

  • Shriek
  • Sculk Soul
  • Sculk Charge Pop
  • Sculk Charge
  • Sonic Boom

New Features

  • 1.19 support
  • Support for Shriek delay data
  • Support Sculk Charge roll data

Installation

Maven

<dependencies>
    <dependency>
        <groupId>xyz.xenondevs</groupId>
        <artifactId>particle</artifactId>
        <version>1.8</version>
    </dependency>
</dependencies>

Gradle

dependencies {
    implementation 'xyz.xenondevs:particle:1.8'
}

If you're using Maven or Gradle, I'd recommend shading the library into your plugin.
You can also use the newly added Library Loader BUT you have to set your plugin with ReflectionUtils#setPlugin or the library won't work.

If you're not using Maven, you can download the jar from the central repository.