promotional bannermobile promotional banner

FTB Library (NeoForge)

Common code for all GUI stuff in FTB Mods

File Details

ftb-library-forge-1802.3.7-build.154.jar

  • R
  • Oct 31, 2022
  • 569.49 KB
  • 699.1K
  • 1.18.2
  • Forge

File Name

ftb-library-forge-1802.3.7-build.154.jar

Supported Versions

  • 1.18.2

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

  • Merge pull request #51 from FTBTeam/1.18/dev - desht
  • chore: clean up some deprecated NBT constants - 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
  • 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: 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 -> 1802.3.7 - Des Herriott
  • build: pull changelog script from saps.dev instead of latmod.com - Des Herriott