Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
FalsePattern committed Dec 1, 2024
1 parent ae2ea26 commit 2be118b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ repositories {
}

dependencies {
implementationSplit("com.falsepattern:falsepatternlib-mc1.7.10:1.4.4")
implementationSplit("com.falsepattern:falsepatternlib-mc1.7.10:1.4.7")
implementation("org.joml:joml:1.10.5")
implementation("it.unimi.dsi:fastutil:8.5.13")

compileOnly("makamys:neodymium-mc1.7.10:0.4.0-unofficial:dev")

compileOnly(deobf("optifine:optifine:1.7.10_hd_u_e7"))

compileOnly("com.github.GTNewHorizons:GTNHLib:0.5.20:api")
compileOnly("com.github.GTNewHorizons:GTNHLib:0.5.21:api")

compileOnly("com.github.basdxz:Apparatus:2.12.3:dev") { excludeDeps() }
compileOnly("com.github.jss2a98aj:NotFine:0.2.5:dev") { excludeDeps() }
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/com/falsepattern/falsetweaks/FalseTweaks.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
acceptedMinecraftVersions = "[1.7.10]",
guiFactory = Tags.ROOT_PKG + ".config.FalseTweaksGuiFactory",
acceptableRemoteVersions = "*",
dependencies = "required-after:falsepatternlib@[1.4.2,);" +
"after:neodymium@[0.3.2,);" +
"after:gtnhlib@[0.5.20,);"
dependencies = "required-after:falsepatternlib@[1.4.7,);" +
"after:neodymium@[0.4.0,);" +
"after:gtnhlib@[0.5.21,);"
)
public class FalseTweaks {

Expand Down

0 comments on commit 2be118b

Please sign in to comment.