jitpack was better smh

This commit is contained in:
Cloudburst
2021-10-01 21:56:53 +02:00
parent b5ccaca459
commit b53ef39a53

View File

@@ -14,6 +14,8 @@ repositories {
maven {
name = "jitpack"
url = "https://jitpack.io"
name = "meteor-maven"
url = "https://maven.meteordev.org/snapshots"
}
}
@@ -29,7 +31,7 @@ dependencies {
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
// You may need to force-disable transitiveness on them.
modImplementation "com.github.MeteorDevelopment:meteor-client:master-SNAPSHOT"
modImplementation "meteordevelopment:meteor-client:SNAPSHOT"
// Seed .locate features
modImplementation 'com.github.hube12:SEED:master-SNAPSHOT'