promotional bannermobile promotional banner

Unified API

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

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

File nameunified-api-26.1-r6.0-neoforge.jar
Uploader
rebel0459rebel0459
Uploaded
Aug 6, 2026
Downloads
11
Size
448.5 KB
Mod Loaders
NeoForge
File ID
8586712
Type
R
Release
Supported game versions
  • 26.1.2
  • 26.1.1
  • 26.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:unified-api-1464540:8586712"

Learn more about Curse Maven

What's new

Added

  • new ColoredBlockSet and ColoredBlockPreset
    • used to create a set of blocks in all 16 colors
  • new ColoredItemSet and ColoredItemPreset
    • used to create a set of items in all 16 colors
    • can be bound to a ColoredBlockSet if you want separate block-items
  • new UnifiedHelpers.RELOAD_LISTENERS and UnifiedClientHelpers.RELOAD_LISTENERS
    • used to register data and resource reload listeners respectively
  • UnifiedRegistries.Items
    • 2 new registerBlockItem methods, which allow specifying the item's function (eg BlockItem::new)

Changed

  • UnifiedRegistries.Items
    • deprecated old registerBlockItem methods as they were made redundant by the new ones
  • anywhere that previously asked for Supplier<ItemLike> now accepts Supplier<? extends ItemLike>
  • VanillaVersion getString now skips patch if it equals zero [26.1]

This mod has no additional files