Tags
Creators
Details
All versions
0.10.3+26.3-fabric
Release
[Fabric] v0.10.3 for mc 26.323 hours ago 1,061
Compatibility
Minecraft: Java Edition
26.3
Platform
Fabric
Supported environments
Client-side
Changes
0.10.3
- Updated to 26.3
- Added new particles for all the poplar leaf variants
- Red shrubs now have similar particles to bushes and other flowers
- KNOWN ISSUES:
- Axe stripping, hoe tilling, and shovel flattening particles are currently not implemented
- Spruce leaves do not show their ambient falling needle particles
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| eg_particle_interactions-0.10.3+26.3-fabric-sources.jar | Unknown | 563.04 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:votDlg8Q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xFCYuAs8:votDlg8Q"
}


