File Details
5.5.0+fn-26.2
- R
- Jul 15, 2026
- 523.06 KB
- 600
- 26.2
- Fabric + 1
File Name
tcdcommons-5.5.0+fn-26.2.jar
Supported Versions
- 26.2
Curse Maven Snippet
User-facing changelog
- Added "Item descriptions" integration for statistics-related GUI elements. This optional feature is now present when installing the "Item descriptions" mod.
- When hovering over a GUI element related to item/block/mob statistics while golding down the
CTRLkey, an item description will appear in the tooltip where possible. - Thank you Cassain for making wonderful mods for the community, including "Item descriptions".
- When hovering over a GUI element related to item/block/mob statistics while golding down the
- Tooltips for statistics no longer always show technical identifiers like
minecraft:insert_item_id_hereunless "Advanced tooltips" is enabled in game's settings. UseF3 + Hto enable or disable advanced tooltips. - Tooltips for statistics use the semicolon character instead of hyphen to display values
- Example:
- Times Mined: 3instead of- Times Mined - 3
- Example:
Technical/API changelog
- General minor tweaks in the mod's code, primarily corrections and tiny optimizations
- Added
com.thecsdev.commonmc.api.client.gui.util.TGuiUtils.isCtrlDown()