Skip to content

Commit

Permalink
Try again [build] [publish]
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbysco committed Sep 3, 2024
1 parent b0e2664 commit 9d00186
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ dependencies {
}
modImplementation "com.terraformersmc:modmenu:${mod_menu_version}"

modCompileOnlyApi("mezz.jei:jei-${minecraft_version}-common-api:${jei_version}")
modCompileOnlyApi("mezz.jei:jei-${minecraft_version}-fabric-api:${jei_version}")

modRuntimeOnly("mezz.jei:jei-${minecraft_version}-fabric:${jei_version}")

// modImplementation("vazkii.patchouli:Patchouli:${patchouli_version}-FABRIC")
Expand Down
3 changes: 0 additions & 3 deletions neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ dependencies {
common(project(path: ":common", configuration: "namedElements")) { transitive false }
shadowCommon(project(path: ":common", configuration: "transformProductionNeoForge")) { transitive = false }

modCompileOnlyApi("mezz.jei:jei-${minecraft_version}-common-api:${jei_version}")
modCompileOnlyApi("mezz.jei:jei-${minecraft_version}-neoforge-api:${jei_version}")

modRuntimeOnly("mezz.jei:jei-${minecraft_version}-neoforge:${jei_version}")

modImplementation "vazkii.patchouli:Patchouli:${patchouli_version}"
Expand Down

0 comments on commit 9d00186

Please sign in to comment.