diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-05-30 22:41:25 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-05-30 22:41:25 +0800 |
| commit | 82cb8e2ac9f87375998e5962f1ffe8a9c05bafb0 (patch) | |
| tree | d03c35c926420a79e0925bd8420213728940e7f3 /runtime/build.gradle | |
| parent | f644c84c664c9bc64e08d100e799caee6750e796 (diff) | |
| download | RoughlyEnoughItems-82cb8e2ac9f87375998e5962f1ffe8a9c05bafb0.tar.gz RoughlyEnoughItems-82cb8e2ac9f87375998e5962f1ffe8a9c05bafb0.tar.bz2 RoughlyEnoughItems-82cb8e2ac9f87375998e5962f1ffe8a9c05bafb0.zip | |
Update to 1.17-pre1
Diffstat (limited to 'runtime/build.gradle')
| -rw-r--r-- | runtime/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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") } |
