All versions
1.0.2+1.21
Release
dcme-mc1.21-fabric-1.0.23 hours ago 1
Compatibility
Minecraft: Java Edition
1.21
Platform
Fabric
Supported environments
Changes
DCME 1.0.2
Fixed
- The structure cache leaked from one world into the next. Entering a second world in the same session could make DCME play music tied to structures that only exist in the previous world, and the mistake was then written to disk.
- The cache is loaded on server start, which fires every time a world is loaded - not once per game launch - while the cache itself lives for the whole session. The loading routine only emptied it on its normal path: when the world had no cache file yet, it returned early and left the previous world's entries in place.
- Anything recorded afterwards marked the cache dirty, so on leaving that world the save routine wrote both worlds' entries into the new world's cache file. The contamination outlived the session.
- The cache is now emptied on entry to the loading routine, which covers every exit path at once rather than the one that happened to be noticed.
Compatibility
- No config, world or save data changes. Drop-in replacement.
- Existing cache files stay valid. A file already polluted by the old behaviour repairs itself as the world is explored again.
Supplementary resources
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:uDwJAaHz:Uu9qCwmg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uDwJAaHz:Uu9qCwmg"
}![[DCME] Dynamic Contextual Music Engine](https://cdn.modrinth.com/data/uDwJAaHz/1f5be1c2dc5059f184d9953a39361b9ae69a6f1d_96.webp)

