Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
FalsePattern committed Nov 14, 2024
1 parent 0db5f47 commit 7ced94e
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 @@ -75,9 +75,9 @@ repositories {
}

dependencies {
apiSplit("com.falsepattern:lumi-mc1.7.10:1.0.1")
apiSplit("com.falsepattern:lumi-mc1.7.10:1.0.2")
implementationSplit("com.falsepattern:falsepatternlib-mc1.7.10:1.4.6")
implementationSplit("com.falsepattern:falsetweaks-mc1.7.10:3.3.3-7-g664c299")
implementationSplit("com.falsepattern:falsetweaks-mc1.7.10:3.4.0")

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
name = MOD_NAME,
acceptedMinecraftVersions = "[1.7.10]",
guiFactory = GROUP_NAME + ".internal.client.config.RPLEGuiFactory",
dependencies = "required-after:lumi@[1.0.1,);" +
"after:falsetweaks@[3.3.2,);" + // Hard dep, but only on clientside!
"required-after:falsepatternlib@[1.4.0,);")
dependencies = "required-after:lumi@[1.0.2,);" +
"after:falsetweaks@[3.4.0,);" + // Hard dep, but only on clientside!
"required-after:falsepatternlib@[1.4.6,);")
@NoArgsConstructor
public final class RightProperLightingEngine {
@SidedProxy(clientSide = GROUP_NAME + ".internal.proxy.ClientProxy",
Expand Down

0 comments on commit 7ced94e

Please sign in to comment.