TagTooltips for Minecraft: View Item Tags in Real-Time Tooltips

TagTooltips for Minecraft reveals hidden item tags directly in tooltips. Essential utility for modpack debugging and automation setup without leaving the game.

Download tagtooltips fabric for Minecraft 26.1, 1.21.11, 1.21.10, 1.21.9, 1.21.8, 1.21.5

Original name: tagtooltips fabric

Minecraft: 1.20.1, 1.21.10, 1.21.11, 1.21.3, 1.21.5, 1.21.8, 1.21.9, 26.1

Loaders: Fabric, Forge, NeoForge

FileVersionLoaderSize
tagtooltips-fabric-1.20.1-1.1.0.jar1.20.1Fabric7 КБDownload
tagtooltips-fabric-1.21.10-1.3.0.jar1.21.10Fabric11 КБDownload
tagtooltips-fabric-1.21.10-1.3.1.jar1.21.10Fabric11 КБDownload
tagtooltips-fabric-1.21.11-1.3.1.jar1.21.11Fabric11 КБDownload
tagtooltips-fabric-1.21.1-1.2.0.jar1.21.3Fabric9 КБDownload
tagtooltips-fabric-1.21.X-1.1.0.jar1.21.5Fabric7 КБDownload
tagtooltips-fabric-1.21.5-1.2.0.jar1.21.5Fabric9 КБDownload
tagtooltips-fabric-1.21.8-1.3.0.jar1.21.8Fabric11 КБDownload
tagtooltips-fabric-1.21.9-1.3.0.jar1.21.9Fabric11 КБDownload
tagtooltips-fabric-26.1-1.3.1.jar26.1Fabric11 КБDownload
tagtooltips-forge-1.20.1-1.1.0.jar1.20.1Forge8 КБDownload
tagtooltips-1.20.1-1.0.jar1.20.1Forge7 КБDownload
tagtooltips-forge-1.21.10-1.3.1.jar1.21.10Forge11 КБDownload
tagtooltips-forge-1.21.10-1.3.0.jar1.21.10Forge11 КБDownload
tagtooltips-forge-1.21.11-1.3.1.jar1.21.11Forge11 КБDownload
tagtooltips-forge-1.21.1-1.2.0.jar1.21.3Forge10 КБDownload
tagtooltips-forge-1.21.5-1.2.0.jar1.21.5Forge10 КБDownload
tagtooltips-forge-1.21.X-1.1.0.jar1.21.5Forge8 КБDownload
tagtooltips-forge-1.21.8-1.3.0.jar1.21.8Forge11 КБDownload
tagtooltips-forge-1.21.6-1.2.0.jar1.21.8Forge10 КБDownload
tagtooltips-forge-1.21.9-1.3.0.jar1.21.9Forge12 КБDownload
tagtooltips-neoforge-1.21.10-1.3.0.jar1.21.10NeoForge11 КБDownload
tagtooltips-neoforge-1.21.10-1.3.1.jar1.21.10NeoForge11 КБDownload
tagtooltips-neoforge-1.21.11-1.3.1.jar1.21.11NeoForge11 КБDownload
tagtooltips-neoforge-1.21.1-1.2.0.jar1.21.3NeoForge10 КБDownload
tagtooltips-neoforge-1.21.5-1.2.0.jar1.21.5NeoForge10 КБDownload
tagtooltips-neoforge-1.21.X-1.1.0.jar1.21.5NeoForge8 КБDownload
tagtooltips-neoforge-1.21.8-1.3.0.jar1.21.8NeoForge11 КБDownload
tagtooltips-neoforge-1.21.9-1.3.0.jar1.21.9NeoForge11 КБDownload
tagtooltips-neoforge-26.1-1.3.1.jar26.1NeoForge11 КБDownload

TagTooltips for Minecraft: Show Item Tags in Tooltips

In the complex ecosystem of modern Minecraft, especially when running extensive modpacks, much of the game's logic operates behind a veil of abstraction. Recipes, loot tables, machine inputs, and entity behaviors are rarely tied to a single specific item ID anymore. Instead, they rely on a robust system of tags that group thousands of elements into functional categories. For players who delve into automation, mod development, or simply wish to understand why a specific ingot refuses to smelt in a particular furnace, this invisible layer can be frustratingly opaque. The TagTooltips for Minecraft: Show Item Tags in Tooltips modification serves as a powerful diagnostic lens, pulling back the curtain to reveal exactly how the game categorizes every object in your inventory.

Transforming Invisible Data into Visible Insights

At its core, this utility functions as a client-side interface enhancement designed to augment the standard item tooltip. In vanilla Minecraft, hovering over an item provides basic information such as durability, enchantments, and lore. However, it completely omits the tag data that dictates gameplay mechanics. This mod rectifies that omission by appending a comprehensive list of associated tags directly to the hover text. Whether you are holding a simple oak log or a complex machine component from a tech mod, the tool instantly displays every namespace and identifier the game recognizes for that object.

The operation is seamless and non-intrusive. By default, the feature activates only when a specific keybind is held down, often set to the semicolon key upon initial installation, though this is fully configurable within the controls menu. This toggle approach ensures that your screen remains clutter-free during normal exploration, activating the detailed data view only when you need to perform analysis. It acts as a real-time snapshot of the game's internal state, accounting for all currently loaded mods and the specific context of your world save.

Comprehensive Tag Coverage Across Game Elements

What sets this tool apart from basic debug screens is its granular attention to different types of game objects. It does not merely list generic identifiers; it contextualizes the data based on the item type you are inspecting.

Item and Block Taxonomy

For standard items, the mod lists all relevant item tags, including those introduced by third-party modifications. This is crucial for understanding compatibility layers, such as knowing that a "copper_ingot" from one mod is correctly tagged as "forge:ingots/copper" to work with machines from another. When inspecting blocks, the utility expands its scope to include block-specific tags. This helps players understand why certain tools break specific blocks faster or why some blocks prevent mob spawning, as these behaviors are often governed by tags like "minecraft:mineable/pickaxe" or "minecraft:prevent_mob_spawning_inside".

Liquids, Entities, and Enchantments

The utility extends beyond solid objects. When holding a bucket, it reveals fluid tags, which are essential for troubleshooting liquid transport systems and chemical processing recipes that depend on specific fluid properties. For spawn eggs, the mod displays entity type tags, aiding map makers and modpack authors who configure mob spawners or loot tables based on creature categories. Furthermore, when examining enchanted books, the tool lists enchantment tags, clarifying why certain enchantments are incompatible or restricted to specific gear types within custom rule sets.

Points of Interest and Villager Mechanics

A particularly niche but valuable feature involves Point of Interest (POI) tags. For blocks that serve as workstations for villagers, such as lecterns or blast furnaces, the tooltip reveals the specific POI tags assigned. This allows for precise tuning of villager trading halls and profession assignments without needing to consult external documentation or source code.

Ideal Use Cases for Engineers and Creators

This modification is indispensable for several distinct groups within the Minecraft community. For the industrial engineer focused on massive storage and sorting systems, knowing the exact tag hierarchy is the difference between a functioning automated warehouse and a logistical nightmare. Instead of trial-and-error testing with filters, players can verify tag membership instantly, ensuring that their ME systems or pipe networks route items correctly based on ore dictionary equivalents or mod-specific grouping.

Modpack developers and content creators also find immense value in this tool. During the debugging phase of a modpack, conflicts often arise when two mods define the same tag differently or fail to register an item to a necessary group. TagTooltips for Minecraft: Show Item Tags in Tooltips allows creators to identify these discrepancies immediately in-game, significantly reducing the time spent on testing and iteration. Even for casual players who enjoy keeping up with updates, the habit of checking tags fosters a deeper understanding of how new content integrates into the existing game world.

Compatibility and Installation Guidelines

To integrate this utility into your game, you must first ensure you are running a compatible mod loader. The mod supports a wide range of environments, including Fabric, NeoForge, and the legacy Forge framework. This broad compatibility ensures that regardless of your preferred ecosystem, you can access these diagnostic features without switching launchers or compromising on other mod choices.

When you download TagTooltips for Minecraft: Show Item Tags in Tooltips, it is critical to obtain the file from reputable sources such as CurseForge or Modrinth, where the author publishes official builds. Avoid unofficial mirrors to prevent security risks or version mismatches. Once downloaded, the installation process follows standard procedures: place the jar file into your instance's "mods" folder. If you are unsure how to install mods manually, many modern launchers offer integrated management systems that simplify this process to a few clicks.

Strategic Implementation in Gameplay

While the tool is powerful, effective use requires a bit of strategy. Users should customize the activation keybind to avoid conflicts with other interface mods or movement controls. It is also advisable to use the tool in conjunction with note-taking when designing complex systems. Since tag contents can vary between different modpack versions or configuration files, verifying tags within the specific context of your current setup is essential. What holds true in a lightweight survival pack may differ in a heavy expert-mode kitchen sink pack.

Ultimately, TagTooltips for Minecraft: Show Item Tags in Tooltips does not alter game balance or introduce new mechanics. Instead, it empowers players by making the implicit explicit. It transforms the guessing game of mod compatibility into a precise science, allowing for more predictable crafting, reliable automation, and smoother server experiences. By revealing the hidden architecture of the game, it enables everyone from casual crafters to hardcore engineers to play with greater confidence and efficiency.