Merge remote-tracking branch 'origin/1.19' into 1.19

This commit is contained in:
Frank 2022-11-18 19:56:35 +01:00
commit daece9a38d
3 changed files with 45 additions and 5 deletions

View file

@ -29,6 +29,17 @@ repositories {
maven { url "https://ladysnake.jfrog.io/artifactory/mods" }
maven { url = "https://dvs1.progwml6.com/files/maven/" }
maven { url = "https://modmaven.dev" }
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
filter {
includeGroup "maven.modrinth"
}
}
flatDir {
dirs 'libs'
}
@ -53,7 +64,7 @@ dependencies {
if (local_bclib) {
implementation(project(path: ":BCLib", configuration: 'dev'))
} else {
modImplementation "com.github.quiqueck:BCLib:${project.bclib_version}"
modImplementation "maven.modrinth:BCLib:${project.bclib_version}"
}
modCompileOnly "me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}"
modCompileOnly "me.shedaniel:RoughlyEnoughItems-api-fabric:${project.rei_version}"