promotional bannermobile promotional banner

Unified API

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

File Details

unified-api-26.1-r3.0-neoforge.jar

  • R
  • Apr 17, 2026
  • 313.39 KB
  • 154
  • 26.1.2+2
  • NeoForge

File Name

unified-api-26.1-r3.0-neoforge.jar

Supported Versions

  • 26.1.2
  • 26.1.1
  • 26.1

Curse Maven Snippet

NeoForge

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

Learn more about Curse Maven

Added

  • UnifiedEvents.LootTables
    • added new editPool method
      • provides an item predicate, and requires a LootEntry
  • LootEntry
    • new record which allows for more flexible creation of loot pool entry changes
      • insert(LootPoolEntryContainer.Builder<?> entry) inserts an entry for the first matching item in each pool
      • replace(LootPoolEntryContainer.Builder<?> entry) replaces each entry containing the matching item
      • remove() fully removes all matching entries

Changed

  • UnifiedEvents.LootTables
    • deprecated old editPool method
      • replaced with new editPool
    • both editPool methods now support vanilla AlternativesEntry, EntryGroup and SequentialEntry entries