1.0.2
Compatibility
Changes
Adjustable Sound Limit 1.0.2 Changes / 変更点
Fixed Sound Limit Issue Fixed an issue where the sound limit was capped at 247 even if configured higher. (設定値を変更しても、サウンド上限が247に制限されてしまう問題を修正しました。)
Increased Max Sound Limit Maximum sound channels increased to 4096. (サウンドチャンネルの最大値を4096まで拡張可能にしました。)
Fixed Localization Fixed an issue where language files were not loading correctly. (言語ファイルが正しく読み込まれない問題を修正しました。)
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:TLMfKa51:IautyFJm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TLMfKa51:IautyFJm"
}

