Bug Fixes:

- Fixed most minecraft libraries not being added to Knot's classpath (allowing them to be modified via mixin or overridden via mods)
    - This should fix lots of classloader compatibility issues with various mods.
- Fixed server libraries not being identified properly with newer quilt-server-launcher.
- Fixed mod files being searched in preference to minecraft library files.
    - This fixes a bug with Valkyrien-Skies-2 stopping log messages.
- [#463] Fixed jar copied mods not being handled correctly in Java 8.
- [#462] Improve QuiltBasePath.toUri not being able to handle spaces in path names.
- Fixed mod breaks sometimes being described as dependencies in complex solver errors.
- Ignore fabric version requirements that have no valid versions
    - Previously this caused a crash, however now this just logs a warning.

Changes from updating Fabric Loader from 0.16.9 to 0.16.10:

- Support the 1.21.5 development cycle.

