diff --git a/build.gradle b/build.gradle index 9fc29cf..6a79a1d 100644 --- a/build.gradle +++ b/build.gradle @@ -27,21 +27,26 @@ fabricApi { } } repositories { - mavenCentral() - maven { - name = "Modrinth" - url = "https://api.modrinth.com/maven" - } - maven { - name = "luckperms" - url = "https://repo.luckperms.net/" + exclusiveContent { + forRepository { + maven { + name = "Modrinth" + url = "https://api.modrinth.com/maven" + } + } + // forRepositories(fg.repository) // Uncomment when using ForgeGradle + filter { + includeGroup "maven.modrinth" + } } } dependencies { minecraft "com.mojang:minecraft:${project.minecraft_version}" implementation "net.fabricmc:fabric-loader:${project.loader_version}" implementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" - compileOnly "net.luckperms:api:5.4" + + implementation "maven.modrinth:Vebnzrzj:UHUghDkV" + runtimeOnly "maven.modrinth:Vebnzrzj:UHUghDkV" } processResources { inputs.property "version", project.version