Turn Up/Down & Grave Compat

This commit is contained in:
skippyall
2025-04-12 19:08:25 +02:00
parent 8007778c39
commit cc69b22aba
5 changed files with 58 additions and 1 deletions
+14
View File
@@ -17,6 +17,18 @@ repositories {
// See https://docs.gradle.org/current/userguide/declaring_repositories.html
// for more information about repositories.
maven { url 'https://maven.nucleoid.xyz' }
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
filter {
includeGroup "maven.modrinth"
}
}
}
dependencies {
@@ -30,6 +42,8 @@ dependencies {
modImplementation "eu.pb4:polymer-core:${project.polymer_version}"
modImplementation include("eu.pb4:sgui:${project.sgui_version}")
modImplementation include("xyz.nucleoid:server-translations-api:${project.server_translations_version}")
modCompileOnly "maven.modrinth:universal-graves:${project.universal_graves_version}"
}
processResources {