Links
Tags
Creators
Details
All versions
1.6.0+1.21.11+fabric
Release
Bundles Beyond 1.6.0+1.21.11+fabric7 months ago 29K
Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
220k omg
Big Release! TL;DR: added Container Slots and Reverse View!
- New Option - Container Slots: Use the texture from the vanilla inventory slots for the bundle slots.
- New Option - Reverse View: Visual only, makes the oldest added items show in the top left and newly added items in the bottom right.
- Improvement: When the scroll mode is Vertical or Hold for Horizontal, scrolling horizontally on a touchpad scrolls the selection horizontally!
- Change: Previously, when the mod was enabled, putting an item in a bundle when an item is already selected will keep the selected slot and not move it over by 1. It now does that even when the mod is disabled.
- Change: Add "Made by 7410" in the config screen :)
- Bug Fix: Fixed the untranslated category name in the keybinds menu between 1.21.3 and 1.21.8
- Bug Fix: If one of the mod's keybinds was unbound, and it tried to check if it's pressed, it would put an error in the log. It now checks if the keybind is unbound before checking if it's pressed.
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| bundles-beyond-1.6.0+1.21.11+fabric-sources.jar | Unknown | 178.03 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:VhUy58Cq:2bcn7gXU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VhUy58Cq:2bcn7gXU"
}


