TCDCommons API

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

File Details

5.3.0+fn-26.1

  • R
  • May 26, 2026
  • 515.49 KB
  • 874
  • 26.1.2+3
  • Fabric + 1

File Name

tcdcommons-5.3.0+fn-26.1.jar

Supported Versions

  • 26.1-snapshot
  • 26.1.2
  • 26.1.1
  • 26.1

Curse Maven Snippet

Fabric

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

NeoForge

implementation "curse.maven:tcdcommons-711539:8148548"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

User-facing changelog

Technical API changelog

This changelog is primarily for developers and programmers using this API mod. Most people may ignore it.

  • Added TCodec, a utility class featuring this mod's Codec<A> implementations for Mojang's DFU
  • Added dropShadowProperty() to TLabelElement
  • Added miscellaneous TElement implementations for rendering block states and item stacks on screen
  • Added TSeparatorElement. It draws a straight line and is configurable.
  • Added TToggleButtonWidget. It's similar to a button, but a togglable one.