Tags
Creators
Details
All versions
0.10.2+26.2-neoforge
Release
[NF] v0.10.2 for mc 26.24 days ago 99
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client-side
Changes
0.10.2
This version comes with some more minor bug fixes, tweaks to existing particles, and some new resourcepack features
Changes & Fixes
- Ambient leaf particles now use the particle override specified for that leaf block
- Spruce leaves now have falling needles, and azalea leaves now have appropriate falling leaf particles
- Honey block particles are no longer bouncy
- Fixed block placement particles sometimes clipping into the block directly above or below
- Fixed bouncy particles taking an extra tick to bounce instead of immediately after colliding something
- Particle collision and interaction with fluids should now be much more accurate
Resourcepack changes
- Added a new particle origin:
block/ambient_leaves. This only works for leaf blocks that already emit particles. - Resourcepacks can now define overlays that only apply to certain versions of Particle Interactions
- Documentation will be available for this on the docs website
- Added a new
physics/bounciness_decaycomponent. This works similarly to other 'X decay' components in that the value is multiplied by the bounciness every time the particle bounces - The
lifetime_eventscomponent has been renamed toevents- All event actions can now be specified in either the
eventscomponent oreventsfield of particle appearances - Spark particles make use of this to avoid duplicating the particle definition for soul and regular sparks
- All event actions can now be specified in either the
- Added a
facing_camera_modefield to particle appearances which controls particle billboarding - Trying to use an invalid particle override now logs a warning instead of refusing to load the file
- Fixed the
flow_accelerationfield inphysics/wind_configcomponent not respecting negative values - The documentation site is now complete: https://particle-interactions.enchanted.games/rp/introduction.html
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| eg_particle_interactions-0.10.2+26.2-neoforge-sources.jar | Unknown | 555.59 KiB |
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:xFCYuAs8:ZcRyDX6w"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xFCYuAs8:ZcRyDX6w"
}

