Ash API

An abstraction layer between Fabric, Forge, and Quilt's APIs.
Back to Files

[Fabric 1.21] v21.0.2

File nameash_api-fabric-21.0.2.jar
Uploader
TrikzonTrikzon
Uploaded
May 11, 2025
Downloads
76
Size
30.3 KB
Mod Loaders
FabricQuilt
File ID
6517932
Type
R
Release
Supported game versions
  • 1.21

Curse Maven Snippet

Fabric

modImplementation "curse.maven:ash-api-838498:6517932"

Quilt

modImplementation "curse.maven:ash-api-838498:6517932"

Learn more about Curse Maven

What's new

v21.0.2

  • Update to MC 1.21
  • Remove Forge support
  • Remove NeoForgeModLoader. Mods no longer need to register themselves with Ash API on NeoForge
  • Remove empty NeoForge entrypoint. NeoForge does not require one anymore
  • Remove Ash ModInitializers completely
    1. Mods no longer have to register themselves with Ash API on NeoForge
    2. NeoForge now allows for client-only entry points
  • Rename ClientTickEvents to ClientTickEvent
    • Rename start and end callbacks to pre and post to match NeoForge
  • Rename ModOptionsScreenRegistry#registerModOptionsScreen to just ModOptionsScreenRegistry#register
  • Rename KeyMappingRegistry#registerKeyMapping to just KeyMappingRegistry#register
  • Rewrite UseBlockEvent to use root level functional interface

A full changelog is hosted on GitHub.

This mod has no additional files