mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-12-21 16:17:37 +01:00
fix base protocol
This commit is contained in:
parent
a56223c418
commit
e9c97cff89
@ -28,15 +28,13 @@ extra.set("archivesBaseName", "ViaFabric")
|
|||||||
description = "Client-side and server-side ViaVersion implementation for Fabric"
|
description = "Client-side and server-side ViaVersion implementation for Fabric"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
//mavenLocal()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
jcenter()
|
|
||||||
maven(url = "https://repo.viaversion.com/")
|
maven(url = "https://repo.viaversion.com/")
|
||||||
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
|
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
|
||||||
maven(url = "https://maven.fabricmc.net/")
|
maven(url = "https://maven.fabricmc.net/")
|
||||||
maven(url = "https://server.bbkr.space/artifactory/libs-snapshot")
|
maven(url = "https://server.bbkr.space/artifactory/libs-snapshot")
|
||||||
maven(url = "https://server.bbkr.space/artifactory/libs-release")
|
maven(url = "https://server.bbkr.space/artifactory/libs-release")
|
||||||
maven(url = "https://maven.extracraftx.com")
|
|
||||||
maven("https://maven.terraformersmc.com/releases/")
|
maven("https://maven.terraformersmc.com/releases/")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -26,4 +26,9 @@ public class ViaFabricHostnameProtocol extends SimpleProtocol {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean isBaseProtocol() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user