Visual Data Size

Quick rating

Visual Data Size

No reviews yet

A client-side diagnostic mod for 26.2 that displays the exact byte-size and nested tag count of items in advanced tooltips.

Mod Loaders
Fabric
Minecraft
26.2

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

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
1.2.1
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

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

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

  1. Place the generated .jar file into your Fabric mods folder.
  2. Join any Minecraft 26.2 multiplayer server or singleplayer world.
  3. Press F3 + H in-game to toggle Minecraft's Advanced Tooltips on.
  4. 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.

Screenshots

Gallery

  • Look
    Look This imige show how the tooltip looks ingame.

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
CurseForge
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