diff options
author | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-05-23 20:28:08 +0700 |
---|---|---|
committer | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-05-23 20:28:08 +0700 |
commit | 5da5f6efd284076b65d1811f13e1b4825c34d2db (patch) | |
tree | 724a0a907069742ed742f4e6e0180dffa233bcdd /build.gradle | |
parent | c2eb1590e5ef48e0e9c59b3eff149c09c607dc95 (diff) | |
download | Chatting-5da5f6efd284076b65d1811f13e1b4825c34d2db.tar.gz Chatting-5da5f6efd284076b65d1811f13e1b4825c34d2db.tar.bz2 Chatting-5da5f6efd284076b65d1811f13e1b4825c34d2db.zip |
fix skytils chat tab notifications not working
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index e4b3b7f..cbc862d 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.6" + id "gg.essential.loom" version "0.10.0.3" id "net.kyori.blossom" version "1.3.0" id "java" } |