mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Specify Fabric repository
This commit is contained in:
parent
7b0c1e9a05
commit
0e77f20f86
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ dependencies {
|
|||
repositories {
|
||||
mavenLocal()
|
||||
|
||||
maven {
|
||||
url = uri('https://maven.fabricmc.net/')
|
||||
}
|
||||
|
||||
maven {
|
||||
url = uri('https://repo.nukkitx.com/maven-releases/')
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue