Quilt
leo60228 opened this issue ยท 4 comments
Description
Quilt is a new mod loader forked from Fabric that recently made its first beta release, and a number of mods have already moved to it (or are at least endorsing its use). Quilt can load Fabric mods, though the other way around isn't true. However, FabricClassPathAppender
uses internal APIs that don't exist in Quilt.
Proposed Behaviour
Either release a native Quilt version, or modify FabricClassPathAppender
to not rely on the internal and deprecated FabricLauncher.propose
method.
Extra Details
No response
I am happy to support Quilt if alternative APIs are available to replace the Fabric specific ones.
As far as development is concerned, Quilt API supports almost all of Fabric API. However, implementation details aren't the same, so anything using impl
will crash with ClassNotFoundException
s and such.
As of quilt-loader 0.17.0 we should now include net.fabricmc.loader.launch.common.FabricLauncher.propose(java.net.URL)
in quilt-loader's legacy fabric-loader folder. Could you please retry using quilt-loader 0.17.0 or later?