mirror of
https://github.com/TibiNonEst/cauldron-dyeing.git
synced 2025-08-08 19:53:57 -05:00
Remove unnecessary Sodium mixin, update deps
This commit is contained in:
parent
6c4645fbf3
commit
37997cde7d
9 changed files with 8 additions and 42 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue