File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
### :warning : WARNING :warning : : You ** CANNOT** publish any code generated by this tool.
6
6
7
7
### Supported versions:
8
- 1.13->1.19.4
8
+ 1.13->1.20
9
9
10
10
### Important
11
11
1.17< Needs JDK 16
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ group = 'me.yourname'
33
33
version = ' 1.0.0'
34
34
35
35
ext {
36
- minecraft_version = ' 1.19.4 '
37
- mcp_version = ' 20230314.122934 '
36
+ minecraft_version = ' 1.20 '
37
+ mcp_version = ' 20230508.053357 '
38
38
mappings_channel = ' official'
39
- mappings_version = ' 1.19.4 '
39
+ mappings_version = ' 1.20 '
40
40
spi_version = ' 6.0.0'
41
41
}
42
42
@@ -88,7 +88,7 @@ task runclient(type: JavaExec) {
88
88
args ' --gameDir' , ' .'
89
89
args ' --version' , minecraft_version
90
90
args ' --assetsDir' , downloadAssets. output
91
- args ' --assetIndex' , " 1.19 "
91
+ args ' --assetIndex' , " 1.20 "
92
92
args ' --accessToken' , ' 0'
93
93
main ' net.minecraft.client.main.Main'
94
94
workingDir ' run'
You can’t perform that action at this time.
0 commit comments