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,