modmuss
modmuss
We are currenly using a fork of the decompiler intelij uses (fernflower) to output a line number map file. Exaple of the line map file: ``` package/class 74 75 64...
Our gradle implimentation isnt something to copy, it has a few major flaws that need working out. But it would definally be possible to use gradle to automate the whole...
I should make it clear, this is from a fork of FF, not the real thing. I wouldnt worry about trying to make anything compatible with what we have, its...
Thats great news! I took a peak at using it via the api and saw it didnt seem quite ready yet, especially with the `SinkReturns.LineNumberMapping_DO_NOT_USE` class name ;) Whats there...
Looks good, I have had a go at supporting this in our gradle plugin here: https://github.com/FabricMC/fabric-loom/pull/248/ Just to need to figure out why `getClassFileMappings` doesnt seem to have a source...
I think it would be nice to have in the javadoc, but generating and storing that info is going to be a bit of a effort. The ovious solution to...
Doesnt look so great here: https://github.com/haykam821/yarn/tree/readme-project-icon 
@haykam821 I see you have updated the branch on this so I assume you are still maintaining it? Are you able to fix it as its trival to merge once...
Do you still plan to fix this PR? If not I will close it.
Changing this here will mean confusion with all the other places its called official. (Such as actually in the mappings) Changing that is a massive job that has little benefit...