Skip to content

Commit c7c9813

Browse files
author
DragonEggBedrockBreaking
authored
change: use modrinth maven for Sodium (#109)
1 parent 990c3f5 commit c7c9813

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

build.gradle

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ loom {
1616

1717
repositories {
1818
maven { url = "https://jitpack.io" }
19+
maven {
20+
name = "Modrinth"
21+
url = "https://api.modrinth.com/maven"
22+
content {
23+
includeGroup "maven.modrinth"
24+
}
25+
}
1926
}
2027

2128
dependencies {
@@ -24,7 +31,7 @@ dependencies {
2431
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
2532
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
2633

27-
modImplementation "com.github.FlashyReese:sodium-fabric:${project.sodium_version}"
34+
modImplementation "maven.modrinth:sodium:${project.sodium_version}"
2835
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
2936
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
3037
// You may need to force-disable transitiveness on them.

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ org.gradle.jvmargs=-Xmx1G
1313

1414
# Dependencies
1515
reeses_sodium_options=mc1.17.1-1.2.0
16-
sodium_version=d7d0b5a8d7
17-
fabric_version=0.38.1+1.17
16+
sodium_version=mc1.17.1-0.3.3
17+
fabric_version=0.38.1+1.17

0 commit comments

Comments
 (0)