diff --git a/build.gradle b/build.gradle index 8a96c8d7..9ced0257 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ dependencies { if (local_bclib){ implementation( project(path:":BCLib", configuration: 'dev') ) } else { - useApi "com.github.paulevsGitch:BCLib:${project.bclib_version}" + modImplementation "com.github.paulevsGitch:BCLib:${project.bclib_version}" } useOptional "me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}"