Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated 2 years ago
All versions
0.4.2
Release
Dynamic Surroundings-neoforge-1.21.1-0.4.22 years ago 331.8K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Required content
Changes
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+
What's New
- Experimental: Toolbar sounds will play the "block step" sound for block items. It is off by default, and can be turned on in settings.
- Added whatsplaying subcommand to /dsmm. Will report on the music that is playing in the Music Manager.
- Work in Progress: Brought back a variety of block step sounds. Dynamic Surroundings will perform remapping of sound plays to get an updated sound, which is entirely different from the prior implementation. This is not intended to be full-featured as with prior step simulations. Can be disabled in the configuration (Sound Options -> Sound Remapping).
Changes
- Do not tint biome fog if biome fog effect is disabled.
- Compass overlay will spin wildly if the dimension is not natural, like the Nether. This mirrors vanilla compass behavior.
- Internal modifications and restructure to facilitate porting to MC 1.21.4. Mojang started its refactor for how component data is encoded, not to mention the always welcome "find out what was renamed and where it was moved to" game.
Fixes
- Disabling fog effect actually works
- Compatibility with Nostalgia Tweaks and Distant Horizons world fog effect
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:aFsN201L"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:H7fshfpD:aFsN201L"
}


