Equip shulker boxes as accessories (Shulker Backpacks)
  • Java 97.2%
  • Nix 2.8%
Find a file
2026-04-09 14:36:49 -04:00
.vscode chore: update dev environment; add runClient 2026-04-01 17:59:04 -04:00
gradle/wrapper feat: add Shulker Accessories mod for NeoForge 1.21.1 2026-03-31 15:42:47 -04:00
src/main fix(compat/ss): avoid client-side ItemContentsStorage pre-seeding in fromNetwork 2026-04-09 14:30:23 -04:00
.envrc init: configuration files for Nix shell/flake 2026-03-31 14:16:23 -04:00
.gitignore feat: update KwahsCore import paths, and include compat source directory in build configuration 2026-04-07 15:06:21 -04:00
build.gradle feat(compat/ss): use SSPersistence for wrapper creation and fix processResources 2026-04-09 13:04:03 -04:00
flake.lock init: configuration files for Nix shell/flake 2026-03-31 14:16:23 -04:00
flake.nix chore: update dev environment; add runClient 2026-04-01 17:59:04 -04:00
gradle.properties chore(1.1.0): version bump 2026-04-09 14:36:49 -04:00
README.md chore(1.1.0): version bump 2026-04-09 14:36:49 -04:00
settings.gradle refactor(compat/ss): migrate SS layer to KwahsCore shared compat 2026-04-07 13:12:18 -04:00

Shulker Accessories

Equip up to three shulker boxes as accessories and pop them open wherever, whenever

How it works

  • Three dedicated accessory slots for any shulker box variant
  • Press B to open your first equipped shulker, with tabs to switch between them
  • Right-click a held shulker to open it in-place instead of placing it down
  • Crouch+right-click still places normally

Sophisticated Storage

Sophisticated Storage shulker boxes work in the accessory slots and open with their native UI, so you get full access to the inventory on the go.

SS upgrades that depend on the shulker being a placed block (hoppers, fluid, etc.) won't function while equipped. This is by design; these upgrades simply don't work without placement. You still get all the other upgrades in mostly functional capacity. I have not found any gamebreaking bugs with this setup, but if you find any please report them.

The SS Settings tab does not currently work, you must place the shulker down for that. Minor annoyance, im working on compat for that.

Easy Shulker Boxes

Works well alongside Easy Shulker Boxes for tooltip previews and inventory interactions on vanilla shulkers. Three-way compatibility between this mod, ESB, and Sophisticated Storage is WIP.

Compatibility

Credits

Builds on ideas from ShulkerBoxSlot and Advanced Shulkerboxes, rebuilt with the Accessories API.

License

GPL-3.0-or-later