promotional bannermobile promotional banner

LDLib

A libarary for rendering, gui, basic stuff, etc

File Details

LDLib 1.20.1-1.0.49-forge

  • R
  • Feb 20, 2026
  • 2.97 MB
  • 135.7K
  • 1.20.1
  • Forge

File Name

ldlib-forge-1.20.1-1.0.49.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:ldlib-626676:7652228")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

v1.0.49

  • Added an option to DraggableScrollableWidgetGroup to allow shift-scrolling to scroll in the perpendicular direction to the normal scroll direction
  • Added horizontal scrolling to CodeEditorWidget
  • Added ctrl-arrow keys to move by text chunk in CodeEditorWidget
  • Added to CodeEditorWidget the ability to double-clicking to select words, and triple-clicking to select lines.
  • Fixed CodeEditorWidget not rendering long selection lines.
  • Added missing @Range annotations on some TextBoxWidget fields.
  • Other improvements to TextBoxWidget