Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
Updated last week
All versions
1.20.1-9.1.26
Beta
[1.20.1] Traveler's Backpack 9.1.262 years ago 58.9K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
✨ Beta release of Upgrades Update for Fabric 1.20.1!
✨ Featuring GUI Style overhaul
- Most important changes when updating from the latest Release version (1.20.1-9.1.18):
✨ Changed Backpack inventory sizes
✨ Balanced Abilities
✨ Added 7 new upgrades that can be applied directly in backpack's inventory: Tanks, Crafting, Magnet, Pickup, Feeding, Jukebox, Void
✨ Added Warden Backpack
✨ Changed Standard Backpack recipe to use string instead of gold ingot
✨ Changed Blank upgrade recipe to 1 Leather in center and 4 strings on each side
✨ Tanks can be filled/drained with hovered item
✨ Added comparator output based on storage fulfillment
✨ Backpack can be destroyed and placed like Shulker Box (with piston and dispenser)
✨ Converting custom backpacks to standard is done with in-world interaction now - use shears on placed custom backpack
✨ New Quartz backpack ability - infinite haste I
✨ New Hay backpack ability - 40% chance to multiply crop drops and a 15% chance to obtain an edible crop from grass
✨ Sleeping Bag can be used directly from the equipped backpack without need to unequipping and placing on the ground
✨ Players can throw splash & lingering potions directly from backpack fluid tanks by using Hose spill mode
🔧 Performance/Optimization changes:
✨ Rewritten whole backpack inventory code
✨ Improved data synchronization
✨ Improved Curios/Accessories integration
✨ Custom Backpack item entity is created only if dropped backpack contains necessary custom data to allow easy removal of not needed backpacks
⭐ Want to receive Supporter Star Badge for a lifetime? - visit my Ko-Fi page!

Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
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:rlloIFEV:JglksaBM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rlloIFEV:JglksaBM"
}

