Skip to content

0.7.0 (#14)

Compare
Choose a tag to compare
@ChachyDev ChachyDev released this 05 Aug 13:31
· 89 commits to main since this release
f01433e
* Implement BookLanguageAdapter

* Implement API support for transformers

* Fix mod loading in development

Tranform compiled mods so that they cam be remapped in development environment to MCP
Bootstrap Mixin AFTER we've discovered mods so that we can load the mixin files of mods
Implement support for transformation of ModClassLoaders
Fix issues with Mixin failing to resolve classes etc. that aren't on QuiltClassLoader
API changes to IQuiltClassLoader to detect for loaded classes, retrieving class bytes, caching classes, etc.
Stop loading Mixin configurations on discoverery and instead after discoverery has finished.
Implement support to provide ClassNodes (internal), class bytes etc. via the Launcher

* Implement support for using mathematical operations on version checking and fix Swing