Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/mc1.21' into mc1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NotRyken committed Nov 26, 2024
2 parents 857a340 + 9011952 commit 6592680
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static Screen getConfigScreen(Screen parent) {
try {
return ClothScreenProvider.getConfigScreen(parent);
} catch (NoClassDefFoundError ignored) {
return new BackupScreen(parent, "installCloth", "https://modrinth.com/mod/9s6osm5g");
return new BackupScreen(parent, "install_cloth", "https://modrinth.com/mod/9s6osm5g");
}
}

Expand All @@ -68,7 +68,7 @@ public void init() {
messageWidget.setCentered(true);
addRenderableWidget(messageWidget);

Button openLinkButton = Button.builder(localized("message", "viewModrinth"),
Button openLinkButton = Button.builder(localized("message", "go_modrinth"),
(button) -> minecraft.setScreen(new ConfirmLinkScreen(
(open) -> {
if (open) Util.getPlatform().openUri(modUrl);
Expand Down

0 comments on commit 6592680

Please sign in to comment.