mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
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:
parent
69070f0157
commit
a4ade66b8e
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue