We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fced317 commit 6520faeCopy full SHA for 6520fae
README.md
@@ -5,7 +5,7 @@
5
### :warning: WARNING :warning:: You **CANNOT** publish any code generated by this tool.
6
7
### Supported versions:
8
-1.13->1.20.1
+1.13->1.20.2
9
10
### Important
11
1.17< Needs JDK 16
build.gradle
@@ -34,10 +34,10 @@ group = 'me.yourname'
34
version = '1.0.0'
35
36
ext {
37
- minecraft_version = '1.20.1'
38
- mcp_version = '20230612.114412'
+ minecraft_version = '1.20.2'
+ mcp_version = '20230921.100330'
39
mappings_channel = 'official'
40
- mappings_version = '1.20.1'
+ mappings_version = '1.20.2'
41
spi_version = '7.0.0'
42
}
43
0 commit comments