NebelNidas

Results 68 comments of NebelNidas

I'm working on Fabric's one, since Quilt's fork had horrible performance regressions in the past which made it unusable for my personal deobfuscation project. Afaik there has been work on...

I just did a quick re-test, and while there may have been _some_ improvements, your fork is still taking almost twenty times longer to index than Fabric's one (1min 10s...

> But it's probably about time I do something about client side sorting Would be appreciated, yes! Although in the meantime Inventory Profiles has been [forked and updated to 1.17](https://www.curseforge.com/minecraft/mc-mods/inventory-profiles-next)...

You can use https://github.com/sfPlayer1/Matcher for comparing JARs

Keep in mind that Kotlin isn't this magical thing solving all of Java's problems, and instead brings its entire own can of worms with it. Most of Kotlin's recent success...

> > Dex2jar original deprecated and not support new dex version. Dex2jar support only dex35 > Is there are any similar tools? I know only about [enjarify](https://github.com/google/enjarify) which is also...

IMO, CLI args should have priority over the already present options. In my original PR, that's how it was handled, but it also didn't modify the project settings so the...