Tags
Creators
Details
1.19.3-8.3.9
Compatibility
Changes
✨ Tweaked config - recommended to delete current travelersbackpack-common config and reapply changes to newly generated config
✨ Added enableVillagerTrade config option to disable Villager backpack trades
✨ Added toolSlotsAcceptableItems config option to add items to tool slots
✨ Added blacklistedItems config option which defines blacklisted items for backpack inventory
✨ Added possibleOverworldEntityTypes config option to modify enemies which can spawn with backpack
✨ Added possibleNetherEntityTypes config option to modify enemies which can spawn with backpack in Nether
✨ Added overworldBackpacks config option to modify all possible backpacks that can spawn on Overworld mobs
✨ Added netherBackpacks config option to modify all possible backpacks that can spawn on Nether mobs
🔧 Tweaked all commands' syntax
🔧 /tb access <blockpos> - let's player access Traveler's Backpack at given block position
🔧 /tb access <playerName> - let's player access Traveler's Backpack at given player's back
🔧 /tb remove <playerName> - removes backpack from given player's back
🔧 /tb clear <playerName> - clears contents of backpack at given player's back
🔧 /tb restore <playerName> <backpackUUID> - restores the backpack from 'backpacks' folder in world folder with the given UUID
🔧 /tb unpack <blockpos> - drops all items from backpack that's placed at given block position
🔧 /tb unpack <playerName> - drops all items from backpack that's on given player's back
🐛 Fixed crash with memory slots
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:apja6Dhu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rlloIFEV:apja6Dhu"
}

