v21.0.2-beta
- Fix ModOptionsScreen crash caused by NeoForge breaking change
A full changelog is hosted on GitHub.
v21.0.1-beta
- Fix ModOptionsScreen rendering duplicate option buttons
A full changelog is hosted on GitHub.
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
- 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
A full changelog is hosted on GitHub.
v20.6.2
- Fix jar file for Forge build. Forge no longer re-obfuscates its jars.
- Fix ModOptionsScreen on 1.20.6.
- Updated to MC 1.20.6
A full changelog is hosted on GitHub.
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
A full changelog is hosted on GitHub.
v20.6.1-beta
- Fix ModOptionsScreen on 1.20.6.
v20.6.0-beta
- Updated to MC 1.20.6
A full changelog is hosted on GitHub.