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:
parent
df38f3e887
commit
8007a30849
@ -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")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user