Skip to content

Commit

Permalink
Fixed JEI dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter19823 committed Sep 11, 2023
1 parent fb65483 commit 7e7bc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
modCompileOnlyApi "mezz.jei:jei-${minecraft_version}-${loader}-api:${jei_version}"

// Jei Impl
modRuntimeOnly "mezz.jei:jei-${minecraft_version}-${loader}:${jei_version}"
modLocalRuntime("mezz.jei:jei-${minecraft_version}-${loader}:${jei_version}") { transitive = false }

// Combine Common and Forge
common(project(path: ":common", configuration: "namedElements")) { transitive false }
Expand Down

0 comments on commit 7e7bc51

Please sign in to comment.