promotional bannermobile promotional banner

FTB Library (NeoForge)

Common code for all GUI stuff in FTB Mods

File Details

ftb-library-forge-1902.3.10-build.156.jar

  • R
  • Nov 10, 2022
  • 569.97 KB
  • 331.3K
  • 1.19.2
  • Forge

File Name

ftb-library-forge-1902.3.10-build.156.jar

Supported Versions

  • 1.19.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:ftb-library-forge-404465:4076618")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Merge pull request #52 from FTBTeam/1.19/dev - desht
  • chore: post-cherry-pick fixup - Des Herriott
  • feat: add methods so EditConfigFromStringScreen can have a custom title - Des Herriott
  • fix: unclaimed rewards icon missing from quests sidebar button (REI) - Des Herriott
  • chore: post-cherry-pick fixups - Des Herriott
  • feat: add warning pre-screen to the image selection screen - Des Herriott
  • fix: better handling of screen closing - Des Herriott
  • fix: TextField#getComponentStyleAt() works for centered text now - Des Herriott
  • fix: pressing Esc now applies config screen changes - Des Herriott
  • feat: added TextField#getComponentStyleAt() method - Des Herriott
  • chore: post-cherry-pick code fixup - Des Herriott
  • chore: remove some AWT dependencies for HSB<->RGB conversion methods - Des Herriott
  • feat(api): added TextBox#getCursorPosition method - Des Herriott
  • fix: tooltip for edit config screen accept button should not be "Close" - Des Herriott
  • fix: NPE in context menu entries with a null callback https://github.com/FTBTeam/FTB-Mods-Issues/issues/107 - Des Herriott
  • fix: JEI Ctrl-A not working with FTB Library installed - Des Herriott
  • feat: string config values now show current value in tooltip - If different from default. Useful when value is long and can't all be displayed - Des Herriott
  • fix: properly intercept close-window keypresses (ESC, Enter, <inventory>) - These now Do The Right Thing (tm), acting as Accept or Cancel buttons - Fixes problems e.g. in FTB Quests where pressing ESC on an item search screen closes everything instead of going back to the quest screen Note: solution not ideal; keypress dispatching strategy needs a more fundamental overhaul, but that will wait till a later major release - Des Herriott
  • version -> 1902.3.10 - Des Herriott