We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeeffc3 commit 0d7be47Copy full SHA for 0d7be47
1 file changed
build.gradle
@@ -20,6 +20,17 @@ repositories {
20
name = "TerraformersMC"
21
url = "https://maven.terraformersmc.com/"
22
}
23
+ exclusiveContent {
24
+ forRepository {
25
+ maven {
26
+ name = "Modrinth"
27
+ url = "https://api.modrinth.com/maven"
28
+ }
29
30
+ filter {
31
+ includeGroup "maven.modrinth"
32
33
34
35
36
fabricApi {
@@ -32,7 +43,7 @@ dependencies {
43
minecraft "com.mojang:minecraft:${project.minecraft_version}"
44
implementation "net.fabricmc:fabric-loader:${project.loader_version}"
45
implementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
- implementation "com.terraformersmc:modmenu:${project.modmenu_version}"
46
+ implementation "maven.modrinth:modmenu:${project.modmenu_version}"
47
37
48
38
49
processResources {
0 commit comments