From 82cb8e2ac9f87375998e5962f1ffe8a9c05bafb0 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sun, 30 May 2021 22:41:25 +0800 Subject: Update to 1.17-pre1 --- runtime/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/build.gradle') diff --git a/runtime/build.gradle b/runtime/build.gradle index a697d1016..e27d782e6 100644 --- a/runtime/build.gradle +++ b/runtime/build.gradle @@ -15,7 +15,7 @@ loom { dependencies { modCompileOnly("net.fabricmc:fabric-loader:${project.fabricloader_version}") modCompileOnly("me.shedaniel.cloth:cloth-config:${cloth_config_version}") - modCompileOnly("me.shedaniel:architectury:${architectury_version}") + modCompileOnly("dev.architectury:architectury:${architectury_version}") compileOnly(project(path: ":api")) modCompileOnly("alexiil.mc.lib:libblockattributes-fluids:0.8.3-pre.3") } -- cgit