Tags
Creators
Details
1.0.3-fabric-1.21.11
Compatibility
Changes
🔧 Smart Backpacks 1.0.1 Released!
Smart Backpacks 1.0.1 is here with important fixes, safer storage management, powerful new upgrades, and two massive new backpack tiers!
🛠️ Fixes & Changes
- Fixed an issue where the Pickup Upgrade could be overwritten by the Hopper Upgrade.
- Storage upgrades can no longer be removed when the backpack contains more items than the remaining storage can hold.
- Removed the automatic welcome and Discord message.
✨ New Upgrades
-
🏹 Quiver Upgrade Stores arrows and other projectiles inside your backpack and automatically supplies them when needed.
-
🗑️ Trash Can Upgrade Adds a trash panel to the backpack interface for quickly deleting unwanted items.
-
🛟 Rescue Upgrade Attempts to automatically save the player using configured rescue items such as Totems of Undying, water buckets, or golden apples.
-
🧱 Builder Upgrade Automatically replenishes building blocks from your backpack while you build. Includes filters and main-hand or off-hand settings.
-
🔥 Torch Placer Upgrade Automatically places torches from your backpack when the surrounding light level becomes too low.
-
⚠️ Capacity Warning Upgrade Displays a notification or HUD warning when your backpack is almost full.
-
🔒 Item Lock Upgrade Locks selected items or slots so they cannot be accidentally moved, dropped, deleted, sorted, or removed by other upgrades.
-
📦 Pickup Notifier Upgrade Displays a small notification whenever items are collected directly into your backpack.
-
🔗 Backpack Link Upgrade Link multiple backpacks together and travel to linked backpacks through the upgrade interface.
🎒 New Backpacks
-
💎 Ultimate Diamond Backpack A powerful diamond-tier backpack with 250 storage slots.
-
🔥 Netherite Vault Backpack The largest backpack tier yet, featuring an enormous 2,500 storage slots.
🔗 CurseForge: https://www.curseforge.com/minecraft/mc-mods/smart-backpacks
🔗 Modrinth: Modrinth is under review!
Thank you for all the support! ❤️
Disclaimer: NOT AN OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.
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:nQ22PCfl:gJnt3ybi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nQ22PCfl:gJnt3ybi"
}

