From 37de22ecafd23d4d1036c4ea9e392b7323e26ad4 Mon Sep 17 00:00:00 2001 From: ishaanko Date: Mon, 14 Sep 2026 11:08:48 -0700 Subject: [PATCH 1/3] fix(ui): keep the backups icon at the end of the icon row when other mods add icons late --- CHANGELOG.md | 9 +++++++ .../ui/IconRowBackupIntegration.java | 25 ++++++++++++++----- 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bc81d3..12678d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## Unreleased + +### Fixed + +- The World Backups icon on the pause and title screens stays at the end of + the icon row when other mods add or move icons after WorldArchive placed + it. Before, a mod that changed the row later could leave the icon off to + the right of the others. + ## 0.3.7.2 (2026-09-10) ### Changed diff --git a/src/client/java/dev/ishaanko/worldarchive/ui/IconRowBackupIntegration.java b/src/client/java/dev/ishaanko/worldarchive/ui/IconRowBackupIntegration.java index 817f842..d25c8d1 100644 --- a/src/client/java/dev/ishaanko/worldarchive/ui/IconRowBackupIntegration.java +++ b/src/client/java/dev/ishaanko/worldarchive/ui/IconRowBackupIntegration.java @@ -66,28 +66,41 @@ private static void afterInit(Minecraft minecraft, Screen screen, int width, int } else { return; } - List