We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda5b18 commit a738527Copy full SHA for a738527
2 files changed
build.gradle.kts
@@ -71,7 +71,7 @@ repositories {
71
}
72
73
dependencies {
74
- implementationSplit("com.falsepattern:falsepatternlib-mc1.7.10:1.5.0")
+ implementationSplit("com.falsepattern:falsepatternlib-mc1.7.10:1.5.1")
75
implementation("org.joml:joml:1.10.5")
76
implementation("it.unimi.dsi:fastutil:8.5.13")
77
src/main/java/com/falsepattern/falsetweaks/FalseTweaks.java
@@ -41,7 +41,7 @@
41
acceptedMinecraftVersions = "[1.7.10]",
42
guiFactory = Tags.ROOT_PKG + ".config.FalseTweaksGuiFactory",
43
acceptableRemoteVersions = "*",
44
- dependencies = "required-after:falsepatternlib@[1.4.7,);" +
+ dependencies = "required-after:falsepatternlib@[1.5.1,);" +
45
"after:neodymium@[0.4.0,);" +
46
"after:gtnhlib@[0.5.21,);"
47
)
0 commit comments