All versions
1.1.0
Release
Shader Profiles 1.1.02 months ago 799
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Changes
Shader Profiles 1.1.0 - The Cloud Update!
✨ New Features:
- Cloud Sharing: Upload your shader profiles directly to the cloud (powered by mclo.gs) with a single click. Generates a short link that you can instantly send to the server chat to share with friends!
- Cloud Importing: Added an "Import from Clipboard" button. Just copy a mclo.gs link and the mod will download the profile instantly in-game.
- Smart Shader Detection: When downloading a profile, the mod now deeply scans your
.zipshader files using a fingerprinting system to automatically select the correct matching shader pack, even if the file name was changed. - Profile Comparison: Added a dedicated comparison interface! Select exactly two profiles in multi-select mode to view their configuration differences side-by-side.
🎨 Improvements & UI/UX:
- Custom Textures: Replaced standard vanilla buttons with new, polished custom textures for a more immersive and premium look.
- Dynamic Animations: Added animated loading icons (spinner and hourglass) when uploading or generating links.
- Colored Feedback: Improved text feedback with intuitive colors (e.g., green for successful installations).
- Marquee Text: Long profile or shader names on buttons now auto-scroll side-to-side so they are fully readable.
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:EbE1nRoM:aTq9OS7r"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EbE1nRoM:aTq9OS7r"
}

