Skip to content

Commit

Permalink
Updated to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexeption authored Jun 8, 2022
1 parent 46fa56a commit 15b345f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ group = 'me.yourname'
version = '1.0.0'

ext {
minecraft_version = '1.18.2'
mcp_version = '20220228.144236'
minecraft_version = '1.19'
mcp_version = '20220607.102129'
mappings_channel = 'official'
mappings_version = '1.18.2'
mappings_version = '1.19'
spi_version = '4.0.10'
}

Expand Down Expand Up @@ -88,7 +88,7 @@ task runclient(type: JavaExec) {
args '--gameDir', '.'
args '--version', minecraft_version
args '--assetsDir', downloadAssets.output
args '--assetIndex', "1.18"
args '--assetIndex', "1.19"
args '--accessToken', '0'
main 'net.minecraft.client.main.Main'
workingDir 'run'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 15b345f

Please sign in to comment.