modified: build.gradle

This commit is contained in:
2026-08-09 22:25:02 +03:00
parent 896ec668eb
commit fda2f88724
+14 -9
View File
@@ -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