aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-07-31 23:07:36 +0200
committernea <nea@nea.moe>2023-07-31 23:12:15 +0200
commit0aceb412e0eec21379805286afb59788530f4fb6 (patch)
treee14da1c0b06c7411804dd406ed41b9db6413b0b9 /build.gradle
parentead0b68578d40562728aec8c725fe35cf6724d73 (diff)
downloadDulkirMod-Fabric-0aceb412e0eec21379805286afb59788530f4fb6.tar.gz
DulkirMod-Fabric-0aceb412e0eec21379805286afb59788530f4fb6.tar.bz2
DulkirMod-Fabric-0aceb412e0eec21379805286afb59788530f4fb6.zip
Add modmenu supportfeat/modmenu
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle8
1 files changed, 8 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 2ff4b7e..f2cff89 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,6 +27,12 @@ repositories {
maven { url "https://maven.shedaniel.me/" }
maven { url "https://maven.terraformersmc.com/releases/" }
maven { url = "https://jitpack.io/" }
+ maven {
+ url "https://api.modrinth.com/maven"
+ content {
+ includeGroup("maven.modrinth")
+ }
+ }
}
dependencies {
@@ -47,6 +53,8 @@ dependencies {
modImplementation("moe.nea.jarvis:jarvis-api:1.1.1")
include("moe.nea.jarvis:jarvis-fabric:1.1.1")
modLocalRuntime("moe.nea.jarvis:jarvis-fabric:1.1.1")
+ modImplementation "maven.modrinth:modmenu:7.0.0"
+ modLocalRuntime "maven.modrinth:modmenu:7.0.0"
}
loom {