Links
Tags
Creators
Details
v1.0.0+26.2
Compatibility
Required content
Changes
First stable release. Please report any issues on GitHub.
First stable release of Resource Pack Profiles for Minecraft 26.2, a lightweight client-side Fabric mod that adds named load-order profiles to the resource pack screen.
Changes
- Custom icons - profiles whose names differ only in spaces or symbols no longer overwrite each other's custom icon files
- Export - fixed a possible crash when exporting a profile while the profile list was being modified
- File dialogs - closing the profile or edit screen while an import/icon picker is open no longer reopens the dismissed screen
Requirements
| Minecraft | 26.2 |
| Fabric Loader | 0.19.3+ |
| Fabric API | 0.152.2+26.2 |
| Fabric Language Kotlin | 1.13.12+kotlin.2.4.0 |
| Mod Menu | 20.0.0-beta.3 (optional) |
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:l6drnlXq:4FWDMSrG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:l6drnlXq:4FWDMSrG"
}



