Skip to content

Commit

Permalink
fix jei version
Browse files Browse the repository at this point in the history
  • Loading branch information
Minecraftschurli committed Feb 23, 2024
1 parent d471031 commit 10a1964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ repositories {

dependencies {
implementation(helper.neoforge())
compileOnly("mezz.jei:jei-1.20.4-common-api:${project.properties["jei_version"]}")
runtimeOnly("mezz.jei:jei-1.20.4-neoforge:${project.properties["jei_version"]}")
compileOnly("mezz.jei:jei-1.20.4-common-api:${project.properties["dependency.jei.version"]}")
runtimeOnly("mezz.jei:jei-1.20.4-neoforge:${project.properties["dependency.jei.version"]}")
implementation("org.jetbrains:annotations:23.0.0")
"testCompileOnly"("org.jetbrains:annotations:23.0.0")
}
Expand Down

0 comments on commit 10a1964

Please sign in to comment.