Tags
Creators
Details
Licensed ARR
Published last year
Updated 17 hours ago
All versions
1.6
Release
Shulker & Bundle 1.620 hours ago 5
Compatibility
Minecraft: Java Edition
1.21.5
Platform
Fabric
Supported environments
Client-side
Server-side
Changes
New
- In-game settings menu — press B (rebindable in Controls) to open a full settings screen for the mod. This replaces the old ModMenu/Cloth Config screen entirely; neither is required anymore.
- Bundle GUI minimum slot count — server admins can set the Bundle GUI to always open at 9, 18, or 27 slots via
/sb bundle slots <9|18|27>or the new menu, even for an empty bundle. This only raises the floor — a bundle that already holds more unique items than the configured minimum still expands further exactly as before. /sb notify— toggle the "get the mod" nudge shown to players without ShulkerBundle installed, directly from chat.- Live settings sync — changing a server-wide setting, whether by command or through the new menu, now updates every connected player's menu immediately.
Changes
- The temporary item shown while editing a Shulker Box or Bundle is now an exact, empty copy of the original — same name, lore, dye, trims, everything — instead of a renamed "Editing: ..." placeholder. It just looks like the real item while you edit it.
- Removed the "Deny Multiplayer Permissions" personal toggle. Now made to work default by prioritizing your settings.
/sband/shulkerbundlehelp output no longer lists permission nodes; it lists the new commands instead./sb personal ...changes now survive a crash or/stop.
Fixed
- A full Bundle GUI could produce a bundle holding more than its real capacity. Overflow is now returned to the player instead, starting from the first slot that would push the bundle over the limit — everything before that point is kept, nothing is split.
Removed
- ModMenu and Cloth Config are no longer used or required.
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:ZYulBs8s:Y4VG2Hc5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZYulBs8s:Y4VG2Hc5"
}

