Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 2 months ago
All versions
1.14.2
Release
Subtle Effects (NeoForge) 1.21.1-1.14.24 months ago 32.4K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Client and server
Required content
Changes
- Changed many configs to be conditional. Meaning configs will be enabled/disabled as other configs are changed in the menu. Due to how conditional configs work in Fzzy Config, I expect this change to break some mods that depend on Subtle Effects' configs
- Added basic Lootr support (#166)
- Adds support for chests and decorated pots spawning bubbles underwater
- This also fixes Lootr chests spamming the chest opening sound underwater
Fixes
- Fixed mod compatibility mixins causing log errors on startup (MixinConstraints is now an embedded dependency)
- Fixed the
replaceDustWithBubblesUnderwaterconfig being untranslated - Fixed spectators being able to spawn splashes
- Fixed crash with Sable, making the mod compatible with Create Aeronautics (#221, #222)
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:bTFc0rVM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4q8UOK1d:bTFc0rVM"
}


