Releases: Trikzon/ash-api
Releases · Trikzon/ash-api
v21.0.2-beta
- Fix ModOptionsScreen crash caused by NeoForge breaking change
v21.0.1-beta
- Fix ModOptionsScreen rendering duplicate option buttons
v21.0.0-beta
- WARNING:
- Breaking changes were made and this will not be backwards compatible.
- Breaking changes may continue until out of 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
- Mods no longer have to register themselves with Ash API on NeoForge
- 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 justModOptionsScreenRegistry#register
- Rename
KeyMappingRegistry#registerKeyMapping
to justKeyMappingRegistry#register
- Rewrite UseBlockEvent to use root level functional interface
v20.6.2
v20.6.2-beta
- Fix jar file for Forge build. Forge no longer re-obfuscates its jars.
v20.6.1-beta
- Fix ModOptionsScreen on 1.20.6.
v20.6.0-beta
- Updated to MC 1.20.6
v20.4.0
v20.4.0-beta
- Updated to MC 1.20.4.
v20.2.3
v20.2.3-beta
- Fixed crash when opening the mod menu entry on NeoForge
20.2.2-beta
- Fixed ModOptionsScreen registration on Forge and NeoForge
20.2.1-beta
- Fixed links in modloader meta files.
- Fixed ModOptionsScreen rendering. Likely broke due to 1.20.2.
20.2.0-beta
- Changed version format to follow NeoForge's
<minecraft_minor>.<minecraft_patch>.<number>(-beta)
.- Read more about it here.
- No longer directly provide Quilt mod loader support. The Fabric version will likely continue to work on Quilt.
- Add support for the NeoForge mod loader.
- Heavily rearranged packages, including a change to the
ash_api
package. - Made classes and methods use appropriate jetbrains annotations.