promotional bannermobile promotional banner

Ash API

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

[Fabric 1.21] v21.0.0-beta

File nameash_api-fabric-21.0.0-beta.jar
Uploader
TrikzonTrikzon
Uploaded
Jun 21, 2024
Downloads
150
Size
30.5 KB
Mod Loaders
FabricQuilt
File ID
5453118
Type
B
Beta
Supported game versions
  • 1.21

Curse Maven Snippet

Fabric

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

Quilt

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

Learn more about Curse Maven

What's new

v21.0.0-beta

  • 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