Skip to content

Commit

Permalink
Updated to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
kingdevnl authored and Hexeption committed Dec 4, 2021
1 parent 68da7f9 commit eb6b6df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.17.1
1.13->1.18

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

ext {
minecraft_version = '1.17.1'
mcp_version = '20210706.113038'
minecraft_version = '1.18'
mcp_version = '20211130.085255'
mappings_channel = 'official'
mappings_version = '1.17.1'
spi_version = '4.0.9'
mappings_version = '1.18'
spi_version = '4.0.10'
}

repositories {
Expand Down Expand Up @@ -84,7 +84,7 @@ task runclient(type: JavaExec) {
args '--gameDir', '.'
args '--version', minecraft_version
args '--assetsDir', downloadAssets.output
args '--assetIndex', "1.17"
args '--assetIndex', "1.18"
args '--accessToken', '0'
main 'net.minecraft.client.main.Main'
workingDir 'run'
Expand Down

0 comments on commit eb6b6df

Please sign in to comment.