promotional bannermobile promotional banner

HammerLib

Library used by all of DragonForge team's mods.

File Details

[1.20.1] HammerLib - 20.1.39

  • R
  • Jan 4, 2025
  • 2.31 MB
  • 7.5K
  • 1.20.1
  • Forge + 1

File Name

HammerLib-1.20.1-20.1.39.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:hammer-lib-247401:6054191")

NeoForge

implementation fg.deobf("curse.maven:hammer-lib-247401:6054191")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog:

  • Add GuiItemObject (and <item/> flowgui xml tag);
  • Add JeiKeyRole [obtained via IJeiPluginHL.get().getRoleForKey()] shortcut to show recipes/usages;
  • Add GLStencil (and a config option to enable/disable stencils);
  • Added ComDrivers.readString & ComDrivers;.driveString for support of dynamically driven text;
  • Group few parameters into DriverContext;
  • Added FlowguiShaderRegistry to allow customization of shaders on images and sprite buttons;
  • Enable ES6 support in OpenJDKParser;
  • Suppliers2 for mapping suppliers;
  • GuiWidgetWrapperObject for embedding abstract widgets into GuiObject system;