Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonk9043 committed Dec 1, 2024
2 parents 7b1ba28 + 90de568 commit fd2689c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modCompileOnly("maven.modrinth:sodium:${project.sodium_version}") { transitive = false }
modCompileOnly("maven.modrinth:lithium:${project.lithium_version}") { transitive = false }w
modCompileOnly("maven.modrinth:lithium:${project.lithium_version}") { transitive = false }
modCompileOnly("maven.modrinth:iris:${project.iris_version}") { transitive = false }

// Fabric API. This is technically optional, but you probably want it anyway.
Expand Down Expand Up @@ -119,4 +119,4 @@ publishing {
// The repositories here will be used for publishing your artifact, not for
// retrieving dependencies.
}
}
}

0 comments on commit fd2689c

Please sign in to comment.