aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
author zaaarf <zaaarf@proton.me>2023-04-10 18:20:31 +0200
committer zaaarf <zaaarf@proton.me>2023-04-10 18:20:31 +0200
commit94391df724acc34dc7e0b3ddb7df3d8d6c09e5de (patch)
treec6bf589b8a38bd5214e41e86c6d3652638feabd9 /build.gradle
parent5a86e4e2befc30fb4e0f07e3ebf5cbc77620ac50 (diff)
feat: initial implementation of patchless packet handlingpackethandler
currently only supports "play packets", thus not including login and handshake
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 0f30ca8..3fda9f1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -66,7 +66,7 @@ dependencies {
}
compileJava { //mappings for lillero-processor
- options.compilerArgs << '-AmappingsFile=https://data.fantabos.co/output.tsrg'
+ options.compilerArgs << '-AmappingsFile=https://data.fantabos.co/1.16.5.tsrg'
}
jar {