Mod
Shulkers In Bundles
No reviews yet
Making bundles a little bit more convenient and useful by allowing to put shulkers in them
Does not follow a specific thematic focus apart from vanilla Minecraft.
Used for mods with little to no gameplay elements.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Features systems for better item storage and organization.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Quilt is a fork of the Fabric mod loader. Many Fabric mods are compatible with Quilt and vice versa.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description

Description
Shulkers In Bundles is a small but multi-loader and always up-to-date QoL mod that makes bundles just a tiny bit more useful late-game by allowing to put up to 16 shulkers in a single bundle.
Drawbacks
To prevent infinite storage in a single slot, using the mod to perhaps chunk-ban people, or even just overloading servers or your own singleplayer worlds, the mod disables some things.
- You can no longer put Bundles in Shulkers
- Except if they're empty
- You can no longer put Bundles in Bundles
- Except if they're empty
Open API
For a little bit of customization without us struggling to create configs for each loader for so many versions, Shulkers In Bundles exposes a supported API which you can mixin into and change how many shulkers you want to be able to put in a single bundle.
Mixin Code Example;
package xyz.yourmod.mixin; //doesn't matter what your package is named
import net.justmili.shulkersinbundles.data.ShulkerFractions;
import org.apache.commons.lang3.math.Fraction;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.injection.At;
import org.spongepowered.asm.mixin.injection.Inject;
import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable;
@Mixin(ShulkerFractions.class)
public class ShulkerWeightMixin {
@Inject(method = "getShulkerWeight", at = @At("HEAD"), cancellable = true)
private static void modifyShulkerWeight(CallbackInfoReturnable<Fraction> cir) {
cir.setReturnValue(Fraction.getFraction(1, 8));
// ^^^ The 2nd number is how many shulkers will fit.
// (To be exact, this for example is 1/8th of the bundle per shulker, so 8 shulkers will fit.)
// Minimum is 1, maximum is 64.
}
}Keep in mind, if multiple mods modify the shulker weight, the last-applied (or with highest priority) mixin will be used.
FAQ: Can it work server-side without the client?
FAQ: How long will it be kept updated?
Having issues, need to report a bug or just want to chat? Join our official community Discord server!

Description
Shulkers In Bundles is a small but multi-loader and always up-to-date QoL mod that makes bundles just a tiny bit more useful late-game by allowing to put up to 16 shulkers in a single bundle.
Drawbacks
To prevent infinite storage in a single slot, using the mod to perhaps chunk-ban people, or even just overloading servers or your own singleplayer worlds, the mod disables some things.
- You can no longer put Bundles in Shulkers
- Except if they're empty
- You can no longer put Bundles in Bundles
- Except if they're empty
Open API
For a little bit of customization without us struggling to create configs for each loader for so many versions, Shulkers In Bundles exposes a supported API which you can mixin into and change how many shulkers you want to be able to put in a single bundle.
Mixin Code Example
package xyz.yourmod.mixin; //doesn't matter what your package is named
import net.justmili.shulkersinbundles.data.ShulkerFractions;
import org.apache.commons.lang3.math.Fraction;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.injection.At;
import org.spongepowered.asm.mixin.injection.Inject;
import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable;
@Mixin(ShulkerFractions.class)
public class ShulkerWeightMixin {
@Inject(method = "getShulkerWeight", at = @At("HEAD"), cancellable = true)
private static void modifyShulkerWeight(CallbackInfoReturnable<Fraction> cir) {
cir.setReturnValue(Fraction.getFraction(1, 8));
// ^^^ The 2nd number is how many shulkers will fit.
// (To be exact, this for example is 1/8th of the bundle per shulker, so 8 shulkers will fit.)
// Minimum is 1, maximum is 64.
}
}
FAQ: Can it work server-side without the client?
It can. The client does not need the mod although the bundle tooltip will look a little cursed without it.FAQ: How long will it be kept updated?
Quote from Millie, team lead and maintainer of this project: "Until I'm 2 meters under"Having issues, need to report a bug or just want to chat? Join our official community Discord server!
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers