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