Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakuna authored Jun 21, 2023
1 parent e1dc3cf commit 8e0ad22
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,8 +47,8 @@ dependencies {

// Mod dependencies
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modImplementation include("dev.onyxstudios.cardinal-components-api:cardinal-components-base:${project.cca_version}")
modImplementation include("dev.onyxstudios.cardinal-components-api:cardinal-components-entity:${project.cca_version}")
modApi include("dev.onyxstudios.cardinal-components-api:cardinal-components-base:${project.cca_version}")
modApi include("dev.onyxstudios.cardinal-components-api:cardinal-components-entity:${project.cca_version}")

// Dev Runtime
testmodImplementation sourceSets.main.output
Expand Down

0 comments on commit 8e0ad22

Please sign in to comment.