lucko / spark

A performance profiler for Minecraft clients, servers, and proxies.
https://spark.lucko.me/
GNU General Public License v3.0
1.03k stars 140 forks source link

Fix crash on launch #455

Closed PaintNinja closed 1 week ago

PaintNinja commented 2 weeks ago

Forge moved to runtime MojMap in 1.20.6+, but you're still remapping the Forge version of your mod to SRG at build time, causing missing method errors. This PR fixes that by skipping the unnecessary reobf step.

Fixes #414 Fixes #440

lucko commented 1 week ago

Thank you!