promotional bannermobile promotional banner

HookLib

Framework for coremods

File Details

hooklib 3.17

  • R
  • Apr 13, 2025
  • 309.01 KB
  • 72.7K
  • 1.12.2
  • Forge

File Name

hooklib-3.17.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

  • consider @SideOnly-marked hooks
  • added lenses for accessing methods
  • field lenses:
    • added support for static fields
    • added way to work with primitive fields
    • added way to define default value of created field
    • fix field creation with no FieldLens#createField turned to true
    • consider obfuscation of field names
  • hooklib keep self as last applicable transformer
  • added feature of class dumping which changed by hooklib
  • jars with hooks will be added to classpath like regular coremods
  • added logging to separate file
  • added feature of multiple ordinal's in one hook
  • make @OnMethodCall with shift=INSTEAD more safe with type checks of replaced