aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorXThe <101992755+SirXThe@users.noreply.github.com>2023-02-25 01:03:36 +0100
committerGitHub <noreply@github.com>2023-02-24 19:03:36 -0500
commit99fe13770d1460e07f465e0cb8e3967812fcef2f (patch)
treedd3eb73ca8629fd77e8e0c1c38d303ffc6d725b6 /build.gradle
parent99be374aa343029e670dd1c8abcc834004363fc5 (diff)
downloadChatting-99fe13770d1460e07f465e0cb8e3967812fcef2f.tar.gz
Chatting-99fe13770d1460e07f465e0cb8e3967812fcef2f.tar.bz2
Chatting-99fe13770d1460e07f465e0cb8e3967812fcef2f.zip
fix: resolve messages get shuffled in whole chat screenshots (#19)
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle9
1 files changed, 4 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle
index 5f09f93..30dc6ac 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@
plugins {
id "dev.architectury.architectury-pack200" version "0.1.3"
id 'org.jetbrains.kotlin.jvm' version '1.6.10'
- id "gg.essential.loom" version "0.10.0.3"
+ id "cc.polyfrost.loom" version "0.10.0.5"
id "net.kyori.blossom" version "1.3.0"
id "java"
}
@@ -27,7 +27,7 @@ compileJava.options.encoding = 'UTF-8'
loom {
launchConfigs {
client {
- arg("--tweakClass", "cc.polyfrost.oneconfigwrapper.OneConfigWrapper")
+ arg("--tweakClass", "cc.polyfrost.oneconfig.loader.stage0.LaunchWrapperTweaker")
property("mixin.debug.export", "true")
}
}
@@ -51,7 +51,6 @@ configurations {
repositories {
maven { url 'https://repo.polyfrost.cc/releases'}
- maven { url = "https://pkgs.dev.azure.com/djtheredstoner/DevAuth/_packaging/public/maven/v1" }
}
dependencies {
@@ -60,7 +59,7 @@ dependencies {
forge("net.minecraftforge:forge:1.8.9-11.15.1.2318-1.8.9")
compileOnly ('org.spongepowered:mixin:0.7.11-SNAPSHOT')
compileOnly('cc.polyfrost:oneconfig-1.8.9-forge:0.2.0-alpha+')
- include('cc.polyfrost:oneconfig-wrapper-launchwrapper:1.0.0-alpha+')
+ include('cc.polyfrost:oneconfig-wrapper-launchwrapper:1.0.0-beta+')
modRuntimeOnly("me.djtheredstoner:DevAuth-forge-legacy:1.1.0")
}
@@ -108,6 +107,6 @@ jar {
'ForceLoadAsMod': true,
'MixinConfigs': "mixins.${mod_id}.json",
"TweakOrder": "0",
- "TweakClass": "cc.polyfrost.oneconfigwrapper.OneConfigWrapper",
+ "TweakClass": "cc.polyfrost.oneconfig.loader.stage0.LaunchWrapperTweaker"
)
} \ No newline at end of file