quilt-loader
quilt-loader copied to clipboard
Generate a Multi-Release jar
This will allow us to have better implementations of existing features where newer versions of java has a better API.
For now this just replaces JavaVersionUtil.getgetJavaVersion() with a call to the public API Runtime.Version, rather than the current brittle string parser