Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
ByteZ edited this page Mar 24, 2023 · 13 revisions

Welcome to the ParticleLib wiki! This wiki is currently a work in progress!

Maven

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

Gradle

dependencies {
    implementation 'xyz.xenondevs:particle:1.8.4'
}
Clone this wiki locally