diff --git a/build.gradle b/build.gradle index ea9f0f7..ebda239 100644 --- a/build.gradle +++ b/build.gradle @@ -44,12 +44,12 @@ if(ver == null) ver = "dev" version = ver group = 'com.troblecodings' -archivesBaseName = 'TC-Redstone-1.20.1' +archivesBaseName = 'TC-Redstone-1.20.2' java.toolchain.languageVersion = JavaLanguageVersion.of(17) minecraft { - mappings channel: 'official', version: '1.20.1' + mappings channel: 'official', version: '1.20.2' runs { client {