All versions
2.2.1
Release
Ji AFK Cinematic 2.2.12 weeks ago 6
Compatibility
Minecraft: Java Edition
1.21.5
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Ji-AFK Cinematic v2.2.1

A major quality-of-life update focused on usability, compatibility, and performance.
Added
- Added an AFK music volume slider, allowing the cinematic music volume to be adjusted independently.
- Added a quick toggle shortcut to enable or disable the mod instantly without opening the configuration menu.
- Default shortcut: Ctrl + H.
Changed
- Changed the configuration menu shortcut from F7 to F7 + H to improve compatibility with other mods.
- Improved compatibility with Ji Zoom Cinematic.
- Reworked button descriptions throughout the configuration menu for better clarity.
- Refactored several internal systems, making the mod lighter and reducing unnecessary processing.
Fixed
- Various internal improvements and code cleanup.
- Fixed multiple minor issues affecting stability and compatibility.
Optional dependencies
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:NYveE6yC:S7NGpVfp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NYveE6yC:S7NGpVfp"
}


