Skip to content

Commit 8afc6b4

Browse files
committed
Increase priority of 1.7 comment source
SRG portability is a lie
1 parent 0e3ea62 commit 8afc6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/legacymoddingmc/mappinggenerator/DefaultSources.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
public class DefaultSources {
44
static final String[][] DEFAULT_SOURCES = new String[][]{
55
{"yarn", "1.7.10+latest"},
6-
{"mcp", "1.7.10", "stable_12", "methodComments"},
76
{"mcp", "1.8.9", "stable_22", "parameters"},
87
{"mcp", "1.12", "stable_39", "parameters"},
8+
{"mcp", "1.7.10", "stable_12", "methodComments"},
99
{"csv", "https://raw.githubusercontent.com/LegacyModdingMC/ExtraMappings/master/param.csv"}
1010
};
1111
}

0 commit comments

Comments
 (0)