mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 13:37:58 +01:00
added sodium from modrinth mavin (#85)
* added sodium from modrinth mavin Probably needs some changes and I probably made some bs but if not I'm happy
This commit is contained in:
parent
8242fca23b
commit
5495b834ac
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'
|
||||
|
@ -62,7 +66,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