From 8007a30849158dc3cc9959d541ee33a41d52535c Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Fri, 9 Dec 2022 18:05:35 +0000 Subject: [PATCH] Actually update README with the new maven coordinates Also bump REI to 1.19.3 --- README.md | 8 ++++---- gradle/libs.versions.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fd50b14a3..523b30a2e 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,12 @@ dependencies { compileOnly("cc.tweaked:cc-tweaked-$mcVersion-common-api") // Forge Gradle - compileOnly fg.deobf("cc-tweaked:cc-tweaked-$mcVersion-forge-api:$cctVersion") - runtimeOnly fg.deobf("cc-tweaked:cc-tweaked-$mcVersion-forge:$cctVersion") + compileOnly(fg.deobf("cc.tweaked:cc-tweaked-$mcVersion-forge-api:$cctVersion")) + runtimeOnly(fg.deobf("cc.tweaked:cc-tweaked-$mcVersion-forge:$cctVersion")) // Fabric Loom - modCompileOnly("cc-tweaked:cc-tweaked-$mcVersion-fabric-api:$cctVersion") - modRuntimeOnly("cc-tweaked:cc-tweaked-$mcVersion-fabric:$cctVersion") + modCompileOnly("cc.tweaked:cc-tweaked-$mcVersion-fabric-api:$cctVersion") + modRuntimeOnly("cc.tweaked:cc-tweaked-$mcVersion-fabric:$cctVersion") } ``` diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 60211f8e9..eb126669b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -32,7 +32,7 @@ iris = "1.19.3-v1.4.6" jei = "11.3.0.262" modmenu = "5.0.1" oculus = "1.2.5" -rei = "9.1.550" +rei = "10.0.578" rubidium = "0.6.1" sodium = "mc1.19.3-0.4.6"