TCDCommons API

TheCSDev's personal library mod for the Minecraft modding enviroment.

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

Fabric

modImplementation "curse.maven:tcdcommons-711539:8437371"

NeoForge

implementation "curse.maven:tcdcommons-711539:8437371"

Learn more about Curse Maven

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 CTRL key, an item description will appear in the tooltip where possible.
    • Thank you Cassain for making wonderful mods for the community, including "Item descriptions".
  • Tooltips for statistics no longer always show technical identifiers like minecraft:insert_item_id_here unless "Advanced tooltips" is enabled in game's settings. Use F3 + H to enable or disable advanced tooltips.
  • Tooltips for statistics use the semicolon character instead of hyphen to display values
    • Example: - Times Mined: 3 instead of - Times Mined - 3

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()