Skip to content

Commit 6680ede

Browse files
APie357Hexeption
authored andcommitted
Updated to 1.20
1 parent 4dbb152 commit 6680ede

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### :warning: WARNING :warning:: You **CANNOT** publish any code generated by this tool.
66

77
### Supported versions:
8-
1.13->1.19.4
8+
1.13->1.20
99

1010
### Important
1111
1.17< Needs JDK 16

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ group = 'me.yourname'
3333
version = '1.0.0'
3434

3535
ext {
36-
minecraft_version = '1.19.4'
37-
mcp_version = '20230314.122934'
36+
minecraft_version = '1.20'
37+
mcp_version = '20230508.053357'
3838
mappings_channel = 'official'
39-
mappings_version = '1.19.4'
39+
mappings_version = '1.20'
4040
spi_version = '6.0.0'
4141
}
4242

@@ -88,7 +88,7 @@ task runclient(type: JavaExec) {
8888
args '--gameDir', '.'
8989
args '--version', minecraft_version
9090
args '--assetsDir', downloadAssets.output
91-
args '--assetIndex', "1.19"
91+
args '--assetIndex', "1.20"
9292
args '--accessToken', '0'
9393
main 'net.minecraft.client.main.Main'
9494
workingDir 'run'

0 commit comments

Comments
 (0)