Skip to content

Commit

Permalink
fix cclib dep
Browse files Browse the repository at this point in the history
  • Loading branch information
FalsePattern committed Jun 5, 2024
1 parent 6b73cef commit 8e47f87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ dependencies {

annotationProcessor("org.projectlombok:lombok:1.18.28")

compileOnly("com.falsepattern:falsepatternlib-mc1.7.10:1.0.0:api")
runtimeOnly("com.falsepattern:falsepatternlib-mc1.7.10:1.0.0:dev")
compileOnly("com.falsepattern:falsepatternlib-mc1.7.10:1.2.4:api")
runtimeOnly("com.falsepattern:falsepatternlib-mc1.7.10:1.2.4:dev")

compileOnly(deobfMaven("https://mvn.falsepattern.com/stripped", "optifine:shadersmod-stripped:1.7.10-hd_u7"))

Expand Down Expand Up @@ -50,5 +50,5 @@ dependencies {
compileOnly(deobfCurse("automagy-222153:2285272"))

// CodeChickenLib
compileOnly("codechicken:codechickenlib-mc1.7.10:1.2.0-mega:dev")
compileOnly("codechicken:codechickencore-mc1.7.10:1.4.0-mega:dev")
}

0 comments on commit 8e47f87

Please sign in to comment.