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
This commit is contained in:
copilot-swe-agent[bot] 2026-03-25 17:31:56 +00:00
parent 69070f0157
commit a4ade66b8e

View file

@ -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,