diff options
author | nea <nea@nea.moe> | 2023-02-13 22:42:52 +0100 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-02-13 22:42:52 +0100 |
commit | 958b2d78b6fa880cf614cceed0245fe441683d62 (patch) | |
tree | 712da433fb0cfc3ba401d72dd864fa4949ec3e4c | |
parent | afe5d044dfd3cd887d14d2ed910695169e6ced20 (diff) | |
download | neuhax-958b2d78b6fa880cf614cceed0245fe441683d62.tar.gz neuhax-958b2d78b6fa880cf614cceed0245fe441683d62.tar.bz2 neuhax-958b2d78b6fa880cf614cceed0245fe441683d62.zip |
Use OneConfig beta wrapper
-rw-r--r-- | build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 0ee2789..7f77117 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -57,7 +57,7 @@ dependencies { isTransitive = false } compileOnly("cc.polyfrost:oneconfig-1.8.9-forge:0.1.0-alpha+") // Should not be included in jar - shadowImpl("cc.polyfrost:oneconfig-wrapper-launchwrapper:1.0.0-alpha+") // Should be included in jar + shadowImpl("cc.polyfrost:oneconfig-wrapper-launchwrapper:1.0.0-beta+") // Should be included in jar annotationProcessor("org.spongepowered:mixin:0.8.4-SNAPSHOT") // If you don't want to log in with your real minecraft account, remove this line runtimeOnly("me.djtheredstoner:DevAuth-forge-legacy:1.1.0") |