Tags
Creators
Details
1.21.1-10.1.17
Compatibility
Required content
Changes
✨ Performance Improvements for Curios/Trinkets/Accessories Integrations
✨ Rewritten Upgrades Manager, Networking clean up
✨ Added tickRate config option for magnet and feeding upgrade
✨ Added allowOpeningFromSlot config option – Allows opening the backpack with a keybind when clicking on the backpack item in an inventory slot (disabled by default)
✨ Pressing the B key will now open the first backpack in the player's inventory if no backpack is equipped
✨ Show More Button remembers its' state
✨ Added Fox Backpack ability – Grants +10% Movement Speed and a Jump Boost effect. Additionally, improves movement speed in the air, making jumping much smoother and faster. ⚠️ If updating from a previous version, the allowedAbilities and backpackEffects config options must be reset to default for abilities to work
✨ Added Emerald Backpack ability – +1 Luck
✨ Added a gray overlay on the slot when opening the backpack (from hand or from a slot) to indicate that the slot is locked
✨ Added an unequip tip on the backpack icon in the player’s inventory
🔧 Improved magnet upgrade responsiveness (ticks 2 times per second instead of 2 times per 3 seconds)
🔧 Applied Backpack upgrades are visible in backpack tooltip
🔧 Cow Backpack ability now removes only harmful effects instead of all effects
🔧 Cow Backpack ability now works only if a harmful effect is detected
🔧 Improved attribute-based abilities display in the backpack tooltip
🔧 Lapis Backpack buff – Now has a 15% chance to double the received experience, instead of giving 0 or 1 XP every time
🔧 Improved Warden & Wither Backpack tooltips
🔧 Backpack abilities no longer display effect icons in the top-right corner. They are now visible only in the player’s inventory
🔧 Water effect now extinguishes burning players regardless of the biome and grants Regeneration for 7 seconds if the player is not burning and is in a warm biome
🔧 Spyglasses can now be placed in tool slots
🔧 Resetting a backpack with a Blank Upgrade now drops a clean copy of the backpack item along with its contents
🔧 Added a tooltip for the Blank Upgrade
🔧 Updated Magnet Upgrade description to include pull range
🔧 Reverted Wither Backpack nerf – It now grants Wither effect immunity and applies the effect on hit
🔧 Splitted Trinkets and Accessories integration
🐛 Fixed 99 slot cap if used Stackable mod to expand max itemstack size
🐛 Fixed a crash when an upgrade slot contained an item other than an upgrade
🐛 Fixed a crash when the hose had invalid data
🐛 Fixed a crash when upgrades had invalid data
🐛 Fixed the Void Upgrade not voiding the first item added to filter slots
🐛 Fixed duplication issue
⭐ Want to receive Supporter Star Badge for a lifetime? - visit my Ko-Fi page!

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

