Tags
Creators
Details
All versions
2.1.0+1.21.11
Release
Fabric v2.1.0+1.21.115 months ago 18.7K
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- Added a formal Java API mainly to support adding simple widgets. Refer to the new Wiki page for more details.
- Added Polytone button (#43) to the Packed Packs screen.
- Note: Mod developers can use the new API for better long-term compatibility.
- Added Simplified Chinese Translation (#46 by qznfbnj)
- Added incompatible title and description when hovering or selecting incompatible packs to match vanilla behavior. Can be disabled with the "Hide incompatible Warnings" option.
- Improved keyboard navigation.
- Focus is now correctly redirected when opening or closing most dialogs.
- Arrow key navigation in the profiles list now prioritizes the profile button over the delete button.
- Arrow key navigation in pack lists is now constrained within the lists. To move focus away from the pack list, use
TaborShift+Tab. - Added pack list shortcuts for
Home,End,PgUpandPgDown.
- Removed config migration from v1 to v2. If updating directly from v1, your old config file will remain on disk but will no longer be used.
- Removed the automatic hash suffix from new profile IDs.
- Fixed crash caused by illegal characters in profile names (#42).
- Fixed crash with VTDownloader on 1.21.11.
- Fixed 'Remember Last Viewed Profile' option always being on.
- Made significant internal changes to the Packed Packs screen which may result in a different user experience or introduce new bugs. Please submit feedback or report any issues here.
- Changed background texture of dialogs to
popup/background.pngsprite asdemo_background.pngwill be removed in the Minecraft 26.1 update. - Fixed being able to disable mod resources in NeoForge via overrides.
- Bumped Fabric Loader version.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| packed_packs-fabric-2.1.0+1.21.11-sources.jar | Unknown | 207.01 KiB |
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:8Pq6Exn2:ik5hcdTq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8Pq6Exn2:ik5hcdTq"
}

