Skip to content

Commit 3330196

Browse files
authored
Updated to 1.20.1
1 parent 0dc201b commit 3330196

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

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

3535
ext {
36-
minecraft_version = '1.20'
37-
mcp_version = '20230608.053357'
36+
minecraft_version = '1.20.1'
37+
mcp_version = '20230612.114412'
3838
mappings_channel = 'official'
39-
mappings_version = '1.20'
40-
spi_version = '6.0.0'
39+
mappings_version = '1.20.1'
40+
spi_version = '7.0.0'
4141
}
4242

4343
repositories {

0 commit comments

Comments
 (0)