diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 1f2f16a7..ba043f1f 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -7,7 +7,7 @@ dependencies { implementation("com.electronwill.night-config:toml:3.8.1") - modCompileOnly("me.shedaniel:RoughlyEnoughItems-api:17.0.790") + modCompileOnly("me.shedaniel:RoughlyEnoughItems-api:17.0.792") modCompileOnly("mezz.jei:jei-1.21.1-common-api:19.21.0.247") modCompileOnly("dev.emi:emi-xplat-intermediary:1.1.16+1.21.1") // Unfortunately, although the API does what I need, it does in a way that's wholly different from the other recipe viewers }