From a4ade66b8eaddfa8d0c93a5b72f83723378284ad Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Mar 2026 17:31:56 +0000 Subject: [PATCH] fix: keep item classification ordering consistent Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com> Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/eb7f44aa-fc12-4c47-85ca-fe7ab80cfe30 --- MinecraftClient/Inventory/ItemTypeExtensions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MinecraftClient/Inventory/ItemTypeExtensions.cs b/MinecraftClient/Inventory/ItemTypeExtensions.cs index 4ec3aa41..0aac00ba 100644 --- a/MinecraftClient/Inventory/ItemTypeExtensions.cs +++ b/MinecraftClient/Inventory/ItemTypeExtensions.cs @@ -123,6 +123,7 @@ namespace MinecraftClient.Inventory ItemType.FlowerBannerPattern, ItemType.GoatHorn, ItemType.GlobeBannerPattern, + ItemType.GusterBannerPattern, ItemType.GoldenAxe, ItemType.GoldenBoots, ItemType.GoldenChestplate, @@ -245,8 +246,8 @@ namespace MinecraftClient.Inventory ItemType.ShulkerBox, ItemType.SkullBannerPattern, ItemType.SplashPotion, - ItemType.SpruceChestBoat, ItemType.SpruceBoat, + ItemType.SpruceChestBoat, ItemType.Spyglass, ItemType.StoneSpear, ItemType.StoneAxe, @@ -275,7 +276,6 @@ namespace MinecraftClient.Inventory ItemType.WoodenSword, ItemType.WritableBook, ItemType.WrittenBook, - ItemType.GusterBannerPattern, ItemType.YellowBed, ItemType.YellowBundle, ItemType.YellowHarness,