promotional bannermobile promotional banner

Unified API

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

unified-api-26.1-r5.0-fabric.jar

File nameunified-api-26.1-r5.0-fabric.jar
Uploader
rebel0459rebel0459
Uploaded
Jul 23, 2026
Downloads
14
Size
386.7 KB
Mod Loaders
Fabric
File ID
8491419
Type
R
Release
Supported game versions
  • 26.1.2
  • 26.1.1
  • 26.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:unified-api-1464540:8491419"

Learn more about Curse Maven

What's new

Added

  • new UnifiedRegistries.Items.Builders
    • EquipmentSet and EquipmentPreset allow easily creating sets of tools and armor
  • UnifiedRegistries.Blocks.Builders
    • BlockSet and BlockPreset allow easily creating stone and brick-like block sets
      • see the Block Set documentation for details
    • WoodSet and WoodPreset allow easily creating entire woodsets
      • see the Wood Set documentation for details
  • UnifiedRegistries.EntityTypes
    • added a new add method that additionally allows the providing of a Supplier<AttributeSupplier>, in order to link attributes to custom mobs

Changed

  • UnifiedRegistries.Blocks
    • registration methods containing BlockEntityType<> have now been superceded by new methods containing Supplier<BlockEntityType<>>
      • existing non-supplier BlockEntityType methods were deprecated as a result
      • this change was made to support custom block entity types
  • UnifiedClientHelpers.LEGACY_BABY_ARMOR
    • the add(ResourceKey<EquipmentAsset> asset) now sets resize to true
      • previously, this method defaulted to false. For the original behaviour, simply use add(ResourceKey<EquipmentAsset> asset, boolean resize) instead

Removed

  • UnifiedRegistries.Blocks
    • removed two previously-deprecated registration methods
      • this was required by the addition of the Supplier<BlockEntityType<>> methods

This mod has no additional files