Modify all version-restricted ASM transformers inside of forge/FML to accept Java 21 classes, this means mods can be compiled with Java 21 if no backwards compatible is desired by someone or for experiments (3rd party coremods can still break)
Update ASM to 9.5 for Java 21 support inside of forge and FML
Embed all modified libraries in the forgePatches jar to remove the annoying installation step of merging client libraries into the server installation directory (also simplifies launchwrapper updates, DAXXL no longer needs updating with new library files)
Update and clarify some minor issues in the README
Tested manually in the dev env, a Prism client instance and a fresh forge server instance - the server installation process is much less error-prone now!
Tested manually in the dev env, a Prism client instance and a fresh forge server instance - the server installation process is much less error-prone now!