We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66c50b commit 94bd521Copy full SHA for 94bd521
dependencies.gradle
@@ -27,6 +27,6 @@ dependencies {
27
compileOnly(rfg.deobf('curse.maven:mekanism-268560:2475797')) // https://www.curseforge.com/minecraft/mc-mods/mekanism/files/2475797
28
compileOnly(rfg.deobf('maven.modrinth:immibis-microblocks:59.1.2')) // https://modrinth.com/mod/immibis-microblocks/version/59.1.2
29
30
- compileOnlyApi('com.github.GTNewHorizons:Angelica:2.0.0-alpha16:api') {transitive = false}
+ compileOnlyApi('com.github.GTNewHorizons:Angelica:1.0.0-beta66a:api') {transitive = false}
31
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.7.58:dev")
32
}
0 commit comments