Inventory Shuffle

Quick rating

Inventory Shuffle

No reviews yet

A client-side Fabric mod that scrambles every inventory/container screen's layout the moment it opens - slots, panel, and buttons jump to random spots, but your clicks still land. Cosmetic and client-only. Configurable. Minecraft 1.21.x (Fabric).

QoL & Tweaks
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
InventoryShuffle-1.0.0.jar
Authors

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Inventory Shuffle

A client-side Fabric mod that scrambles the layout of every container and inventory screen the instant it opens. Open a chest, your inventory, a furnace, a villager trade window - and the slots, the background panel, and the buttons all jump to fresh random positions. Your clicks still land: the mod moves the real slot coordinates that vanilla uses for hit-testing, so hovering and clicking follow the slots wherever they end up.

What it does

  • On every container/inventory screen open, it displaces every slot by an independent random offset, the background panel origin, and every button / clickable widget.
  • Each element is clamped to stay on screen, so nothing scrolls off where you cannot reach it.
  • Re-shuffles on window resize, always offsetting from the original vanilla layout (offsets do not compound).
  • Purely client-side and purely cosmetic-layout: no gameplay data changes, no server component.

Loader and version

  • Loader: Fabric
  • Minecraft: 1.21.x - this jar is built with official Mojang mappings against 1.21.11 and declares minecraft >=1.21.1.
  • Requires: Fabric Loader >= 0.19.2, Fabric API, Java 21+
  • Environment: client only (will not load on a dedicated server)

Compatibility note

A single Fabric jar is version-specific: the mod mixes into the client GUI API (AbstractContainerScreen#init, the Slot.x/Slot.y fields via AccessWidener, and AbstractWidget setX/setY), and those click/hover methods and slot fields change between versions. The >=1.21.1 declaration is permissive but only verified on 1.21.11 - other Minecraft versions may need their own per-version Fabric build rather than this one jar.

Config

A file config/inventoryshuffle.properties is written on first launch:

Key Default Meaning
enabled true Master on/off switch.
maxOffset 12 Max displacement magnitude in GUI pixels (0-80).
shufflePanel true Also move the background panel origin.
shuffleButtons true Also move clickable widgets (buttons).

Set maxOffset=0 (or enabled=false) to effectively disable the shuffle.

Install

Drop InventoryShuffle-1.0.0.jar into your client's mods/ folder alongside Fabric Loader and Fabric API.


Original concept by u/CitricAcrid on Reddit (r/Minecraft). Built by BeansNToast.

Screenshots

Gallery

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works