Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Dec 10, 2024
2 parents c14787a + 8d5683d commit 8016bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
include(implementation("com.electronwill.night-config:core:3.8.1")!!)
include(implementation("com.electronwill.night-config:toml:3.8.1")!!)

modImplementation("com.terraformersmc:modmenu:12.0.0-beta.1")
modImplementation("com.terraformersmc:modmenu:13.0.0-beta.1")
}

tasks.processResources {
Expand Down

0 comments on commit 8016bb7

Please sign in to comment.