We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f5104 commit 05c5ac3Copy full SHA for 05c5ac3
README.md
@@ -10,6 +10,7 @@
10
11
| Version | Support |
12
| --- | --- |
13
+| 1.16.2| ✔ |
14
| 1.16.1| ✔ |
15
| 1.15.2| ✔ |
16
| 1.15.1| ✔ |
build.gradle
@@ -24,8 +24,8 @@ group = 'me.yourname'
24
version = '1.0.0'
25
26
ext {
27
- minecraft_version = '1.16.1'
28
- mcp_version = '20200625.160719'
+ minecraft_version = '1.16.2'
+ mcp_version = '20200812.004259'
29
mappings_channel = 'snapshot'
30
mappings_version = '20200514-1.16'
31
}
0 commit comments