File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,13 @@ loom {
1616
1717repositories {
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
2128dependencies {
@@ -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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments