Skip to content

Commit

Permalink
Update JEI (#1500)
Browse files Browse the repository at this point in the history
*Updates JEI to match with InfinityLib pull request i made
  • Loading branch information
Dokman committed Jun 1, 2023
1 parent c9722b7 commit 09a61a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ dependencies {
implementation project(":InfinityLib")

//JEI
compileOnly fg.deobf("mezz.jei:jei-1.18.2:9.5.3.153")
runtimeOnly fg.deobf("mezz.jei:jei-1.18.2:9.5.3.153")
compileOnly fg.deobf("mezz.jei:jei-1.18.2:9.7.2.281")
runtimeOnly fg.deobf("mezz.jei:jei-1.18.2:9.7.2.281")

//Botania
compileOnly fg.deobf("vazkii.botania:Botania:1.18.2-430:api")
Expand Down

0 comments on commit 09a61a9

Please sign in to comment.