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