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 153f4cf commit 4dbb152Copy full SHA for 4dbb152
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.19.2
+1.13->1.19.4
9
10
### Important
11
1.17< Needs JDK 16
build.gradle
@@ -33,10 +33,10 @@ group = 'me.yourname'
33
version = '1.0.0'
34
35
ext {
36
- minecraft_version = '1.19.2'
37
- mcp_version = '20220805.130853'
+ minecraft_version = '1.19.4'
+ mcp_version = '20230314.122934'
38
mappings_channel = 'official'
39
- mappings_version = '1.19.2'
+ mappings_version = '1.19.4'
40
spi_version = '6.0.0'
41
}
42
0 commit comments