From ca7584229dc95de40139f8b798234d9d94947d16 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Fri, 15 Mar 2024 21:01:26 +0800 Subject: [PATCH] remove dep --- build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6a73437..afa6fe6 100644 --- a/build.gradle +++ b/build.gradle @@ -25,8 +25,6 @@ dependencies { // Fabric API. This is technically optional, but you probably want it anyway. modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" modImplementation "net.fabricmc:fabric-language-kotlin:1.10.19+kotlin.1.9.23" - - implementation 'net.mamoe:mirai-core:2.16.0' } processResources {