mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 13:37:58 +01:00
Revert "Revert "added sodium from modrinth mavin (#85)""
This reverts commit 2e5359c96d
.
This commit is contained in:
parent
e1195256c6
commit
76dbb278e2
1 changed files with 5 additions and 1 deletions
|
@ -27,6 +27,10 @@ reckon {
|
|||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
maven {
|
||||
name = 'modrinth'
|
||||
url = "https://api.modrinth.com/maven"
|
||||
}
|
||||
maven {
|
||||
name = 'modmenu'
|
||||
url = 'https://maven.terraformersmc.com/releases'
|
||||
|
@ -71,7 +75,7 @@ dependencies {
|
|||
|
||||
modCompileOnly("com.terraformersmc:modmenu:${project.modmenu_version}")
|
||||
// implementation 'org.jetbrains:intellij-fernflower:1.2.1.16'
|
||||
modCompileOnly("net.caffienemc.sodium:sodium-fabric-mc1.19.2:0.4.4+build.18")
|
||||
modCompileOnly "maven.modrinth:sodium:mc1.19.2-0.4.4"
|
||||
|
||||
modCompileOnly "dev.emi:trinkets:3.4.0"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue