Skip to content

Commit

Permalink
bump deps in annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
FalsePattern committed Jun 17, 2024
1 parent 755b231 commit f153179
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/falsepattern/falsetweaks/FalseTweaks.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
acceptedMinecraftVersions = "[1.7.10]",
guiFactory = Tags.GROUPNAME + ".config.FalseTweaksGuiFactory",
acceptableRemoteVersions = "*",
dependencies = "required-after:falsepatternlib@[1.0.0,);")
dependencies = "required-after:falsepatternlib@[1.2.0,);" +
"after:neodymium@[0.3.2,);")
public class FalseTweaks {

@SidedProxy(clientSide = Tags.GROUPNAME + ".proxy.ClientProxy",
Expand Down

0 comments on commit f153179

Please sign in to comment.