Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Tags
Creators
Details
Visual Data Size
Visual Data Size is a lightweight, purely client-side utility and diagnostic tool for Minecraft 26.2. It provides technical transparency by calculating and displaying the exact physical data footprint and internal complexity of any item or container directly inside your inventory tooltips.
Whether you are a mod developer analyzing data efficiency, a server administrator testing item structures, or simply a curious player interested in the technical side of your items, this mod renders hidden technical values visible at a glance.
Key Features
- Exact Data Measurement: Measures the precise network packet and storage footprint of any item or full stack in Bytes (B), Kilobytes (KB), or Megabytes (MB).
- Structural Tag Counter: Recursively counts every single sub-tag and nested property hidden inside complex components (such as fully loaded Shulker Boxes or heavily customized books).
- Live In-Game Chat Commands: Instantly toggle the mod or change the structural rounding formats live via simple client-side chat commands.
- 100% Client-Side: Operates strictly on your game client. Requires no server-side installation, no admin permissions, and works seamlessly on any multiplayer server or singleplayer world.
- Vanilla Native Design: Blends perfectly into Minecraft's native tooltip design. It uses the exact dark-gray formatting as standard component counters to keep your UI clean.
How to Use
- Place the generated
.jarfile into your Fabricmodsfolder. - Join any Minecraft 26.2 multiplayer server or singleplayer world.
- Press
F3+Hin-game to toggle Minecraft's Advanced Tooltips on. - Hover over any item (e.g., a Shulker Box) to view its exact Size and Tag Count at the very bottom of the tooltip.
Chat Commands
You can configure and control the display format directly from your chat window using the prefix /visualdatasize (supports Tab-auto-complete):
/visualdatasize toggle— Turns the tooltip display ON or OFF./visualdatasize format smart— Automatically switches between B, KB, and MB depending on the item data density./visualdatasize format bytes— Forces the display to show the raw, absolute number in Bytes./visualdatasize format kb— Forces the display to show values rounded to Kilobytes./visualdatasize format mb— Forces the display to show values rounded to Megabytes./visualdatasize format bits— Converts the byte size into pure digital Bits (Bytes × 8).
Example Tooltip Output
- Normal Item Stack:
Size: 42 B (Tags: 3)— Standard vanilla item data. - Regular Loaded Shulker:
Size: 24.50 KB (Tags: 112)— A typical storage container with medium data density. - Complex Custom Item:
Size: 1.15 MB (Tags: 8420)— A highly complex item containing thousands of nested technical structures.
Technical Mechanics
Instead of relying on visual rendering systems, Visual Data Size serializes the item into background memory using Mojang's official ItemStack.CODEC and inspects the raw binary block structure. This allows the mod to calculate and process even the most complex nested item components instantly, accurately, and without causing any frame drops or game freezes.


