aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorWyvest <45589059+Wyvest@users.noreply.github.com>2022-03-26 12:47:57 +0700
committerWyvest <45589059+Wyvest@users.noreply.github.com>2022-03-26 12:47:57 +0700
commitc68035e02240469f94905ae8edccf9222e027485 (patch)
treee7340611943dbed345de3388ddc9c5745a5f8c2d /build.gradle
parent56ffd09c8018d8a1f740cd020d970393cc2abfda (diff)
downloadChatting-c68035e02240469f94905ae8edccf9222e027485.tar.gz
Chatting-c68035e02240469f94905ae8edccf9222e027485.tar.bz2
Chatting-c68035e02240469f94905ae8edccf9222e027485.zip
fix alpha of chat background
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 17cd5f6..430a98a 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 "cc.woverflow.loom" version "0.10.1"
+ id "cc.woverflow.loom" version "0.10.6"
id "net.kyori.blossom" version "1.3.0"
id "java"
}