Skip to content

Commit

Permalink
qfapi -> fapi
Browse files Browse the repository at this point in the history
  • Loading branch information
quinn-semele committed Oct 27, 2024
1 parent 0722b81 commit b79d351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quilt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ multiloader {

artifacts {
modImplementation(group = "org.quiltmc", name = "quilt-loader", version = Constants.QUILT_LOADER_VERSION)
modImplementation(group = "org.quiltmc.quilted-fabric-api", name = "quilted-fabric-api", version = Constants.QUILT_API_VERSION)
modImplementation(group = "net.fabricmc.fabric-api", name = "fabric-api", version = Constants.FABRIC_API_VERSION)
}
}
}
Expand Down

0 comments on commit b79d351

Please sign in to comment.