Tools that help decompile minecraft
Usage
-
Create SRG mappings for obfuscated enum names EnumConstantsRestore {jarfile} {output}
-
Create SRG mappings to rename all classes at root level to the following format class_{class}, for inner: class_{class}in_class{outer} ClassesRename {jarfile} {output}
-
Create finder entries for usage with classfinder. Will scan every class ConstantPool, and then will create a mapping that allows to identify this class among the others. ClassFinderGenerate {jarfile} {entrynamestart} {output}
-
Apply finder entries to jar to generate SRG names based on found classes ClassFinderFind {jarfile} {finderentriesfile} {output}