Remove unnecessary Sodium mixin, update deps

This commit is contained in:
tibs 2023-09-06 11:48:03 -04:00
parent 6c4645fbf3
commit 37997cde7d
Signed by: tibs
GPG key ID: 047833989F50F88F
9 changed files with 8 additions and 42 deletions

View file

@ -10,14 +10,6 @@ version = "${project.mod_version}${getMetadata()}"
group = project.maven_group
repositories {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
content {
includeGroup "maven.modrinth"
}
}
maven {
name = "Quilt"
url = "https://maven.quiltmc.org/repository/release"
@ -30,7 +22,6 @@ dependencies {
modImplementation libs.fabric.loader
modImplementation libs.fabric.api
modCompileOnly libs.sodium
}
loom {