Update build.gradle

This commit is contained in:
kirillsaint 2023-06-28 21:34:13 +06:00
parent 0d84c8b86f
commit 6556bca062
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ minecraft {
version = "1.8.9" version = "1.8.9"
tweakClass = "net.silentclient.client.mixin.SilentClientTweaker" tweakClass = "net.silentclient.client.mixin.SilentClientTweaker"
runDir = "run" runDir = "run"
mappings = "stable_20" mappings = "stable_22"
makeObfSourceJar = false makeObfSourceJar = false
} }