Tags
Creators
Details
All versions
1.1.0+1.21.1
Release
Packed Packs v1.1.0+1.21.1last year 14.1K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Required content
Changes
📂 Folder Packs (#14)
- Any folder in the root pack directory containing packs, without a
pack.mcmeta, will be treated as a folder pack. - Folder packs behave like regular packs and can be moved between rows and columns to toggle multiple packs at once.
- They can be opened to view and reorder their contents. The order is saved to
packed_packs.folderpack.jsonin the folder root. - Add a
pack.pngat the folder root to set a custom icon.
- Added Ukrainian translation (#17 by StarmanMine142)
- Added keyboard shortcut to open folder packs with
Enter. PressingSpacestill transfers the folder pack.- Folder packs can be closed with Escape or by navigating to the other pack list.
- Child packs enabled individually from the Vanilla Screen now cause their folder pack to appear in both columns in the Packed Packs Screen.
- Renamed
packed_packs.manifest.json→packed_packs.folderpack.json. - Updated the default icon for folder packs.
- Fixed pack list focus jumping around after closing a folder pack.
- Fixed minor resource leak when loading folder packs.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| packed_packs-1.1.0+1.21.1-sources.jar | Unknown | 139.61 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:5A6ozkSN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8Pq6Exn2:5A6ozkSN"
}

