1.1
Compatibility
Required content
Changes
Snapper 1.1 is here!
Connection, Correction & Collection
Only took us 8 months; but its here now!
I'm working on getting it ported to 1.21.4 and 1.21.5 right now. Those ports should be out soon.
New Features
- Screenshot uploading, share your screenshots with ease! (via AxolotlClient)
- Custom screenshot directory, allowing you to group all of your screenshots from different instances into one folder!
- Screenshot grid view
- Improved keyboard navigation support in menus
Fixes
- Fix macOS clipboard support
- Fix several crashes
Clipboard support on Windows and Linux should also function so long as you use a compatable Java Installation. The vanilla Minecraft launcher downloads a stripped down JVM which does not include libraries needed for clipboard support. Other launchers should work out of the box.
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:MZQyESDC:wZGaRxqL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MZQyESDC:wZGaRxqL"
}

