Links
Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 6 months ago
Updated 5 months ago
All versions
1.8+1.21.1
Release
TrueAdaptiveMusic Neoforge 1.8+1.21.15 months ago 235
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Client and server
Required content
Changes
中文(简要更新说明)
修复音乐包 JSON 读取编码:强制 UTF‑8,解决非 ASCII 文件名(如日文/中文)读取失败的问题
修复 loopMusic 在循环后无法切换到其他条件音乐的问题
增强容错:当音乐条目异常为空时不再导致崩溃
构建/打包稳定性修复(清理旧客户端源码冲突)
English (Short Changelog)
Fix UTF‑8 reading for music pack JSON files, resolving non‑ASCII filename issues
Fix loopMusic getting “stuck” in a loop and not switching to other conditions
Improve stability: prevent crashes when a sound entry resolves to null
Build/package stability fixes (legacy client source conflicts removed)
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:iPLeKGdn:5XFpvAVa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iPLeKGdn:5XFpvAVa"
}


