Skip to content

Commit

Permalink
fix(build): Architectury dep now uses implementation not api
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamalam360 committed Jun 14, 2024
1 parent 96ca241 commit 24caef5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ architectury {

dependencies {
modImplementation libs.fabric.loader
modApi libs.architectury.common
modImplementation libs.architectury.common
modImplementation libs.jamlib.common
}

Expand Down
4 changes: 2 additions & 2 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ configurations {

dependencies {
modImplementation libs.fabric.loader
modApi libs.fabric.api
modApi libs.architectury.fabric
modImplementation libs.fabric.api
modImplementation libs.architectury.fabric
modRuntimeOnly libs.modmenu
modImplementation libs.jamlib.fabric

Expand Down
2 changes: 1 addition & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repositories {

dependencies {
neoForge libs.neoforge
modApi libs.architectury.neoforge
modImplementation libs.architectury.neoforge
modImplementation libs.jamlib.neoforge

forgeRuntimeLibrary "blue.endless:jankson:1.2.3"
Expand Down

0 comments on commit 24caef5

Please sign in to comment.