promotional bannermobile promotional banner

Unified API

A multiloader API built to enable easy cross-loader mod development

File Details

unified-api-26.1-r3.1-fabric.jar

  • R
  • Apr 27, 2026
  • 295.04 KB
  • 14
  • 26.1.2+2
  • Fabric

File Name

unified-api-26.1-r3.1-fabric.jar

Supported Versions

  • 26.1.2
  • 26.1.1
  • 26.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:unified-api-1464540:7999763"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Added

  • UnifiedEvents.ItemTooltips
    • added afterAttributeAdded method
      • allows you to add / check tooltips after each regular attribute tooltip (in vanilla, these are blue)
    • added afterBaseAttributeAdded method
      • allows you to add / check tooltips after each base attribute tooltip (in vanilla, these are green)

Changed

  • marked UnifiedPlatform.get() as @ApiStatus.Internal
    • you can (and should) now call UnifiedPlatform methods directly, without the use of .get()