Mod

DataTip

Quick rating

DataTip

No reviews yet

JSON-driven custom item tooltips via resource packs. Multi-language, rich text, NBT/condition matching, shift-protected display. No coding — just JSON.

Mod Loaders
Forge
NeoForge
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
datatip-1.2.5-forge.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

About

Add custom tooltips to any item with a JSON file in your resource pack. Multi-language, rich styling, conditional display — no Java required.

{
  "minecraft:diamond": {
    "type": "text",
    "text": "A shiny diamond",
    "color": "#55FFFF"
  }
}

Features

  • 14 Content Types — text, items, 3D blocks/entities, progress bars, charts, carousels, typewriter effect, textures, images, layouts
  • Rich Text — hex/named colors, bold, italic, underline, strikethrough, custom fonts
  • Multi-Language — per-language text with per-language styles, no fallback
  • Custom Fontsfont property for text and typewriter (e.g. minecraft:alt, minecraft:uniform)
  • Live Variables (27+){durability}, {player_health}, {player_x/y/z}, {game_time}, {nbt:path}, and more
  • Expressions{durability > 100 ? 'Good' : 'Needs repair'}
  • Color Expressions"color": "{durability > 100 ? 'green' : 'red'}"
  • Flexible Matching — exact ID, tags (#minecraft:swords), wildcards (minecraft:*_sword)
  • Conditions (17 types) — filter by dimension, biome, weather, time, health, hunger, nbt, item_tag, etc.
  • Shift Toggle — hide details behind a "Hold Shift" prompt
  • Prepend Display — show content after item name (before original tooltip)
  • Hot Reload/reload or F3+T applies changes instantly
  • Charts — bar, pie, line charts with variable support
  • 3D Rendering — rotating block models, entity models, painting display
  • X/Y Offset — fine-tune position with offsetX and offsetY
  • Event System — pre/post render hooks, variable resolve events

Quick Start

  1. Create assets/<namespace>/datatip/datatip.json in your resource pack
  2. Define entries with item ID as key
  3. /reload — done

Configuration

config/datatip-common.toml:

  • enabled — global on/off toggle
  • defaultColor — default text color (ARGB format)
  • defaultLineHeight — default line height in pixels
  • maxWidth — maximum tooltip width

Key bind in Controls → DataTip (default: Left Shift)

For Mod Developers

Datagen Support

// Text with styles and fonts
TipContentBuilder.text("Hello", "gold", true, false, false, false)
TipContentBuilder.text("Hello", "gold", "minecraft:alt")

// Multi-language with styles
TipContentBuilder.langText(langMap, "gold", true, false, false, false)

// All content types
TipContentBuilder.item("minecraft:diamond")
TipContentBuilder.entity("minecraft:wolf", 48, 0, 8)
TipContentBuilder.block("minecraft:stone", 48)
TipContentBuilder.atlas("minecraft:apple", 32)
TipContentBuilder.image("mymod:icon.png", 32, 32)
TipContentBuilder.progress(0.75f, 100, "75%")
TipContentBuilder.chart("bar", 100, 60, "Title", chartEntry("A", 50, "#FF0000"))
TipContentBuilder.typewriter(0xFF55FF, "Line 1", "Line 2")
TipContentBuilder.divider("gray", "dashed")
TipContentBuilder.aligned(content, HorizontalAlign.CENTER)

Java API

// Register custom content type
TipContentRegistry.registerParser("my_type", new MyContentParser());

// Register custom variable
VariableResolver.registerVariable("my_var", stack -> "custom_value");

// Register custom condition
ConditionChecker.registerCondition("my_condition", (value, stack, player, level) -> {
    return player.getAbsorptionAmount() > 0;
});

// Event hooks
TipEventManager.onPreRender(event -> { /* ... */ });
TipEventManager.onResolveVariable(event -> { /* ... */ });
TipEventManager.onAppendLines(event -> { /* ... */ });

Screenshots

Gallery

  • 15.png
    15.png 15.png
  • 14.png
    14.png 14.png
  • 13.png
    13.png 13.png
  • 12.png
    12.png 12.png
  • 11.png
    11.png 11.png
  • 10.png
    10.png 10.png
  • 9.png
    9.png 9.png
  • 8.png
    8.png 8.png
  • 7.png
    7.png 7.png
  • 6.png
    6.png 6.png
  • 5.png
    5.png 5.png
  • 4.png
    4.png 4.png
  • 3.png
    3.png 3.png
  • 2.png
    2.png 2.png
  • 1.png
    1.png 1.png

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 and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync