diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bc81d3..a8d864b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.3.7.3 (2026-09-14) + +### 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/gradle.properties b/gradle.properties index b3dfe11..e54cce8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,6 +9,6 @@ loom_version=1.17.19 fabric_api_version=0.157.0+26.2 modmenu_version=20.0.1 -mod_version=0.3.7.2 +mod_version=0.3.7.3 maven_group=dev.ishaanko automatic_release_channel=alpha diff --git a/src/client/java/dev/ishaanko/worldarchive/ui/IconRowBackupIntegration.java b/src/client/java/dev/ishaanko/worldarchive/ui/IconRowBackupIntegration.java index 817f842..e4df315 100644 --- a/src/client/java/dev/ishaanko/worldarchive/ui/IconRowBackupIntegration.java +++ b/src/client/java/dev/ishaanko/worldarchive/ui/IconRowBackupIntegration.java @@ -73,10 +73,30 @@ private static void afterInit(Minecraft minecraft, Screen screen, int width, int } int size = Math.max(WorldArchiveIconButton.SIZE, iconRow.getFirst().getHeight()); Button backups = WorldArchiveIconButton.create(0, iconRow.getFirst().getY(), size, action); - List