Skip to content

Commit

Permalink
Bump to 11.0.+ to see if that fixes the AT issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans committed Dec 29, 2024
1 parent 4fcfbb5 commit 0410d93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Constants {
public static final String RENDERNURSE_TOOL_ARTIFACT = "net.neoforged:render-nurse:0.0.12";
public static final String DEVLOGIN_MAIN_CLASS = "net.covers1624.devlogin.DevLogin"
public static final String BINPARCHER_TOOL_ARTIFACT = "net.neoforged.installertools:binarypatcher:2.1.7:fatjar"
public static final String ACCESSTRANSFORMER_TOOL_ARTIFACT = "net.neoforged.accesstransformers:at-cli:10.+:fatjar"
public static final String ACCESSTRANSFORMER_TOOL_ARTIFACT = "net.neoforged.accesstransformers:at-cli:11.0.+:fatjar"
public static final String FART_TOOL_ARTIFACT = "net.neoforged:AutoRenamingTool:2.0.4:all"
public static final String INSTALLERTOOLS_TOOL_ARTIFACT = "net.neoforged.installertools:installertools:2.1.7"
public static final String JARSPLITTER_TOOL_ARTIFACT = "net.neoforged.installertools:jarsplitter:2.1.7"
Expand Down

0 comments on commit 0410d93

Please sign in to comment.