Shulkers In Bundles

Shulkers In Bundles

Making bundles a little bit more convenient and useful by allowing to put shulkers in them

by
2.2K Downloads
fabricforgeneoforgequiltstorageutility
Rent Server with this Mod

About this Mod

Titlecard

"Cool, more storage options"

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? 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!

Available Versions

Shulkers In Bundles 1.2.1release
MC 26.1, 26.1.1, 26.1.2neoforge
April 17, 2026
Shulkers In Bundles 1.2.1release
MC 26.1, 26.1.1, 26.1.2forge
April 17, 2026
Shulkers In Bundles 1.2.1release
MC 26.1, 26.1.1, 26.1.2fabric, quilt
April 17, 2026
ShulkersInBundles 1.2 - NeoForge 1.21.2-1.21.11release
MC 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11neoforge
March 18, 2026
ShulkersInBundles 1.2 - Forge 1.21.3-1.21.11release
MC 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11forge
March 18, 2026

How to Install Shulkers In Bundles on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (26.2-rc-2).

3

Install Mod

Open the mod browser in the dashboard and search for "Shulkers In Bundles". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

fabricforgeneoforgequilt

Minecraft Versions

26.2-rc-2, 26.2-rc-1, 26.2-pre-6 (+48 more)

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

Shulkers In Bundles server crashes on startup – what to do?

Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (26.2-rc-2). You can switch loaders with one click in the panel.

Is Shulkers In Bundles compatible with fabric and forge and neoforge and quilt?

Shulkers In Bundles officially supports fabric, forge, neoforge, quilt for Minecraft 26.2-rc-2, 26.2-rc-1, 26.2-pre-6. Note: Forge and Fabric mods are NOT cross-compatible – pick one loader and stick with it. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with Shulkers In Bundles – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Shulkers In Bundles consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install Shulkers In Bundles with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
MIT License
Server-side
Required

Supported Versions

26.2-rc-226.2-rc-126.2-pre-626.2-pre-526.2-pre-426.2-pre-326.2-pre-226.2-pre-126.2-snapshot-826.2-snapshot-7+41 more