2.1+Fabric
Compatibility
Required content
Changes
Screenshot Gallery 2.1
Version 2.1 introduces native folder selection for custom directories, an in-viewer metadata toggle, true full-height image scaling in fullscreen mode, and improved metadata lifecycle handling.
New Features
-
Native File Explorer Folder Picker
- Added a
Browse...button in the Cloth Config settings screen. Users can now select custom screenshot directories using the native operating system file explorer dialog directly from the game UI.
- Added a
-
Fullscreen Metadata Quick Toggle
- Added a direct toggle button in the top-left corner of the fullscreen viewer top bar (
Metadata: ON/Metadata: OFF). Toggle metadata visibility instantly with a single click without opening config screens.
- Added a direct toggle button in the top-left corner of the fullscreen viewer top bar (
-
Dynamic Fullscreen Image Scaling
- When metadata is disabled, the bottom info bar is hidden and the screenshot viewer dynamically expands vertically to fill the full height of the screen.
-
Automatic Metadata Lifecycle Management
- Deleting or renaming screenshots inside the gallery now automatically removes or renames the corresponding
.meta.jsonsidecar files.
- Deleting or renaming screenshots inside the gallery now automatically removes or renames the corresponding
Fixes and Improvements
- Cache Management: Improved memory handling and texture cache invalidation during deletion and rapid image cycling.
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:IhVCYgCW:2ufavrg0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IhVCYgCW:2ufavrg0"
}



