Skip to content

Commit ce4035f

Browse files
committed
fix kjs maven
1 parent e8285ed commit ce4035f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

fabric/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ repositories {
7777
maven { url = "https://mvn.devos.one/snapshots/" } // Create Fabric, Porting Lib, Forge Tags, Milk Lib, Registrate Fabric
7878
maven { url = "https://maven.jamieswhiteshirt.com/libs-release" } // Reach Entity Attributes
7979
maven { url = "https://jitpack.io/" } // Mixin Extras, Fabric ASM
80-
maven { url = "https://maven.saps.dev/minecraft" } // kjs
80+
maven { url = "https://maven.latvian.dev/releases" } // kjs
8181
}
8282

8383
dependencies {

forge/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ repositories {
7676
maven { url = "https://maven.theillusivec4.top/" } // Curios
7777
maven { url = "https://maven.parchmentmc.org" } // Parchment mappings
7878
maven { url = "https://maven.quiltmc.org/repository/release" } // Quilt Mappings
79-
maven { url = "https://maven.saps.dev/minecraft" }
79+
maven { url = "https://maven.latvian.dev/releases" }
8080
maven { url = "https://jitpack.io/" } // Mixin Extras, Fabric ASM
8181
}
8282

0 commit comments

Comments
 (0)