Tags
Creators
Details
All versions
2.2.3+1.21.11
Release
Fabric v2.2.3+1.21.116 days ago 7,350
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
v2.2.2
- Fixed being unable to apply packs if there are folder packs with invalid metadata (#59)
- Fixed background texture scaling of pack lists.
v2.2.3
- Added configurable load conditions in the context menu options for the default resource pack profile:
NO_OPTIONS_OR_VERSION_FILE: Triggers when theoptions.txtorconfig/packed_packs/__version.jsonis missing.- Fixes default profile not applying with Default Options (#67)
- Used as the default condition when the
config.meta.jsonis newly created. - Note: You should not ship the
__version.jsonfile in modpacks, and since it's new to this update, switching to this option will reset the resource pack configuration for existing users.
NO_OPTIONS_FILE: Triggers only when theoptions.txtis missing.- Only exists to preserve the resource pack configuration for existing users when updating to this or newer versions of the mod, otherwise use the above option.
- Used as the default load condition when the
config.meta.jsonfile already exists.
- Updated Russian Translation (#70 by iceban)
- Improved compatibility with smooth scrolling (#71)
- Fixed translation keys for toggling the default and lock setting of profiles being inverted in the context menu.
- Arrow key navigation in pack lists is no longer constrained.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| packed_packs-fabric-2.2.3+1.21.11-sources.jar | Unknown | 185.72 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:qydKWiOz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8Pq6Exn2:qydKWiOz"
}

