Skip to content

Commit

Permalink
Update to 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
APie357 authored and Hexeption committed Nov 15, 2023
1 parent fced317 commit 6520fae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### :warning: WARNING :warning:: You **CANNOT** publish any code generated by this tool.

### Supported versions:
1.13->1.20.1
1.13->1.20.2

### Important
1.17< Needs JDK 16
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ group = 'me.yourname'
version = '1.0.0'

ext {
minecraft_version = '1.20.1'
mcp_version = '20230612.114412'
minecraft_version = '1.20.2'
mcp_version = '20230921.100330'
mappings_channel = 'official'
mappings_version = '1.20.1'
mappings_version = '1.20.2'
spi_version = '7.0.0'
}

Expand Down

0 comments on commit 6520fae

Please sign in to comment.