Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated last month
All versions
1.7.0
Release
Subtle Effects (Fabric) 1.21.3-1.7.02 years ago 2,500
Compatibility
Minecraft: Java Edition
1.21.3
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Changes
- Added Japanese translation (Thanks gohkenytp)
- Item rarity particles max height config has been reworked (should work about the same but the config values have changed)
- Added an item rarity particle speed config
- Added a density config for item rarity particles
- Beacon particles are now colored to match the beam color (Beacon particles config has also been reworked)
- Added a random delay to the start of frosty breath (This is so that every entity doesn't breath at the same time)
- Added some flame and spark particles to flint and steel when lighting a block eg candle, or campfire (I'm not entirely happy with this so it may change later)
- Added smoke and sparks to exploding creepers
- The
Entities/Primed TNTconfig category has been renamed toEntities/Explosives - Added small experience orb particles to experience bottles (By default this replaces the vanilla splash potion effect)
- Added a config for dust clouds to require the player to have the speed effect
- Fixed fireflies only spawning on the first night of a world
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:4q8UOK1d:sdvKHWMe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4q8UOK1d:sdvKHWMe"
}


