All versions
2.1.0
Beta
The Bundle Project 2.1.0 - Paperlast month 2
Compatibility
Minecraft: Java Edition
26.2
Platform
Paper
Changes
The Bundle Project 2.1.0
- Fixed items dragged onto the open source bundle being written to vanilla's hidden bundle storage and disappearing when the menu closed. These insertions are now transferred into the visible 27-slot inventory on Paper, Fabric, and Forge.
Smart Collection
- Added per-bundle Off, Matching, and Everything collection modes.
- Added switchable Exact and Item Type matching.
- Multiple carried bundles can collect together; Matching bundles run first.
- Ground pickups merge into compatible stacks before using empty bundle slots.
- Added collection, matching, and capacity status to bundle lore.
Interface and compatibility
- Standardized Paper, Fabric, and Forge on the same four-row bundle screen.
- Added command-free toolbar controls for collection mode and matching rule.
- Added one shared schema-v2
minecraft:custom_dataformat for all platforms. - Added automatic migration from vanilla bundles, version 2.0.1 Fabric/Forge storage, and version 2.0.1 Paper storage.
- Preserved names, dyes, enchantments, durability, custom lore, and unrelated custom data.
Created by Dex_Sxcrifice.
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:wtdrxXMy:X2YdLFGu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wtdrxXMy:X2YdLFGu"
}

