Tags
Creators
Details
1.21.1-10.1.33
Compatibility
Required content
Changes
✨ Tool Swapping Overhaul
✨ Holding the Z key (default, QWERTY) opens a radial menu where you can swap, remove, or add tools to the backpack (the backpack must be equipped for the menu to appear)
✨ Scrolling is no longer required for tool swapping, which fixes issues with controllers and similar input devices
✨ The menu can be opened seamlessly while the player is running or walking, without interrupting movement
✨ A new menu has been added for hose controls, allowing you to change hose modes and select the active tank
✨ Tool Swapping can be turned off in server config - "allowToolSwapping"
✨ The menu position is fully customizable via offsetX and offsetY in the client config
⭐ Want to receive Supporter Star Badge for a lifetime? - visit my Ko-Fi page!

Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| travelersbackpack-fabric-1.21.1-10.1.33-sources.jar | Unknown | 962.88 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:rlloIFEV:i6cd1S6S"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rlloIFEV:i6cd1S6S"
}

