From 1919fd06c8e6aeec799a5bf9725118a63324a9e3 Mon Sep 17 00:00:00 2001 From: Bonnie <73203899+Bonnie39@users.noreply.github.com> Date: Tue, 3 Mar 2026 16:50:54 -0600 Subject: [PATCH] re-add IDS_DLC_MENU_WORLDS string (i accidentally removed it earlier) --- Minecraft.Client/Windows64Media/strings.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Minecraft.Client/Windows64Media/strings.h b/Minecraft.Client/Windows64Media/strings.h index 7a91324a..b1ec28ab 100644 --- a/Minecraft.Client/Windows64Media/strings.h +++ b/Minecraft.Client/Windows64Media/strings.h @@ -2024,3 +2024,5 @@ #define IDS_ITEM_LEGGINGS_GRAVITITE 2018 #define IDS_ITEM_BOOTS_GRAVITITE 2019 #define IDS_ITEM_GRAVITITE_PLATE 2020 + +#define IDS_DLC_MENU_WORLDS 2021 // it was easier for me to move this than to update all the aether stuff. - Bonnie \ No newline at end of file