Tags
Creators
Details
2.3.2
Compatibility
Required content
Changes
Ji-AFK Cinematic v2.3.2
An immersion-focused update introducing fishing and sleep cinematics, along with improvements to music, camera balance and controls.
Added
-
Added Fishing Cinematics, a new cinematic mode designed for fishing.
- Starts automatically after casting a fishing rod, with a configurable 10-second delay by default.
- Cinematic shots play normally while waiting for a catch.
- When a fish approaches, the camera switches to a better angle focused on the player and fishing action, keeping the experience cinematic without losing sight of the catch.
-
Added Sleep Cinematics, allowing cinematic bars and cinematics to remain active while sleeping.
- Light Mode keeps chat visible and usable.
- Full Mode hides the sleeping interface, leaving only the cinematic experience.
- Compatible with immersive sleep experiences such as Better Days and VO: True Sleep.
Improved
- Improved custom music loading, reducing the need to manually reload music after starting the game.
- Pressing Esc during an active cinematic now exits the cinematic directly instead of opening the pause menu.
Fixed
- Fixed inconsistencies in the configured percentage distribution between player-focused and environment-focused shots.
This update is recommended for all users.
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:7BvkctiX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NYveE6yC:7BvkctiX"
}

