Tags
Creators
Details
Licensed LGPL-3.0-only
Published last year
Updated yesterday
All versions
20.1.0b-beta.1
Beta
AsyncParticles 20.1.0b-beta.12 months ago 17.2K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Forge
Supported environments
Client-side
Changes
Notice: ALPHA Build
v20.1.0b
beta.1
- Fixed a rain blocking bug when
Rain Effectis set toStationary. - Fixed a rain blocking bug when the contraption is upside down.
- LambDynamicLights compatibility.
alpha.1
- Backported v21.1.0b to MC 1.20.1. Let me know if I missed anything.
- Support for Create 6.0.8
- Contraptions now block vanilla rains.
- GPU particle acceleration! Cheers!
- Valkyrien Skies 2.4 compatibility!
- Fix contraptions rain/particle blocking on ships.
- Particle Rain(v4-beta.10) compatibility.
- Removed old compatibility code for some mods. Please report an issue if you encounter any problems.
- Actually fix black destruction particles.
- Added splitted particle tick.
- Setting added to the Mixin tab.
- This splits the particle tick task more evenly, instead of grouping by
ParticleRenderType. - Currently, only vanilla and some known compatible
ParticleRenderTypes are supported. - Disabled by default. Generally, disabling it yields better performance. However, if you have unlocked the particle limit and the default settings cannot handle the load, you can try enabling it. Local tests show it can handle 160,000+ firework particles.
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Known incompatibilities
Any version
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:c3onkd5k:mIe0dM6e"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:c3onkd5k:mIe0dM6e"
}

