diff --git a/build.gradle.kts b/build.gradle.kts index 2f3dc8b..a702009 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -93,7 +93,7 @@ repositories { dependencies { // Adds the OneConfig library, so we can develop with it. modCompileOnly("cc.polyfrost:oneconfig-$platform:0.2.1-alpha+") - + modCompileOnly("cc.polyfrost:universalcraft-$platform:247+") modRuntimeOnly("me.djtheredstoner:DevAuth-${if (platform.isFabric) "fabric" else if (platform.isLegacyForge) "forge-legacy" else "forge-latest"}:1.1.2") // If we are building for legacy forge, includes the launch wrapper with `shade` as we configured earlier.