Zero_DSRS_VX

Results 25 comments of Zero_DSRS_VX

Recaf already uses ForgeFlower, due to original Fernflower not being provided on a Maven.

> I'd just pass through the JarIndex to MappingsReader for now tbh (you should probably make it nullable since some of the command line stuff doesn't have one but still...

> Hmm yeah actually passing the JarIndex through the constructor of RGSReader is probably better than modifying the interface method parameters Sorry, I just looked through the code and realized...

> So rgs seems to be something like https://github.com/ModCoderPack/Retroguard/blob/master/src/main/java/com/rl/obf/RgsEntryType.java right? Mind add a comment in `MappingFormat` so people may be less confused. Unfortunately, I cannot find the original RGS on...

The problem with the lucky part above is that the `"Applet"` is called again after each closing and requires external intervention to stop the program. And it's hacky, so I...

The latest commits are very unstable and are in preparation for mappings merge (not codebase merge) and extra fun utils. If you are a developer wanting to mod MC, by...

Really, it's whenever we get RMCP v1.0 to a point where we can reasonably break backwards compatibility for new and enhanced features.

Hmm, VSCode can load Eclipse projects IIRC, but yeah, we're ideally looking to separate the project creation and make it a lot more flexible but we haven't found an ideal...

The functionality is already there to do so. Custom remapping schemes can be implemented through the Plugin API too, if necessary. The only issue I can see from here, is...

If you have a specific implementation that can easily be implemented and support most other types, it would be quite neat. Also, as an aside, RMCP uses Mappings IO which...