Skip to content

Commit

Permalink
Update upstream Mixin version (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte authored Jul 3, 2024
1 parent f32a089 commit 422392f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ modlauncher_version=11.0.3
securejarhandler_version=3.0.7
bootstraplauncher_version=1.1.8
asm_version=9.5
mixin_version=0.13.1+mixin.0.8.5
mixin_version=0.14.0+mixin.0.8.6
terminalconsoleappender_version=1.2.0
nightconfig_version=3.6.4
jetbrains_annotations_version=24.0.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,14 @@ public String getAttribute(String name) {
public Collection<IContainerHandle> getNestedContainers() {
return List.of();
}

@Override
public String getId() {
return "fml";
}

@Override
public String getDescription() {
return "FancyModLoader";
}
}

0 comments on commit 422392f

Please sign in to comment.