Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated last month
All versions
1.8.0
Release
Subtle Effects (Fabric) 1.21-1.8.02 years ago 175.6K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Changes
- Added Spark Providers. A resource pack driven system for customizing spark color and behavior for blocks. As a result, the mod will now only spawn sparks for vanilla blocks, modded blocks will have to be added with a resource pack. Documentation for adding Spark Providers can be found on the wiki here
- Added a list config to add additional biomes for frosty breath to spawn in
- Particles are now culled in unloaded chunks (With config to disable)
- Added entity burning particle support for Soul Fire'd
- Added a pitched up turtle egg break sound when normal eggs are thrown
- Added a config to change the height position of the on screen fire overlay
- Added a config to change how far a falling block needs to fall before it spawns dust
- Beacon particle spawning has been tweaked slightly
- Fixed the 'Not Common' item rarity display option not working when 'Particle Color' was set to 'Name Color'(#42)
- Fixed overriding Visuality attack particles in 1.21.3 (#47)
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:wFxfk79O"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4q8UOK1d:wFxfk79O"
}


