Tags
Creators
Details
All versions
0.3.0+1.20.3
Release
0.3.0+1.20.33 years ago 1,350
Compatibility
Minecraft: Java Edition
1.20.3–1.20.4
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Features:
- New key binds:
Extract from item- Extracts item(s) from the selected inventory-providing itemToggle interaction mode (hold)- Makes theInteract with itemkey bind behave likeExtract from item
- User experience was drastically improved:
- The cursor now preserves its position when you switch between different screens
- The said screens no longer jump all around you monitor, because I addressed all those off-by-one errors in GUI rendering that Mojang couldn't be bothered to fix. (Yes, Mojang, we believe you care about that cOnsIstEnCy of yours so much, especially when looking at the 9x3 Ender Chest inventory screen, which is two pixels bigger than the exact same 9x3 Shulker Box inventory screen; now, please, go take your pills.)
- Better compatibility with other mods, thanks to MixinExtras
- New icon
Fixes:
- Fixed a bug where an incorrect inventory view could appear when the
Interact with itemkey bind is triggered from the hotbar - Inventory-only key binds no longer override global ones
- Removed unnecessary NBT entries from empty Shulker Boxes, making them once again compatible with features like
stackableShulkerBoxesfrom the Carpet mod - Fixed compatibility issues with
EnchantedShulkers(#7) - Fixed compatibility issues with
EnderChests(#12)
Breaking Changes:
- Relevant Fabric API modules are no longer bundled with the mod. Therefore,
fabric-apiis now a required dependency PackedInventoryEditRequestandPackedInventoryBulkEditRequestare deprecated. Please useInventoryActionRequestinstead
Full Changelog: 0.2.2+1.19.4...0.3.0+1.20.3
Optional dependencies
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| packed-inventory-0.3.0+1.20.3-sources.jar | Unknown | 163.6 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:ofS5nIjw:gIFhIrU5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ofS5nIjw:gIFhIrU5"
}

