1.1.1-1.16.2-1.16.5-forge
Compatibility
Required content
Changes
CHANGELOG | FANCYMENU AUDIO EXTENSION v1.1.1-1 Forge 1.19
- Added support for the latest Forge 1.19 build (this breaks the mod for older builds, so please use the latest Forge build)
CHANGELOG | FANCYMENU AUDIO EXTENSION v1.1.1
- Dropped support for Fabric 1.16
- IMPORTANT: I had to rewrite big parts of the extension to make the following fixes possible, so if you notice any new bugs, please tell me! Thank you very much!
- Fixed: Audio goes crazy when it gets loaded multiple times in the same layout (by adding it to multiple audio elements for the same menu)
--> It is not possible anymore to have the same audio in multiple audio elements for the same menu (the audio will simply not play for the second element if it is already part of one)
- Fixed: Audio elements randomly fail to continue playing when going to a menu with the same audio playing as in the previous menu
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| dev_fm_audio_extension_forge_1.1.1_MC_1.16.2-1.16.5.jar | Unknown | 104.13 KiB |
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:pFgXNvCD:al22HYvb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pFgXNvCD:al22HYvb"
}



