Tags
Creators
Details
All versions
0.9
Beta
[Fabric] v0.9 for mc 1.21.11-rc38 months ago 13.9K
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Changes
0.9
- Updated to Minecraft 1.21.11
- Rewritten the config system:
- YACL is now an optional dependency
- Only non-default config values are saved now
- Allows for better config updating in the future (no more resetting the config every update!)
- All previous config values will be reset, however, the config file from older versions will remain untouched
- Some default config values have been fixed
- Added toggles to disable all block placing or breaking particles
- Lava bubble pop particles now match the lava height more closely
- Adjusted Redstone Dust and Redstone Interaction Dust particles to look closer to vanilla redstone particles
- A bunch of internal refactors have been made this update, do make sure to report any issues you find!
Optional dependencies
Unavailable version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| eg_particle_interactions-v0.9-fabric-mc1.21.11-rc3-sources.jar | Unknown | 351.52 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:vBorCBGT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xFCYuAs8:vBorCBGT"
}

