diff options
author | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2021-12-22 13:21:40 +0700 |
---|---|---|
committer | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2021-12-22 13:21:40 +0700 |
commit | 9a4918e4f18d07e7ddbe6278371d6d36ac25d8cf (patch) | |
tree | 60650f056ca1cbb8f4d488bf35ce5619bdbd8594 /build.gradle | |
parent | 136710660fbcf27e33a53723024203b2a7b25dae (diff) | |
download | Chatting-9a4918e4f18d07e7ddbe6278371d6d36ac25d8cf.tar.gz Chatting-9a4918e4f18d07e7ddbe6278371d6d36ac25d8cf.tar.bz2 Chatting-9a4918e4f18d07e7ddbe6278371d6d36ac25d8cf.zip |
fix chat screenshot feature with patcher and halfway with betterchat
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 8aa11ec..dfcb3ab 100644 --- a/build.gradle +++ b/build.gradle @@ -121,7 +121,9 @@ reobf { tasks.reobfJar.dependsOn tasks.shadowJar sourceSets { + dummy main { + compileClasspath += dummy.output ext.refMap = "mixins.${mod_id}.refmap.json" } } |