Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated 2 days ago
All versions
0.4.4
Release
Dynamic Surroundings NeoForge 0.4.42 days ago 1,155
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
Documentation can be found at ReadTheDocs website.
All Loaders
- JAVA 21+
- Architectury 13.0.8+
Fabric
- Fabric Loader >= 0.16.9
- Fabric API >= 0.110.0+1.21.
NeoForge
- NeoForge 21.1.84+
Fixes
- Fixed compatibility with Enderscape mod. Client should no longer crash during startup.
- Dynamically disable sound discarding feature if Raise Sound Limit Simplified (RSLS) is installed.
Changes
- Added isEarly(), isMiddle(), and isLate() functions to seasonal script namespace to detect sub-seasons. For modpacks without seasonal mods (ie, Serene Season), each will return true.
- Added configuration options (under Sound Options) to control how Dynamic Surroundings asserts a sound play is originating from the client thread.
- discardNonClientSoundPlays (default true): If true, a sound play will be discarded with a corresponding message emitted into the log whenever it detects the play is originating from a non-client thread
- logStacktraceWhenDiscarding (default false): If true, a stack trace is emitted to the log with the goal of giving as many clues as to which mod is making the call
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:H7fshfpD:lhOsYGGt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:H7fshfpD:lhOsYGGt"
}

