Skip to content

5.5.0

Choose a tag to compare

@TheCSDev TheCSDev released this 15 Jul 11:59
c996596

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