Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Oh dear oh dear
Browse files Browse the repository at this point in the history
  • Loading branch information
cph101 authored Apr 18, 2024
1 parent 04cee2f commit 6725d40
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 @@ -41,7 +41,7 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"

modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modImplementation include("io.github.ladysnake:satin:${project.satin_version}")
modImplementation include("org.ladysnake:satin:${project.satin_version}")
modImplementation include("maven.modrinth:midnightlib:${project.midnightlib_version}-fabric")
modCompileOnly ("dev.emi:emi-fabric:${project.emi_version}:api")
modLocalRuntime ("dev.emi:emi-fabric:${project.emi_version}")
Expand Down Expand Up @@ -92,4 +92,4 @@ publishing {
// The repositories here will be used for publishing your artifact, not for
// retrieving dependencies.
}
}
}

0 comments on commit 6725d40

Please sign in to comment.