Creators
Details
Licensed MIT
Published 3 months ago
Updated 3 months ago
All versions
1.1.0
Release
Arcane Backpacks 1.1.03 months ago 339
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Changes
Arcane Backpacks — Changelog
[1.1.0] — 2025-04-26
✨ New Features
- Item Filter Upgrade — Install in an upgrade slot to control which items can enter the backpack. Configure 9 filter slots with Whitelist or Blacklist mode. Scope can be set to apply to all insertions or magnet pickups only.
- Advanced Item Filter Upgrade — Same as the Item Filter Upgrade but with 18 filter slots for more precise control.
- Compact stack counts — Backpack slots with more than 999 items now display compact labels (
1k,2k,1M, etc.) instead of the full number. Hold Shift while hovering a slot to see the exact count. - Backpack preview tooltip — Hover over a backpack in your inventory to preview its contents as a compact grid. Hold F3+H for a full itemised list.
- Quick transfer — Shift-click a backpack in your inventory to instantly transfer all eligible items from your inventory into it. The Item Filter is respected if one is installed.
🐛 Bug Fixes
- Fixed the sidebar upgrade panel not being centered between the XP bars and the backpack GUI.
[1.0.0] — Initial Release
- Stack Upgrades — 6 tiers: Starter (×1.5), Tier 1 (×2), Tier 2 (×4), Tier 3 (×8), Tier 4 (×16), Omega (unlimited). Multiple upgrades stack multiplicatively.
- Tank Upgrade system — 3 tiers storing Water, Lava, and XP. Left-click to deposit all XP, right-click to withdraw, middle-click for a custom amount popup with
k/Mshorthand. - Refill Upgrade — Automatically refills partial stacks in the backpack from matching items.
- Upgrade slot scaling — Each backpack tier has a distinct number of upgrade slots (1–6).
- Placed-block mode — Backpacks can be placed in the world and opened as a container block.
- Trinkets integration — Full support for the trinket back slot including renaming, tank interaction, and stack multipliers.
- ModMenu config screen — Per-tier row, column, and upgrade slot configuration.
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:4OsR61Nh:z7dtDuwe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4OsR61Nh:z7dtDuwe"
}

