File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ sonar {
2727
2828repositories {
2929 mavenCentral()
30- maven(" https://nexus .modlabs.cc/repository /maven-mirrors /" )
30+ maven(" https://repo-api .modlabs.cc/repo /maven/maven-mirror /" )
3131}
3232
3333val minecraftVersion: String by project
@@ -37,7 +37,7 @@ val mockkVersion = "1.13.16"
3737dependencies {
3838 paperweight.paperDevBundle(" $minecraftVersion -R0.1-SNAPSHOT" )
3939
40- api(" dev.fruxz:stacked:2024.1.1 " )
40+ api(" dev.fruxz:stacked:2025.8-d43bc19 " )
4141
4242 api(" cc.modlabs:KlassicX:2025.12.4.1928" )
4343
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ plugins {
3232
3333repositories {
3434 mavenCentral()
35- maven(" https://nexus .modlabs.cc/repository /maven-mirrors /" )
35+ maven(" https://repo-api .modlabs.cc/repo /maven/maven-mirror /" )
3636}
3737
3838kpaper {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Add the KPaper repository and dependency to your `build.gradle.kts`:
1818``` kotlin
1919repositories {
2020 mavenCentral()
21- maven(" https://nexus .modlabs.cc/repository /maven-mirrors /" )
21+ maven(" https://repo-api .modlabs.cc/repo /maven/maven-mirror /" )
2222 maven(" https://repo.papermc.io/repository/maven-public/" ) // Paper repository
2323}
2424
@@ -95,7 +95,7 @@ version = "1.0.0"
9595
9696repositories {
9797 mavenCentral()
98- maven("https://nexus .modlabs.cc/repository /maven-mirrors /")
98+ maven("https://repo-api .modlabs.cc/repo /maven/maven-mirror /")
9999}
100100
101101dependencies {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Could not resolve dependency: cc.modlabs:KPaper:LATEST
1818 // Add to build.gradle.kts
1919 repositories {
2020 mavenCentral()
21- maven(" https://nexus .modlabs.cc/repository /maven-mirrors /" ) // Add this
21+ maven(" https://repo-api .modlabs.cc/repo /maven/maven-mirror /" ) // Add this
2222 }
2323 ```
2424
You can’t perform that action at this time.
0 commit comments