1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-29 03:39:22 +00:00

Specify Fabric repository

This commit is contained in:
DoctorMacc
2020-10-07 20:37:23 -04:00
parent 7b0c1e9a05
commit 0e77f20f86

View File

@@ -37,6 +37,10 @@ dependencies {
repositories {
mavenLocal()
maven {
url = uri('https://maven.fabricmc.net/')
}
maven {
url = uri('https://repo.nukkitx.com/maven-releases/')
}