0.9.0-g
Compatibility
Changes
v0.9.0-g — Stage 9e: Voice Retrim + Farewells
Fixed
- Greeting recordings no longer include spoken line numbers. The uniform 0.35s trim in 9d wasn't enough to catch the "one," "two" count-ins Unknow's read before each line. Now every greeting is trimmed to the actual first silence gap after the number.
Added
- Farewell sounds for Agents X, T, J, and N. Random 1-of-2 variants play when their merchant screen closes. Sourced from Section 8 of Unknow's recording ("Mm-hm," "Anything else?," etc.). Ropo and Field Agent farewells deferred (their quest screens close via network layer, needs separate hook).
v0.9.0-f — Hotfix: DockOutpostFeature compile error
Fixed
DockOutpostFeature.javafailed to compile: the tape placement line used the bareModItems.name but the file doesn't import that class. Switched to the fully qualifiedcom.cryptidcore.mod.registry.ModItems.TAPE_L_RADIO_TO_BASE(matches the pattern used inSnowlineCampFeature).
The 39 deprecation warnings in the compile log are non-fatal — they
concern ResourceLocation(String, String) being marked for removal in
a future Minecraft version. All existing calls still work; a full
migration to the new constructor is deferred (not in scope for 9d).
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:o8SuzqFs:zUHWeXH7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o8SuzqFs:zUHWeXH7"
}

