Skip to content

Commit

Permalink
Move JEI compat to internal package and added JEI runtime dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon3055 committed Mar 1, 2024
1 parent 7a7f8a8 commit 567eb72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ dependencies {

compileOnly(fg.deobf("mezz.jei:jei-${mc_version}-common-api:${jei_version}"))
compileOnly(fg.deobf("mezz.jei:jei-${mc_version}-forge-api:${jei_version}"))
runtimeOnly(fg.deobf("mezz.jei:jei-${mc_version}-forge:${jei_version}"))
}

test {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package codechicken.lib.compat;
package codechicken.lib.internal.compat;

import codechicken.lib.CodeChickenLib;
import codechicken.lib.gui.modular.ModularGui;
Expand Down

0 comments on commit 567eb72

Please sign in to comment.