FabricMC / fabric-loader

Fabric's mostly-version-independent mod loader.
Apache License 2.0
632 stars 269 forks source link

Suppress asm library bundled with the MC server jar (24w33a) #969

Closed sfPlayer1 closed 2 months ago

sfPlayer1 commented 3 months ago

This strips the bogus asm jar from the gathered URLs before passing them back to Loader. The code avoids using Loader's classes due to the specific class loader setup.