File Details
datatip-1.2.3-neoforge.jar
- R
- Jul 9, 2026
- 345.46 KB
- 8
- 1.21.1
- NeoForge
File Name
datatip-1.2.3-neoforge.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
DataTip 1.2.3
- DataTip JSON files can now be loaded directly from resource packs under
assets/<namespace>/datatip/*.json - Added JSON Schema support for editor completion and validation when writing DataTip JSON files
- DataTip now exports
datatip.schema.jsonautomatically after startup, so it no longer needs to be copied from the jar manually - The
$schemafield can stay in DataTip JSON files and will be ignored during loading - Added Minecraft 1.21.1 data component support with
{component:path}variables - Added
custom_datapath reading for displaying custom item data - Conditions can now check item components and
custom_datavalues - Tooltip width and line height now follow vanilla behavior by default, without extra display limits
- Legacy JSON is still converted automatically, with converted files saved under
.minecraft/datatip_converted/ - Fixed modern entries not showing when modern and legacy formats are mixed in the same JSON file
- Fixed entity previews rendering outside the tooltip border
- Fixed incorrect durability output for
{component:damage}and{component:max_damage} - Fixed bar chart titles overlapping value labels above the bars
- Updated README / README_zh with resource-pack paths, editor schema setup, and data component examples