-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Eliot Lash edited this page Jun 8, 2023
·
2 revisions
Welcome to the particleman wiki!
Alpha builds are currently available for Forge 1.12.
- Snowstorm GitHub https://github.com/JannisX11/snowstorm
- Snowstorm Tutorial https://youtu.be/J1Ub1tbO9gg
- Bedrock Particle Docs https://bedrock.dev/docs/stable/Particles
- MoLang Docs https://bedrock.dev/docs/stable/MoLang
repositories {
maven { url 'https://repo.repsy.io/mvn/fadookie/particleman' }
}
dependencies {
implementation fg.deobf('com.eliotlash.particleman:forge-1.12.2-particleman:0.+')
}