I recently downloaded Forge, as well as MCP, and have been quite successful in creating a nifty little mod.
However.
I've been trying to look through some other mods to get ideas for how to write my code, and they are all obfuscated (which makes sense). In the MCP readme, and on the wiki, it clearly states that I should be able to find documentation of the class mappings that the deobfuscator used in the folder mcp/conf/class.csv but there is NO SUCH FILE!!! And I can't find them on the mcp wiki, or anywhere else online. The /conf folder has methods, fields, even individual param mappings, but I'm really only interested in the classes. Anyone else have this problem?
Or does anyone know where I can find said class mappings? Much appreciated.