fancynpcs: Use 1.21.11-pre3

This commit is contained in:
Oliver
2025-11-26 19:59:06 +01:00
parent c7fb3b0b92
commit 878fee61e7
7 changed files with 9 additions and 15 deletions

View File

@@ -15,12 +15,5 @@ allprojects {
maven("https://repo.papermc.io/repository/maven-public/")
maven("https://repo.fancyinnovations.com/releases")
maven(url = "https://jitpack.io")
maven("https://maven-prs.papermc.io/Paper/pr13194") {
name = "Maven for PR #13194" // https://github.com/PaperMC/Paper/pull/13194
mavenContent {
includeModule("io.papermc.paper", "dev-bundle")
includeModule("io.papermc.paper", "paper-api")
}
}
}
}