Skip to content

Commit

Permalink
update JEI dependency to 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Theta-Dev committed Apr 5, 2023
1 parent 12b29cc commit eebfbf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ dependencies {
version: "${project.mcversion}-${project.forgeversion}"
])

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

compileOnly fg.deobf([
group: "vazkii.botania",
Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ mcp_mappings=1.19.4
# Source: https://maven.blamejared.com/vazkii/botania/Botania/
botania=1.19.2-437-FORGE
# Source: https://dvs1.progwml6.com/files/maven/mezz/jei/
jei_mcversion=1.19.3
jei_version=12.2.0.16
jei_version=13.1.0.2

version_major=2
version_minor=10

0 comments on commit eebfbf2

Please # to comment.