Skip to content

Commit

Permalink
fix forge runclient
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Dec 8, 2024
1 parent e81d675 commit e86d424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
modCompileOnly(libs.fabric.waystones)
modCompileOnly(libs.embeddium)
shadow(libs.sqlite)
implementation(include(libs.oldbiomes.get())!!)
forgeRuntimeLibrary(implementation(include(libs.oldbiomes.get())!!)!!)
forgeRuntimeLibrary(implementation(include(libs.caffeine.get())!!)!!)
forgeRuntimeLibrary(implementation(include(libs.lambdaEvents.get())!!)!!)
compileOnly(project(":common"))
Expand Down

0 comments on commit e86d424

Please sign in to comment.