File Details
datatip-1.2.0-forge.jar
- R
- Jun 20, 2026
- 287.19 KB
- 5
- 1.20.1
- Forge
File Name
datatip-1.2.0-forge.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
DataTip 1.2.0
New Features
- 14 new content types — block, entity, atlas, image, chart, carousel, typewriter, progress, vbox, hbox, divider, spacer, aligned content
- Expression system — ternary, comparison, logic, arithmetic operators with color expression support
- 17 condition types — dimension, biome, health, hunger, weather, time, light, altitude, enchanted, nbt, item_tag, etc.
- 27+ variables — durability, player stats, game state, coordinates, visual bars,
{nbt:path} - Legacy format auto-conversion — old JSON format automatically converted to new format, saved to
.minecraft/datatip_converted/ - Multi-language support — per-language text with per-language styles, no fallback to other languages
- Custom fonts —
fontproperty for text and typewriter content types (e.g.minecraft:alt,minecraft:uniform) - Color expressions — dynamic colors based on conditions:
"color": "{durability > 100 ? 'green' : 'red'}" - Alignment support — left/center/right alignment for all content types
- X/Y-axis offset —
offsetXandoffsetYparameters for entity, item, block, atlas, image content types - Chart enhancements — positive/negative values, dynamic variable support, custom colors (
titleColor,labelColor,valueColor,zeroLineColor) - Coordinate variables —
player_x,player_y,player_zfor real-time position tracking - Event system —
TipEventManagerwith pre/post render, variable resolve hooks - Custom conditions/variables —
ConditionChecker.registerCondition(),VariableResolver.registerVariable()

