Closed MattSturgeon closed 3 years ago
Removed the println()
and tidied up the ternaries a little in 3279b95
@bspkrs have you had a chance to re-review?
@bspkrs any chance of taking another look?
This PR breaks mappings for stable 1.9.4 and below, you can find my fix for it here: https://github.com/xcfrg/MCPMappingViewer/blob/master/src/main/java/bspkrs/mmv/McpMappingLoader.java#L80-L82
@xcfrg and @MattSturgeon: thanks for your work on this and sorry for taking so long to pull it in.
Fixes #18
I noticed that SRG mappings are no longer published to the mcpbot website, instead the Forge maven is being used.
The new mappings also use a new tree format
tsrg
over the old format, which I've crudely implemented inTSrgFile
. Note a coupleFIXME
s due to the new format apparently including less information than the old.The new system will be used if mc_ver is 1.13 or greater, according to
String.compareTo
.I've attached a zip containing a jar built from this branch in case anyone wishes to test this out without having to clone this branch and build it themselves (not that that would be difficult!) MCPMappingViewer-PR19.zip