Skip to content

Commit

Permalink
api
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Sep 29, 2023
1 parent d4ddccf commit c1540a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

implementation include("com.github.KrLite:Pierced:${project.pierced_version}")
api include("com.github.KrLite:Pierced:${project.pierced_version}")

modApi("me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}") {
exclude(group: "net.fabricmc.fabric-api")
Expand Down

0 comments on commit c1540a9

Please sign in to comment.