1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-12-14 04:00:30 +00:00

Actually update README with the new maven coordinates

Also bump REI to 1.19.3
This commit is contained in:
Jonathan Coates 2022-12-09 18:05:35 +00:00
parent df38f3e887
commit 8007a30849
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
2 changed files with 5 additions and 5 deletions

View File

@ -39,12 +39,12 @@ dependencies {
compileOnly("cc.tweaked:cc-tweaked-$mcVersion-common-api") compileOnly("cc.tweaked:cc-tweaked-$mcVersion-common-api")
// Forge Gradle // Forge Gradle
compileOnly fg.deobf("cc-tweaked:cc-tweaked-$mcVersion-forge-api:$cctVersion") compileOnly(fg.deobf("cc.tweaked:cc-tweaked-$mcVersion-forge-api:$cctVersion"))
runtimeOnly fg.deobf("cc-tweaked:cc-tweaked-$mcVersion-forge:$cctVersion") runtimeOnly(fg.deobf("cc.tweaked:cc-tweaked-$mcVersion-forge:$cctVersion"))
// Fabric Loom // Fabric Loom
modCompileOnly("cc-tweaked:cc-tweaked-$mcVersion-fabric-api:$cctVersion") modCompileOnly("cc.tweaked:cc-tweaked-$mcVersion-fabric-api:$cctVersion")
modRuntimeOnly("cc-tweaked:cc-tweaked-$mcVersion-fabric:$cctVersion") modRuntimeOnly("cc.tweaked:cc-tweaked-$mcVersion-fabric:$cctVersion")
} }
``` ```

View File

@ -32,7 +32,7 @@ iris = "1.19.3-v1.4.6"
jei = "11.3.0.262" jei = "11.3.0.262"
modmenu = "5.0.1" modmenu = "5.0.1"
oculus = "1.2.5" oculus = "1.2.5"
rei = "9.1.550" rei = "10.0.578"
rubidium = "0.6.1" rubidium = "0.6.1"
sodium = "mc1.19.3-0.4.6" sodium = "mc1.19.3-0.4.6"