fixes the build issues i think?

This commit is contained in:
2024-03-17 15:30:21 -05:00
parent 2b2f4f8d23
commit d2c2b9c549
2 changed files with 8 additions and 4 deletions

View File

@ -18,7 +18,11 @@ repositories {
}
maven {
name = "EngineHub"
url = uri("https://maven.enginehub.org/repo/")
url = uri("https://maven.enginehub.com/repo/")
}
maven {
name = "FabricMC"
url = uri("https://maven.fabricmc.net/")
}
maven {
name = "JitPack"