Unofficial site, not affiliated with modrinth.com.What is this?
Моды/Unified API
Unified API

Unified API

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

5.1K
2

Unified API 26.1-r3.2-fabric

release1 мая 2026 г.

Added

  • UnifiedEvents.Levels
    • includes onLoad and onUnload methods
      • UnifiedClientEvents.Instance and UnifiedEvents.Server have also received similar onLevelLoad and onLevelUnload events
  • UnifiedClientEvents.Instance
    • added onStart and onStop methods

Changed

  • UnifiedRegistries
    • deprecated registerHolder in favour of identical registerForHolder method
      • this change affects both UnifiedRegistries.DeferredRegistry and UnifiedRegistries.SoundEvents

Unified API 26.1-r3.2-neoforge

release1 мая 2026 г.

Added

  • UnifiedEvents.Levels
    • includes onLoad and onUnload methods
      • UnifiedClientEvents.Instance and UnifiedEvents.Server have also received similar onLevelLoad and onLevelUnload events
  • UnifiedClientEvents.Instance
    • added onStart and onStop methods

Changed

  • UnifiedRegistries
    • deprecated registerHolder in favour of identical registerForHolder method
      • this change affects both UnifiedRegistries.DeferredRegistry and UnifiedRegistries.SoundEvents

Unified API 26.1-r3.1.2-fabric

release27 апреля 2026 г.
  • fixed ItemStack stack always being null in UnifiedEvents.ItemTooltips.afterAttributeAdded and UnifiedEvents.ItemTooltips.afterBaseAttributeAdded on Fabric
  • fixed UnifiedEvents.ItemTooltips.addAttributes triggering with incorrect EventType.POST timing on NeoForge

Unified API 26.1-r3.1.2-neoforge

release27 апреля 2026 г.
  • fixed ItemStack stack always being null in UnifiedEvents.ItemTooltips.afterAttributeAdded and UnifiedEvents.ItemTooltips.afterBaseAttributeAdded on Fabric
  • fixed UnifiedEvents.ItemTooltips.addAttributes triggering with incorrect EventType.POST timing on NeoForge

Unified API 26.1-r3.1-fabric

release27 апреля 2026 г.

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()

Совместимость

Minecraft: Java Edition

26.1.x1.21.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Создатели

Детали

Лицензия:LGPL-3.0-only
Опубликован:2 месяца назад
Обновлён:2 дня назад
Главная