Links
Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated 2 years ago
All versions
1.0.7+forge
Release
1.0.7 (Forge 1.16)5 years ago 9,199
Compatibility
Minecraft: Java Edition
1.16.2–1.16.5
Platform
Forge
Supported environments
Client-side
Changes
- Add proper target branch (comp500)
- Disable dry-run, overwrite GH release (comp500)
- Expose tokens to release workflow (comp500)
- Set infinite fetch depth for GH actions (comp500)
- Add CI/CD for deploying to Modrinth/CurseForge/GH releases (comp500)
- Constrain version range for Forge, clean up comments (comp500)
- Clean up copying code, implement Fabrishot support (fixes #12) (comp500)
- Fix icon (comp500)
- Clean up mixins, fix injections in Forge dev env (comp500)
- Clean up Forge client registration, add minVersion, mark client-side only (fixes #14) (comp500)
- Port to Architectury for unified fabric+forge codebase (comp500)
- Misc changes (comp500)
See the full changes on Github: https://github.com/comp500/ScreenshotToClipboard/commits/1.0.7
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:1KiJRrTg:RUKPaOij"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1KiJRrTg:RUKPaOij"
}

