Skip to content
Eliot Lash edited this page Jun 8, 2023 · 2 revisions

Welcome to the particleman wiki!

Alpha builds are currently available for Forge 1.12.

Project Links

Installation (using ForgeGradle 3)

repositories {
    maven { url 'https://repo.repsy.io/mvn/fadookie/particleman' }
}

dependencies {
    implementation fg.deobf('com.eliotlash.particleman:forge-1.12.2-particleman:0.+')
}
Clone this wiki locally