1.6+fabric
Compatibility
Changes
Changelog
[1.6] - 2026-04-03
Screenshot Gallery 1.6
UI Redesign
- The interface has been completely overhauled for a minimal, professional look. We removed the busy visual effects—like heavy drop shadows, pulsing animations, glowing indicators, and bright accents—and replaced them with clean lines, subtle hover states, and a neutral dark color palette. The gallery grid, thumbnail overlays, and fullscreen viewer are now much cleaner and less distracting.
New Features
-
Seed Capture: Singleplayer screenshots now save the world seed. You can click the new "SEED" label in fullscreen mode to instantly copy the seed to your clipboard.
-
Copy TP Command: The old "Go To" folder button has been replaced with a "Copy TP" button. Clicking it instantly copies the exact /tp X Y Z command to your clipboard.
Bug Fixes
-
Deleting a screenshot inside the gallery now correctly deletes its attached .meta.json file to keep your folders clean.
-
Fixed a layout issue where metadata text (coordinates, biome, dimension) was getting cut off at the bottom of the fullscreen viewer.
-
Replaced the tiny, hard-to-read crosshair text symbol with a clearer custom-drawn icon.
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:WgwgWKoA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IhVCYgCW:WgwgWKoA"
}

