Skip to content

Commit

Permalink
build: fabric needs common as well
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Jul 9, 2024
1 parent 7d0c091 commit b8c42a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion refinedstorage-jei-integration-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ dependencies {
api("com.refinedmods.refinedstorage:refinedstorage-platform-common:${refinedstorageVersion}")
api("mezz.jei:jei-${minecraftVersion}-common-api:${jeiVersion}")
api("mezz.jei:jei-${minecraftVersion}-common:${jeiVersion}")
testCompileOnly("mezz.jei:jei-${minecraftVersion}-common:${jeiVersion}")
}
1 change: 1 addition & 0 deletions refinedstorage-jei-integration-fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ dependencies {
modApi("com.refinedmods.refinedstorage:refinedstorage-platform-fabric:${refinedstorageVersion}")
modRuntimeOnly("mezz.jei:jei-${minecraftVersion}-fabric:${jeiVersion}")
modCompileOnlyApi("mezz.jei:jei-${minecraftVersion}-common-api:${jeiVersion}")
modCompileOnlyApi("mezz.jei:jei-${minecraftVersion}-common:${jeiVersion}")
modCompileOnlyApi("mezz.jei:jei-${minecraftVersion}-fabric-api:${jeiVersion}")
}

0 comments on commit b8c42a6

Please sign in to comment.