[CHORE] Fix Build Scripts and update mod publisher

This commit is contained in:
2023-09-10 12:58:49 +02:00
parent 5facb4c322
commit 6f1f460198
5 changed files with 12 additions and 28 deletions

View File

@@ -57,16 +57,12 @@ subprojects {
repositories {
mavenCentral()
maven {
name = 'Sponge / Mixin'
url = 'https://repo.spongepowered.org/repository/maven-public/'
name = 'First Dark Maven'
url = 'https://maven.firstdark.dev/releases/'
}
maven {
name = 'Hypherion Maven'
url = 'https://maven.firstdarkdev.xyz/releases/'
}
maven {
name = "TerraformersMC Maven"
url = "https://maven.terraformersmc.com/releases"
name = 'First Dark Mirror'
url = 'https://mcentral.firstdark.dev/releases/'
}
}