Tags
Creators
Details
Licensed LGPL-3.0-only
Published last year
Updated 9 hours ago
All versions
21.1.0b-beta.1
Beta
AsyncParticles 21.1.0b-beta.12 months ago 17K
Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Fabric
NeoForge
Supported environments
Client-side
Changes
Notice: ALPHA Build
v21.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.
alpha.3
- Optimized rain blocking for contraptions and fixed related bugs.
alpha.2
- Fixed splitTick could not be disabled.
- Fixed GPU particle tick in splitTick.
alpha.1
- 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.
- Particle Rain(v4-beta.10) compatibility.
v21.1.0a
beta.6
- Fixed mixin conflict with Immersive Vehicles.
- Restricted the compatible version of Create to 6.0.10+.
beta.5
- Fixed mixin conflict with Embeddium.
beta.4
- Fixed crash with RuOK + C2ME.
- Reverted LegacyRandomSource changes.
beta.2/3
- Requires FabricLoader v0.17.0+ or NeoForge v21.1.22+
- Improved the
canRenderFastcheck logic to prevent unsupported particles from being marked for GPU acceleration. - Actually fix particles rendering twice on NeoForge in certain cases.
- Actually fix black destruction particles.
- Fixed visual bug with Particle Interactions.(by Evoloxi)
beta.1
- Fix compatibility with mods that can clear the particles map.
- Add missing translations.
alpha.2:
- Fix contraptions' rain/particle blocking on sublevels.
alpha.1:
- Support for Create 6.0.10
- Contraptions now block vanilla rains.
- GPU particle acceleration! Cheers!
- Create: Aeronautics compatibility.
- Currently incompatible with Particle Rain, but compatibility is coming in a future version.
- Removed old compatibility code for some mods. Please report an issue if you encounter any problems.
Optional dependencies
Known incompatibilities
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:qmJ9MXgo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:c3onkd5k:qmJ9MXgo"
}





