QuiltMC / quilt-loader

The loader for Quilt mods.
Apache License 2.0
470 stars 86 forks source link

Add an option to allow disable DelegatingUrlStreamHandlerFactory. #424

Closed heipiao233 closed 4 months ago

heipiao233 commented 5 months ago

I'm developing a QuiltLauncher for launching Quilt Loader on ModLauncher. ModLauncher has their ModularURLHandler, and it's set as the factory before we can do anything. I currently uses Unsafe to clear URL.factory. Could you please add this option? That's very helpful. Thank you.

AlexIIL commented 5 months ago

I don't know if it's even necessary, as I tried removing it and the game still launched. I'll add a system property loader.disable_url_stream_factory to disable it anyway though.