// Code generated by gen_item.go DO NOT EDIT. // Package item stores information about items in Minecraft. package item // ID describes the numeric ID of an item. type ID uint32 // Item describes information about a type of item. type Item struct { ID ID DisplayName string Name string StackSize uint } var ( Air = Item{ ID: 0, DisplayName: "Air", Name: "air", StackSize: 64, } Stone = Item{ ID: 1, DisplayName: "Stone", Name: "stone", StackSize: 64, } Granite = Item{ ID: 2, DisplayName: "Granite", Name: "granite", StackSize: 64, } PolishedGranite = Item{ ID: 3, DisplayName: "Polished Granite", Name: "polished_granite", StackSize: 64, } Diorite = Item{ ID: 4, DisplayName: "Diorite", Name: "diorite", StackSize: 64, } PolishedDiorite = Item{ ID: 5, DisplayName: "Polished Diorite", Name: "polished_diorite", StackSize: 64, } Andesite = Item{ ID: 6, DisplayName: "Andesite", Name: "andesite", StackSize: 64, } PolishedAndesite = Item{ ID: 7, DisplayName: "Polished Andesite", Name: "polished_andesite", StackSize: 64, } Deepslate = Item{ ID: 8, DisplayName: "Deepslate", Name: "deepslate", StackSize: 64, } CobbledDeepslate = Item{ ID: 9, DisplayName: "Cobbled Deepslate", Name: "cobbled_deepslate", StackSize: 64, } PolishedDeepslate = Item{ ID: 10, DisplayName: "Polished Deepslate", Name: "polished_deepslate", StackSize: 64, } Calcite = Item{ ID: 11, DisplayName: "Calcite", Name: "calcite", StackSize: 64, } Tuff = Item{ ID: 12, DisplayName: "Tuff", Name: "tuff", StackSize: 64, } DripstoneBlock = Item{ ID: 13, DisplayName: "Dripstone Block", Name: "dripstone_block", StackSize: 64, } GrassBlock = Item{ ID: 14, DisplayName: "Grass Block", Name: "grass_block", StackSize: 64, } Dirt = Item{ ID: 15, DisplayName: "Dirt", Name: "dirt", StackSize: 64, } CoarseDirt = Item{ ID: 16, DisplayName: "Coarse Dirt", Name: "coarse_dirt", StackSize: 64, } Podzol = Item{ ID: 17, DisplayName: "Podzol", Name: "podzol", StackSize: 64, } RootedDirt = Item{ ID: 18, DisplayName: "Rooted Dirt", Name: "rooted_dirt", StackSize: 64, } Mud = Item{ ID: 19, DisplayName: "Mud", Name: "mud", StackSize: 64, } CrimsonNylium = Item{ ID: 20, DisplayName: "Crimson Nylium", Name: "crimson_nylium", StackSize: 64, } WarpedNylium = Item{ ID: 21, DisplayName: "Warped Nylium", Name: "warped_nylium", StackSize: 64, } Cobblestone = Item{ ID: 22, DisplayName: "Cobblestone", Name: "cobblestone", StackSize: 64, } OakPlanks = Item{ ID: 23, DisplayName: "Oak Planks", Name: "oak_planks", StackSize: 64, } SprucePlanks = Item{ ID: 24, DisplayName: "Spruce Planks", Name: "spruce_planks", StackSize: 64, } BirchPlanks = Item{ ID: 25, DisplayName: "Birch Planks", Name: "birch_planks", StackSize: 64, } JunglePlanks = Item{ ID: 26, DisplayName: "Jungle Planks", Name: "jungle_planks", StackSize: 64, } AcaciaPlanks = Item{ ID: 27, DisplayName: "Acacia Planks", Name: "acacia_planks", StackSize: 64, } CherryPlanks = Item{ ID: 28, DisplayName: "Cherry Planks", Name: "cherry_planks", StackSize: 64, } DarkOakPlanks = Item{ ID: 29, DisplayName: "Dark Oak Planks", Name: "dark_oak_planks", StackSize: 64, } MangrovePlanks = Item{ ID: 30, DisplayName: "Mangrove Planks", Name: "mangrove_planks", StackSize: 64, } BambooPlanks = Item{ ID: 31, DisplayName: "Bamboo Planks", Name: "bamboo_planks", StackSize: 64, } CrimsonPlanks = Item{ ID: 32, DisplayName: "Crimson Planks", Name: "crimson_planks", StackSize: 64, } WarpedPlanks = Item{ ID: 33, DisplayName: "Warped Planks", Name: "warped_planks", StackSize: 64, } BambooMosaic = Item{ ID: 34, DisplayName: "Bamboo Mosaic", Name: "bamboo_mosaic", StackSize: 64, } OakSapling = Item{ ID: 35, DisplayName: "Oak Sapling", Name: "oak_sapling", StackSize: 64, } SpruceSapling = Item{ ID: 36, DisplayName: "Spruce Sapling", Name: "spruce_sapling", StackSize: 64, } BirchSapling = Item{ ID: 37, DisplayName: "Birch Sapling", Name: "birch_sapling", StackSize: 64, } JungleSapling = Item{ ID: 38, DisplayName: "Jungle Sapling", Name: "jungle_sapling", StackSize: 64, } AcaciaSapling = Item{ ID: 39, DisplayName: "Acacia Sapling", Name: "acacia_sapling", StackSize: 64, } CherrySapling = Item{ ID: 40, DisplayName: "Cherry Sapling", Name: "cherry_sapling", StackSize: 64, } DarkOakSapling = Item{ ID: 41, DisplayName: "Dark Oak Sapling", Name: "dark_oak_sapling", StackSize: 64, } MangrovePropagule = Item{ ID: 42, DisplayName: "Mangrove Propagule", Name: "mangrove_propagule", StackSize: 64, } Bedrock = Item{ ID: 43, DisplayName: "Bedrock", Name: "bedrock", StackSize: 64, } Sand = Item{ ID: 44, DisplayName: "Sand", Name: "sand", StackSize: 64, } SuspiciousSand = Item{ ID: 45, DisplayName: "Suspicious Sand", Name: "suspicious_sand", StackSize: 64, } SuspiciousGravel = Item{ ID: 46, DisplayName: "Suspicious Gravel", Name: "suspicious_gravel", StackSize: 64, } RedSand = Item{ ID: 47, DisplayName: "Red Sand", Name: "red_sand", StackSize: 64, } Gravel = Item{ ID: 48, DisplayName: "Gravel", Name: "gravel", StackSize: 64, } CoalOre = Item{ ID: 49, DisplayName: "Coal Ore", Name: "coal_ore", StackSize: 64, } DeepslateCoalOre = Item{ ID: 50, DisplayName: "Deepslate Coal Ore", Name: "deepslate_coal_ore", StackSize: 64, } IronOre = Item{ ID: 51, DisplayName: "Iron Ore", Name: "iron_ore", StackSize: 64, } DeepslateIronOre = Item{ ID: 52, DisplayName: "Deepslate Iron Ore", Name: "deepslate_iron_ore", StackSize: 64, } CopperOre = Item{ ID: 53, DisplayName: "Copper Ore", Name: "copper_ore", StackSize: 64, } DeepslateCopperOre = Item{ ID: 54, DisplayName: "Deepslate Copper Ore", Name: "deepslate_copper_ore", StackSize: 64, } GoldOre = Item{ ID: 55, DisplayName: "Gold Ore", Name: "gold_ore", StackSize: 64, } DeepslateGoldOre = Item{ ID: 56, DisplayName: "Deepslate Gold Ore", Name: "deepslate_gold_ore", StackSize: 64, } RedstoneOre = Item{ ID: 57, DisplayName: "Redstone Ore", Name: "redstone_ore", StackSize: 64, } DeepslateRedstoneOre = Item{ ID: 58, DisplayName: "Deepslate Redstone Ore", Name: "deepslate_redstone_ore", StackSize: 64, } EmeraldOre = Item{ ID: 59, DisplayName: "Emerald Ore", Name: "emerald_ore", StackSize: 64, } DeepslateEmeraldOre = Item{ ID: 60, DisplayName: "Deepslate Emerald Ore", Name: "deepslate_emerald_ore", StackSize: 64, } LapisOre = Item{ ID: 61, DisplayName: "Lapis Lazuli Ore", Name: "lapis_ore", StackSize: 64, } DeepslateLapisOre = Item{ ID: 62, DisplayName: "Deepslate Lapis Lazuli Ore", Name: "deepslate_lapis_ore", StackSize: 64, } DiamondOre = Item{ ID: 63, DisplayName: "Diamond Ore", Name: "diamond_ore", StackSize: 64, } DeepslateDiamondOre = Item{ ID: 64, DisplayName: "Deepslate Diamond Ore", Name: "deepslate_diamond_ore", StackSize: 64, } NetherGoldOre = Item{ ID: 65, DisplayName: "Nether Gold Ore", Name: "nether_gold_ore", StackSize: 64, } NetherQuartzOre = Item{ ID: 66, DisplayName: "Nether Quartz Ore", Name: "nether_quartz_ore", StackSize: 64, } AncientDebris = Item{ ID: 67, DisplayName: "Ancient Debris", Name: "ancient_debris", StackSize: 64, } CoalBlock = Item{ ID: 68, DisplayName: "Block of Coal", Name: "coal_block", StackSize: 64, } RawIronBlock = Item{ ID: 69, DisplayName: "Block of Raw Iron", Name: "raw_iron_block", StackSize: 64, } RawCopperBlock = Item{ ID: 70, DisplayName: "Block of Raw Copper", Name: "raw_copper_block", StackSize: 64, } RawGoldBlock = Item{ ID: 71, DisplayName: "Block of Raw Gold", Name: "raw_gold_block", StackSize: 64, } AmethystBlock = Item{ ID: 72, DisplayName: "Block of Amethyst", Name: "amethyst_block", StackSize: 64, } BuddingAmethyst = Item{ ID: 73, DisplayName: "Budding Amethyst", Name: "budding_amethyst", StackSize: 64, } IronBlock = Item{ ID: 74, DisplayName: "Block of Iron", Name: "iron_block", StackSize: 64, } CopperBlock = Item{ ID: 75, DisplayName: "Block of Copper", Name: "copper_block", StackSize: 64, } GoldBlock = Item{ ID: 76, DisplayName: "Block of Gold", Name: "gold_block", StackSize: 64, } DiamondBlock = Item{ ID: 77, DisplayName: "Block of Diamond", Name: "diamond_block", StackSize: 64, } NetheriteBlock = Item{ ID: 78, DisplayName: "Block of Netherite", Name: "netherite_block", StackSize: 64, } ExposedCopper = Item{ ID: 79, DisplayName: "Exposed Copper", Name: "exposed_copper", StackSize: 64, } WeatheredCopper = Item{ ID: 80, DisplayName: "Weathered Copper", Name: "weathered_copper", StackSize: 64, } OxidizedCopper = Item{ ID: 81, DisplayName: "Oxidized Copper", Name: "oxidized_copper", StackSize: 64, } CutCopper = Item{ ID: 82, DisplayName: "Cut Copper", Name: "cut_copper", StackSize: 64, } ExposedCutCopper = Item{ ID: 83, DisplayName: "Exposed Cut Copper", Name: "exposed_cut_copper", StackSize: 64, } WeatheredCutCopper = Item{ ID: 84, DisplayName: "Weathered Cut Copper", Name: "weathered_cut_copper", StackSize: 64, } OxidizedCutCopper = Item{ ID: 85, DisplayName: "Oxidized Cut Copper", Name: "oxidized_cut_copper", StackSize: 64, } CutCopperStairs = Item{ ID: 86, DisplayName: "Cut Copper Stairs", Name: "cut_copper_stairs", StackSize: 64, } ExposedCutCopperStairs = Item{ ID: 87, DisplayName: "Exposed Cut Copper Stairs", Name: "exposed_cut_copper_stairs", StackSize: 64, } WeatheredCutCopperStairs = Item{ ID: 88, DisplayName: "Weathered Cut Copper Stairs", Name: "weathered_cut_copper_stairs", StackSize: 64, } OxidizedCutCopperStairs = Item{ ID: 89, DisplayName: "Oxidized Cut Copper Stairs", Name: "oxidized_cut_copper_stairs", StackSize: 64, } CutCopperSlab = Item{ ID: 90, DisplayName: "Cut Copper Slab", Name: "cut_copper_slab", StackSize: 64, } ExposedCutCopperSlab = Item{ ID: 91, DisplayName: "Exposed Cut Copper Slab", Name: "exposed_cut_copper_slab", StackSize: 64, } WeatheredCutCopperSlab = Item{ ID: 92, DisplayName: "Weathered Cut Copper Slab", Name: "weathered_cut_copper_slab", StackSize: 64, } OxidizedCutCopperSlab = Item{ ID: 93, DisplayName: "Oxidized Cut Copper Slab", Name: "oxidized_cut_copper_slab", StackSize: 64, } WaxedCopperBlock = Item{ ID: 94, DisplayName: "Waxed Block of Copper", Name: "waxed_copper_block", StackSize: 64, } WaxedExposedCopper = Item{ ID: 95, DisplayName: "Waxed Exposed Copper", Name: "waxed_exposed_copper", StackSize: 64, } WaxedWeatheredCopper = Item{ ID: 96, DisplayName: "Waxed Weathered Copper", Name: "waxed_weathered_copper", StackSize: 64, } WaxedOxidizedCopper = Item{ ID: 97, DisplayName: "Waxed Oxidized Copper", Name: "waxed_oxidized_copper", StackSize: 64, } WaxedCutCopper = Item{ ID: 98, DisplayName: "Waxed Cut Copper", Name: "waxed_cut_copper", StackSize: 64, } WaxedExposedCutCopper = Item{ ID: 99, DisplayName: "Waxed Exposed Cut Copper", Name: "waxed_exposed_cut_copper", StackSize: 64, } WaxedWeatheredCutCopper = Item{ ID: 100, DisplayName: "Waxed Weathered Cut Copper", Name: "waxed_weathered_cut_copper", StackSize: 64, } WaxedOxidizedCutCopper = Item{ ID: 101, DisplayName: "Waxed Oxidized Cut Copper", Name: "waxed_oxidized_cut_copper", StackSize: 64, } WaxedCutCopperStairs = Item{ ID: 102, DisplayName: "Waxed Cut Copper Stairs", Name: "waxed_cut_copper_stairs", StackSize: 64, } WaxedExposedCutCopperStairs = Item{ ID: 103, DisplayName: "Waxed Exposed Cut Copper Stairs", Name: "waxed_exposed_cut_copper_stairs", StackSize: 64, } WaxedWeatheredCutCopperStairs = Item{ ID: 104, DisplayName: "Waxed Weathered Cut Copper Stairs", Name: "waxed_weathered_cut_copper_stairs", StackSize: 64, } WaxedOxidizedCutCopperStairs = Item{ ID: 105, DisplayName: "Waxed Oxidized Cut Copper Stairs", Name: "waxed_oxidized_cut_copper_stairs", StackSize: 64, } WaxedCutCopperSlab = Item{ ID: 106, DisplayName: "Waxed Cut Copper Slab", Name: "waxed_cut_copper_slab", StackSize: 64, } WaxedExposedCutCopperSlab = Item{ ID: 107, DisplayName: "Waxed Exposed Cut Copper Slab", Name: "waxed_exposed_cut_copper_slab", StackSize: 64, } WaxedWeatheredCutCopperSlab = Item{ ID: 108, DisplayName: "Waxed Weathered Cut Copper Slab", Name: "waxed_weathered_cut_copper_slab", StackSize: 64, } WaxedOxidizedCutCopperSlab = Item{ ID: 109, DisplayName: "Waxed Oxidized Cut Copper Slab", Name: "waxed_oxidized_cut_copper_slab", StackSize: 64, } OakLog = Item{ ID: 110, DisplayName: "Oak Log", Name: "oak_log", StackSize: 64, } SpruceLog = Item{ ID: 111, DisplayName: "Spruce Log", Name: "spruce_log", StackSize: 64, } BirchLog = Item{ ID: 112, DisplayName: "Birch Log", Name: "birch_log", StackSize: 64, } JungleLog = Item{ ID: 113, DisplayName: "Jungle Log", Name: "jungle_log", StackSize: 64, } AcaciaLog = Item{ ID: 114, DisplayName: "Acacia Log", Name: "acacia_log", StackSize: 64, } CherryLog = Item{ ID: 115, DisplayName: "Cherry Log", Name: "cherry_log", StackSize: 64, } DarkOakLog = Item{ ID: 116, DisplayName: "Dark Oak Log", Name: "dark_oak_log", StackSize: 64, } MangroveLog = Item{ ID: 117, DisplayName: "Mangrove Log", Name: "mangrove_log", StackSize: 64, } MangroveRoots = Item{ ID: 118, DisplayName: "Mangrove Roots", Name: "mangrove_roots", StackSize: 64, } MuddyMangroveRoots = Item{ ID: 119, DisplayName: "Muddy Mangrove Roots", Name: "muddy_mangrove_roots", StackSize: 64, } CrimsonStem = Item{ ID: 120, DisplayName: "Crimson Stem", Name: "crimson_stem", StackSize: 64, } WarpedStem = Item{ ID: 121, DisplayName: "Warped Stem", Name: "warped_stem", StackSize: 64, } BambooBlock = Item{ ID: 122, DisplayName: "Block of Bamboo", Name: "bamboo_block", StackSize: 64, } StrippedOakLog = Item{ ID: 123, DisplayName: "Stripped Oak Log", Name: "stripped_oak_log", StackSize: 64, } StrippedSpruceLog = Item{ ID: 124, DisplayName: "Stripped Spruce Log", Name: "stripped_spruce_log", StackSize: 64, } StrippedBirchLog = Item{ ID: 125, DisplayName: "Stripped Birch Log", Name: "stripped_birch_log", StackSize: 64, } StrippedJungleLog = Item{ ID: 126, DisplayName: "Stripped Jungle Log", Name: "stripped_jungle_log", StackSize: 64, } StrippedAcaciaLog = Item{ ID: 127, DisplayName: "Stripped Acacia Log", Name: "stripped_acacia_log", StackSize: 64, } StrippedCherryLog = Item{ ID: 128, DisplayName: "Stripped Cherry Log", Name: "stripped_cherry_log", StackSize: 64, } StrippedDarkOakLog = Item{ ID: 129, DisplayName: "Stripped Dark Oak Log", Name: "stripped_dark_oak_log", StackSize: 64, } StrippedMangroveLog = Item{ ID: 130, DisplayName: "Stripped Mangrove Log", Name: "stripped_mangrove_log", StackSize: 64, } StrippedCrimsonStem = Item{ ID: 131, DisplayName: "Stripped Crimson Stem", Name: "stripped_crimson_stem", StackSize: 64, } StrippedWarpedStem = Item{ ID: 132, DisplayName: "Stripped Warped Stem", Name: "stripped_warped_stem", StackSize: 64, } StrippedOakWood = Item{ ID: 133, DisplayName: "Stripped Oak Wood", Name: "stripped_oak_wood", StackSize: 64, } StrippedSpruceWood = Item{ ID: 134, DisplayName: "Stripped Spruce Wood", Name: "stripped_spruce_wood", StackSize: 64, } StrippedBirchWood = Item{ ID: 135, DisplayName: "Stripped Birch Wood", Name: "stripped_birch_wood", StackSize: 64, } StrippedJungleWood = Item{ ID: 136, DisplayName: "Stripped Jungle Wood", Name: "stripped_jungle_wood", StackSize: 64, } StrippedAcaciaWood = Item{ ID: 137, DisplayName: "Stripped Acacia Wood", Name: "stripped_acacia_wood", StackSize: 64, } StrippedCherryWood = Item{ ID: 138, DisplayName: "Stripped Cherry Wood", Name: "stripped_cherry_wood", StackSize: 64, } StrippedDarkOakWood = Item{ ID: 139, DisplayName: "Stripped Dark Oak Wood", Name: "stripped_dark_oak_wood", StackSize: 64, } StrippedMangroveWood = Item{ ID: 140, DisplayName: "Stripped Mangrove Wood", Name: "stripped_mangrove_wood", StackSize: 64, } StrippedCrimsonHyphae = Item{ ID: 141, DisplayName: "Stripped Crimson Hyphae", Name: "stripped_crimson_hyphae", StackSize: 64, } StrippedWarpedHyphae = Item{ ID: 142, DisplayName: "Stripped Warped Hyphae", Name: "stripped_warped_hyphae", StackSize: 64, } StrippedBambooBlock = Item{ ID: 143, DisplayName: "Block of Stripped Bamboo", Name: "stripped_bamboo_block", StackSize: 64, } OakWood = Item{ ID: 144, DisplayName: "Oak Wood", Name: "oak_wood", StackSize: 64, } SpruceWood = Item{ ID: 145, DisplayName: "Spruce Wood", Name: "spruce_wood", StackSize: 64, } BirchWood = Item{ ID: 146, DisplayName: "Birch Wood", Name: "birch_wood", StackSize: 64, } JungleWood = Item{ ID: 147, DisplayName: "Jungle Wood", Name: "jungle_wood", StackSize: 64, } AcaciaWood = Item{ ID: 148, DisplayName: "Acacia Wood", Name: "acacia_wood", StackSize: 64, } CherryWood = Item{ ID: 149, DisplayName: "Cherry Wood", Name: "cherry_wood", StackSize: 64, } DarkOakWood = Item{ ID: 150, DisplayName: "Dark Oak Wood", Name: "dark_oak_wood", StackSize: 64, } MangroveWood = Item{ ID: 151, DisplayName: "Mangrove Wood", Name: "mangrove_wood", StackSize: 64, } CrimsonHyphae = Item{ ID: 152, DisplayName: "Crimson Hyphae", Name: "crimson_hyphae", StackSize: 64, } WarpedHyphae = Item{ ID: 153, DisplayName: "Warped Hyphae", Name: "warped_hyphae", StackSize: 64, } OakLeaves = Item{ ID: 154, DisplayName: "Oak Leaves", Name: "oak_leaves", StackSize: 64, } SpruceLeaves = Item{ ID: 155, DisplayName: "Spruce Leaves", Name: "spruce_leaves", StackSize: 64, } BirchLeaves = Item{ ID: 156, DisplayName: "Birch Leaves", Name: "birch_leaves", StackSize: 64, } JungleLeaves = Item{ ID: 157, DisplayName: "Jungle Leaves", Name: "jungle_leaves", StackSize: 64, } AcaciaLeaves = Item{ ID: 158, DisplayName: "Acacia Leaves", Name: "acacia_leaves", StackSize: 64, } CherryLeaves = Item{ ID: 159, DisplayName: "Cherry Leaves", Name: "cherry_leaves", StackSize: 64, } DarkOakLeaves = Item{ ID: 160, DisplayName: "Dark Oak Leaves", Name: "dark_oak_leaves", StackSize: 64, } MangroveLeaves = Item{ ID: 161, DisplayName: "Mangrove Leaves", Name: "mangrove_leaves", StackSize: 64, } AzaleaLeaves = Item{ ID: 162, DisplayName: "Azalea Leaves", Name: "azalea_leaves", StackSize: 64, } FloweringAzaleaLeaves = Item{ ID: 163, DisplayName: "Flowering Azalea Leaves", Name: "flowering_azalea_leaves", StackSize: 64, } Sponge = Item{ ID: 164, DisplayName: "Sponge", Name: "sponge", StackSize: 64, } WetSponge = Item{ ID: 165, DisplayName: "Wet Sponge", Name: "wet_sponge", StackSize: 64, } Glass = Item{ ID: 166, DisplayName: "Glass", Name: "glass", StackSize: 64, } TintedGlass = Item{ ID: 167, DisplayName: "Tinted Glass", Name: "tinted_glass", StackSize: 64, } LapisBlock = Item{ ID: 168, DisplayName: "Block of Lapis Lazuli", Name: "lapis_block", StackSize: 64, } Sandstone = Item{ ID: 169, DisplayName: "Sandstone", Name: "sandstone", StackSize: 64, } ChiseledSandstone = Item{ ID: 170, DisplayName: "Chiseled Sandstone", Name: "chiseled_sandstone", StackSize: 64, } CutSandstone = Item{ ID: 171, DisplayName: "Cut Sandstone", Name: "cut_sandstone", StackSize: 64, } Cobweb = Item{ ID: 172, DisplayName: "Cobweb", Name: "cobweb", StackSize: 64, } Grass = Item{ ID: 173, DisplayName: "Grass", Name: "grass", StackSize: 64, } Fern = Item{ ID: 174, DisplayName: "Fern", Name: "fern", StackSize: 64, } Azalea = Item{ ID: 175, DisplayName: "Azalea", Name: "azalea", StackSize: 64, } FloweringAzalea = Item{ ID: 176, DisplayName: "Flowering Azalea", Name: "flowering_azalea", StackSize: 64, } DeadBush = Item{ ID: 177, DisplayName: "Dead Bush", Name: "dead_bush", StackSize: 64, } Seagrass = Item{ ID: 178, DisplayName: "Seagrass", Name: "seagrass", StackSize: 64, } SeaPickle = Item{ ID: 179, DisplayName: "Sea Pickle", Name: "sea_pickle", StackSize: 64, } WhiteWool = Item{ ID: 180, DisplayName: "White Wool", Name: "white_wool", StackSize: 64, } OrangeWool = Item{ ID: 181, DisplayName: "Orange Wool", Name: "orange_wool", StackSize: 64, } MagentaWool = Item{ ID: 182, DisplayName: "Magenta Wool", Name: "magenta_wool", StackSize: 64, } LightBlueWool = Item{ ID: 183, DisplayName: "Light Blue Wool", Name: "light_blue_wool", StackSize: 64, } YellowWool = Item{ ID: 184, DisplayName: "Yellow Wool", Name: "yellow_wool", StackSize: 64, } LimeWool = Item{ ID: 185, DisplayName: "Lime Wool", Name: "lime_wool", StackSize: 64, } PinkWool = Item{ ID: 186, DisplayName: "Pink Wool", Name: "pink_wool", StackSize: 64, } GrayWool = Item{ ID: 187, DisplayName: "Gray Wool", Name: "gray_wool", StackSize: 64, } LightGrayWool = Item{ ID: 188, DisplayName: "Light Gray Wool", Name: "light_gray_wool", StackSize: 64, } CyanWool = Item{ ID: 189, DisplayName: "Cyan Wool", Name: "cyan_wool", StackSize: 64, } PurpleWool = Item{ ID: 190, DisplayName: "Purple Wool", Name: "purple_wool", StackSize: 64, } BlueWool = Item{ ID: 191, DisplayName: "Blue Wool", Name: "blue_wool", StackSize: 64, } BrownWool = Item{ ID: 192, DisplayName: "Brown Wool", Name: "brown_wool", StackSize: 64, } GreenWool = Item{ ID: 193, DisplayName: "Green Wool", Name: "green_wool", StackSize: 64, } RedWool = Item{ ID: 194, DisplayName: "Red Wool", Name: "red_wool", StackSize: 64, } BlackWool = Item{ ID: 195, DisplayName: "Black Wool", Name: "black_wool", StackSize: 64, } Dandelion = Item{ ID: 196, DisplayName: "Dandelion", Name: "dandelion", StackSize: 64, } Poppy = Item{ ID: 197, DisplayName: "Poppy", Name: "poppy", StackSize: 64, } BlueOrchid = Item{ ID: 198, DisplayName: "Blue Orchid", Name: "blue_orchid", StackSize: 64, } Allium = Item{ ID: 199, DisplayName: "Allium", Name: "allium", StackSize: 64, } AzureBluet = Item{ ID: 200, DisplayName: "Azure Bluet", Name: "azure_bluet", StackSize: 64, } RedTulip = Item{ ID: 201, DisplayName: "Red Tulip", Name: "red_tulip", StackSize: 64, } OrangeTulip = Item{ ID: 202, DisplayName: "Orange Tulip", Name: "orange_tulip", StackSize: 64, } WhiteTulip = Item{ ID: 203, DisplayName: "White Tulip", Name: "white_tulip", StackSize: 64, } PinkTulip = Item{ ID: 204, DisplayName: "Pink Tulip", Name: "pink_tulip", StackSize: 64, } OxeyeDaisy = Item{ ID: 205, DisplayName: "Oxeye Daisy", Name: "oxeye_daisy", StackSize: 64, } Cornflower = Item{ ID: 206, DisplayName: "Cornflower", Name: "cornflower", StackSize: 64, } LilyOfTheValley = Item{ ID: 207, DisplayName: "Lily of the Valley", Name: "lily_of_the_valley", StackSize: 64, } WitherRose = Item{ ID: 208, DisplayName: "Wither Rose", Name: "wither_rose", StackSize: 64, } Torchflower = Item{ ID: 209, DisplayName: "Torchflower", Name: "torchflower", StackSize: 64, } PitcherPlant = Item{ ID: 210, DisplayName: "Pitcher Plant", Name: "pitcher_plant", StackSize: 64, } SporeBlossom = Item{ ID: 211, DisplayName: "Spore Blossom", Name: "spore_blossom", StackSize: 64, } BrownMushroom = Item{ ID: 212, DisplayName: "Brown Mushroom", Name: "brown_mushroom", StackSize: 64, } RedMushroom = Item{ ID: 213, DisplayName: "Red Mushroom", Name: "red_mushroom", StackSize: 64, } CrimsonFungus = Item{ ID: 214, DisplayName: "Crimson Fungus", Name: "crimson_fungus", StackSize: 64, } WarpedFungus = Item{ ID: 215, DisplayName: "Warped Fungus", Name: "warped_fungus", StackSize: 64, } CrimsonRoots = Item{ ID: 216, DisplayName: "Crimson Roots", Name: "crimson_roots", StackSize: 64, } WarpedRoots = Item{ ID: 217, DisplayName: "Warped Roots", Name: "warped_roots", StackSize: 64, } NetherSprouts = Item{ ID: 218, DisplayName: "Nether Sprouts", Name: "nether_sprouts", StackSize: 64, } WeepingVines = Item{ ID: 219, DisplayName: "Weeping Vines", Name: "weeping_vines", StackSize: 64, } TwistingVines = Item{ ID: 220, DisplayName: "Twisting Vines", Name: "twisting_vines", StackSize: 64, } SugarCane = Item{ ID: 221, DisplayName: "Sugar Cane", Name: "sugar_cane", StackSize: 64, } Kelp = Item{ ID: 222, DisplayName: "Kelp", Name: "kelp", StackSize: 64, } MossCarpet = Item{ ID: 223, DisplayName: "Moss Carpet", Name: "moss_carpet", StackSize: 64, } PinkPetals = Item{ ID: 224, DisplayName: "Pink Petals", Name: "pink_petals", StackSize: 64, } MossBlock = Item{ ID: 225, DisplayName: "Moss Block", Name: "moss_block", StackSize: 64, } HangingRoots = Item{ ID: 226, DisplayName: "Hanging Roots", Name: "hanging_roots", StackSize: 64, } BigDripleaf = Item{ ID: 227, DisplayName: "Big Dripleaf", Name: "big_dripleaf", StackSize: 64, } SmallDripleaf = Item{ ID: 228, DisplayName: "Small Dripleaf", Name: "small_dripleaf", StackSize: 64, } Bamboo = Item{ ID: 229, DisplayName: "Bamboo", Name: "bamboo", StackSize: 64, } OakSlab = Item{ ID: 230, DisplayName: "Oak Slab", Name: "oak_slab", StackSize: 64, } SpruceSlab = Item{ ID: 231, DisplayName: "Spruce Slab", Name: "spruce_slab", StackSize: 64, } BirchSlab = Item{ ID: 232, DisplayName: "Birch Slab", Name: "birch_slab", StackSize: 64, } JungleSlab = Item{ ID: 233, DisplayName: "Jungle Slab", Name: "jungle_slab", StackSize: 64, } AcaciaSlab = Item{ ID: 234, DisplayName: "Acacia Slab", Name: "acacia_slab", StackSize: 64, } CherrySlab = Item{ ID: 235, DisplayName: "Cherry Slab", Name: "cherry_slab", StackSize: 64, } DarkOakSlab = Item{ ID: 236, DisplayName: "Dark Oak Slab", Name: "dark_oak_slab", StackSize: 64, } MangroveSlab = Item{ ID: 237, DisplayName: "Mangrove Slab", Name: "mangrove_slab", StackSize: 64, } BambooSlab = Item{ ID: 238, DisplayName: "Bamboo Slab", Name: "bamboo_slab", StackSize: 64, } BambooMosaicSlab = Item{ ID: 239, DisplayName: "Bamboo Mosaic Slab", Name: "bamboo_mosaic_slab", StackSize: 64, } CrimsonSlab = Item{ ID: 240, DisplayName: "Crimson Slab", Name: "crimson_slab", StackSize: 64, } WarpedSlab = Item{ ID: 241, DisplayName: "Warped Slab", Name: "warped_slab", StackSize: 64, } StoneSlab = Item{ ID: 242, DisplayName: "Stone Slab", Name: "stone_slab", StackSize: 64, } SmoothStoneSlab = Item{ ID: 243, DisplayName: "Smooth Stone Slab", Name: "smooth_stone_slab", StackSize: 64, } SandstoneSlab = Item{ ID: 244, DisplayName: "Sandstone Slab", Name: "sandstone_slab", StackSize: 64, } CutSandstoneSlab = Item{ ID: 245, DisplayName: "Cut Sandstone Slab", Name: "cut_sandstone_slab", StackSize: 64, } PetrifiedOakSlab = Item{ ID: 246, DisplayName: "Petrified Oak Slab", Name: "petrified_oak_slab", StackSize: 64, } CobblestoneSlab = Item{ ID: 247, DisplayName: "Cobblestone Slab", Name: "cobblestone_slab", StackSize: 64, } BrickSlab = Item{ ID: 248, DisplayName: "Brick Slab", Name: "brick_slab", StackSize: 64, } StoneBrickSlab = Item{ ID: 249, DisplayName: "Stone Brick Slab", Name: "stone_brick_slab", StackSize: 64, } MudBrickSlab = Item{ ID: 250, DisplayName: "Mud Brick Slab", Name: "mud_brick_slab", StackSize: 64, } NetherBrickSlab = Item{ ID: 251, DisplayName: "Nether Brick Slab", Name: "nether_brick_slab", StackSize: 64, } QuartzSlab = Item{ ID: 252, DisplayName: "Quartz Slab", Name: "quartz_slab", StackSize: 64, } RedSandstoneSlab = Item{ ID: 253, DisplayName: "Red Sandstone Slab", Name: "red_sandstone_slab", StackSize: 64, } CutRedSandstoneSlab = Item{ ID: 254, DisplayName: "Cut Red Sandstone Slab", Name: "cut_red_sandstone_slab", StackSize: 64, } PurpurSlab = Item{ ID: 255, DisplayName: "Purpur Slab", Name: "purpur_slab", StackSize: 64, } PrismarineSlab = Item{ ID: 256, DisplayName: "Prismarine Slab", Name: "prismarine_slab", StackSize: 64, } PrismarineBrickSlab = Item{ ID: 257, DisplayName: "Prismarine Brick Slab", Name: "prismarine_brick_slab", StackSize: 64, } DarkPrismarineSlab = Item{ ID: 258, DisplayName: "Dark Prismarine Slab", Name: "dark_prismarine_slab", StackSize: 64, } SmoothQuartz = Item{ ID: 259, DisplayName: "Smooth Quartz Block", Name: "smooth_quartz", StackSize: 64, } SmoothRedSandstone = Item{ ID: 260, DisplayName: "Smooth Red Sandstone", Name: "smooth_red_sandstone", StackSize: 64, } SmoothSandstone = Item{ ID: 261, DisplayName: "Smooth Sandstone", Name: "smooth_sandstone", StackSize: 64, } SmoothStone = Item{ ID: 262, DisplayName: "Smooth Stone", Name: "smooth_stone", StackSize: 64, } Bricks = Item{ ID: 263, DisplayName: "Bricks", Name: "bricks", StackSize: 64, } Bookshelf = Item{ ID: 264, DisplayName: "Bookshelf", Name: "bookshelf", StackSize: 64, } ChiseledBookshelf = Item{ ID: 265, DisplayName: "Chiseled Bookshelf", Name: "chiseled_bookshelf", StackSize: 64, } DecoratedPot = Item{ ID: 266, DisplayName: "Decorated Pot", Name: "decorated_pot", StackSize: 1, } MossyCobblestone = Item{ ID: 267, DisplayName: "Mossy Cobblestone", Name: "mossy_cobblestone", StackSize: 64, } Obsidian = Item{ ID: 268, DisplayName: "Obsidian", Name: "obsidian", StackSize: 64, } Torch = Item{ ID: 269, DisplayName: "Torch", Name: "torch", StackSize: 64, } EndRod = Item{ ID: 270, DisplayName: "End Rod", Name: "end_rod", StackSize: 64, } ChorusPlant = Item{ ID: 271, DisplayName: "Chorus Plant", Name: "chorus_plant", StackSize: 64, } ChorusFlower = Item{ ID: 272, DisplayName: "Chorus Flower", Name: "chorus_flower", StackSize: 64, } PurpurBlock = Item{ ID: 273, DisplayName: "Purpur Block", Name: "purpur_block", StackSize: 64, } PurpurPillar = Item{ ID: 274, DisplayName: "Purpur Pillar", Name: "purpur_pillar", StackSize: 64, } PurpurStairs = Item{ ID: 275, DisplayName: "Purpur Stairs", Name: "purpur_stairs", StackSize: 64, } Spawner = Item{ ID: 276, DisplayName: "Monster Spawner", Name: "spawner", StackSize: 64, } Chest = Item{ ID: 277, DisplayName: "Chest", Name: "chest", StackSize: 64, } CraftingTable = Item{ ID: 278, DisplayName: "Crafting Table", Name: "crafting_table", StackSize: 64, } Farmland = Item{ ID: 279, DisplayName: "Farmland", Name: "farmland", StackSize: 64, } Furnace = Item{ ID: 280, DisplayName: "Furnace", Name: "furnace", StackSize: 64, } Ladder = Item{ ID: 281, DisplayName: "Ladder", Name: "ladder", StackSize: 64, } CobblestoneStairs = Item{ ID: 282, DisplayName: "Cobblestone Stairs", Name: "cobblestone_stairs", StackSize: 64, } Snow = Item{ ID: 283, DisplayName: "Snow", Name: "snow", StackSize: 64, } Ice = Item{ ID: 284, DisplayName: "Ice", Name: "ice", StackSize: 64, } SnowBlock = Item{ ID: 285, DisplayName: "Snow Block", Name: "snow_block", StackSize: 64, } Cactus = Item{ ID: 286, DisplayName: "Cactus", Name: "cactus", StackSize: 64, } Clay = Item{ ID: 287, DisplayName: "Clay", Name: "clay", StackSize: 64, } Jukebox = Item{ ID: 288, DisplayName: "Jukebox", Name: "jukebox", StackSize: 64, } OakFence = Item{ ID: 289, DisplayName: "Oak Fence", Name: "oak_fence", StackSize: 64, } SpruceFence = Item{ ID: 290, DisplayName: "Spruce Fence", Name: "spruce_fence", StackSize: 64, } BirchFence = Item{ ID: 291, DisplayName: "Birch Fence", Name: "birch_fence", StackSize: 64, } JungleFence = Item{ ID: 292, DisplayName: "Jungle Fence", Name: "jungle_fence", StackSize: 64, } AcaciaFence = Item{ ID: 293, DisplayName: "Acacia Fence", Name: "acacia_fence", StackSize: 64, } CherryFence = Item{ ID: 294, DisplayName: "Cherry Fence", Name: "cherry_fence", StackSize: 64, } DarkOakFence = Item{ ID: 295, DisplayName: "Dark Oak Fence", Name: "dark_oak_fence", StackSize: 64, } MangroveFence = Item{ ID: 296, DisplayName: "Mangrove Fence", Name: "mangrove_fence", StackSize: 64, } BambooFence = Item{ ID: 297, DisplayName: "Bamboo Fence", Name: "bamboo_fence", StackSize: 64, } CrimsonFence = Item{ ID: 298, DisplayName: "Crimson Fence", Name: "crimson_fence", StackSize: 64, } WarpedFence = Item{ ID: 299, DisplayName: "Warped Fence", Name: "warped_fence", StackSize: 64, } Pumpkin = Item{ ID: 300, DisplayName: "Pumpkin", Name: "pumpkin", StackSize: 64, } CarvedPumpkin = Item{ ID: 301, DisplayName: "Carved Pumpkin", Name: "carved_pumpkin", StackSize: 64, } JackOLantern = Item{ ID: 302, DisplayName: "Jack o'Lantern", Name: "jack_o_lantern", StackSize: 64, } Netherrack = Item{ ID: 303, DisplayName: "Netherrack", Name: "netherrack", StackSize: 64, } SoulSand = Item{ ID: 304, DisplayName: "Soul Sand", Name: "soul_sand", StackSize: 64, } SoulSoil = Item{ ID: 305, DisplayName: "Soul Soil", Name: "soul_soil", StackSize: 64, } Basalt = Item{ ID: 306, DisplayName: "Basalt", Name: "basalt", StackSize: 64, } PolishedBasalt = Item{ ID: 307, DisplayName: "Polished Basalt", Name: "polished_basalt", StackSize: 64, } SmoothBasalt = Item{ ID: 308, DisplayName: "Smooth Basalt", Name: "smooth_basalt", StackSize: 64, } SoulTorch = Item{ ID: 309, DisplayName: "Soul Torch", Name: "soul_torch", StackSize: 64, } Glowstone = Item{ ID: 310, DisplayName: "Glowstone", Name: "glowstone", StackSize: 64, } InfestedStone = Item{ ID: 311, DisplayName: "Infested Stone", Name: "infested_stone", StackSize: 64, } InfestedCobblestone = Item{ ID: 312, DisplayName: "Infested Cobblestone", Name: "infested_cobblestone", StackSize: 64, } InfestedStoneBricks = Item{ ID: 313, DisplayName: "Infested Stone Bricks", Name: "infested_stone_bricks", StackSize: 64, } InfestedMossyStoneBricks = Item{ ID: 314, DisplayName: "Infested Mossy Stone Bricks", Name: "infested_mossy_stone_bricks", StackSize: 64, } InfestedCrackedStoneBricks = Item{ ID: 315, DisplayName: "Infested Cracked Stone Bricks", Name: "infested_cracked_stone_bricks", StackSize: 64, } InfestedChiseledStoneBricks = Item{ ID: 316, DisplayName: "Infested Chiseled Stone Bricks", Name: "infested_chiseled_stone_bricks", StackSize: 64, } InfestedDeepslate = Item{ ID: 317, DisplayName: "Infested Deepslate", Name: "infested_deepslate", StackSize: 64, } StoneBricks = Item{ ID: 318, DisplayName: "Stone Bricks", Name: "stone_bricks", StackSize: 64, } MossyStoneBricks = Item{ ID: 319, DisplayName: "Mossy Stone Bricks", Name: "mossy_stone_bricks", StackSize: 64, } CrackedStoneBricks = Item{ ID: 320, DisplayName: "Cracked Stone Bricks", Name: "cracked_stone_bricks", StackSize: 64, } ChiseledStoneBricks = Item{ ID: 321, DisplayName: "Chiseled Stone Bricks", Name: "chiseled_stone_bricks", StackSize: 64, } PackedMud = Item{ ID: 322, DisplayName: "Packed Mud", Name: "packed_mud", StackSize: 64, } MudBricks = Item{ ID: 323, DisplayName: "Mud Bricks", Name: "mud_bricks", StackSize: 64, } DeepslateBricks = Item{ ID: 324, DisplayName: "Deepslate Bricks", Name: "deepslate_bricks", StackSize: 64, } CrackedDeepslateBricks = Item{ ID: 325, DisplayName: "Cracked Deepslate Bricks", Name: "cracked_deepslate_bricks", StackSize: 64, } DeepslateTiles = Item{ ID: 326, DisplayName: "Deepslate Tiles", Name: "deepslate_tiles", StackSize: 64, } CrackedDeepslateTiles = Item{ ID: 327, DisplayName: "Cracked Deepslate Tiles", Name: "cracked_deepslate_tiles", StackSize: 64, } ChiseledDeepslate = Item{ ID: 328, DisplayName: "Chiseled Deepslate", Name: "chiseled_deepslate", StackSize: 64, } ReinforcedDeepslate = Item{ ID: 329, DisplayName: "Reinforced Deepslate", Name: "reinforced_deepslate", StackSize: 64, } BrownMushroomBlock = Item{ ID: 330, DisplayName: "Brown Mushroom Block", Name: "brown_mushroom_block", StackSize: 64, } RedMushroomBlock = Item{ ID: 331, DisplayName: "Red Mushroom Block", Name: "red_mushroom_block", StackSize: 64, } MushroomStem = Item{ ID: 332, DisplayName: "Mushroom Stem", Name: "mushroom_stem", StackSize: 64, } IronBars = Item{ ID: 333, DisplayName: "Iron Bars", Name: "iron_bars", StackSize: 64, } Chain = Item{ ID: 334, DisplayName: "Chain", Name: "chain", StackSize: 64, } GlassPane = Item{ ID: 335, DisplayName: "Glass Pane", Name: "glass_pane", StackSize: 64, } Melon = Item{ ID: 336, DisplayName: "Melon", Name: "melon", StackSize: 64, } Vine = Item{ ID: 337, DisplayName: "Vines", Name: "vine", StackSize: 64, } GlowLichen = Item{ ID: 338, DisplayName: "Glow Lichen", Name: "glow_lichen", StackSize: 64, } BrickStairs = Item{ ID: 339, DisplayName: "Brick Stairs", Name: "brick_stairs", StackSize: 64, } StoneBrickStairs = Item{ ID: 340, DisplayName: "Stone Brick Stairs", Name: "stone_brick_stairs", StackSize: 64, } MudBrickStairs = Item{ ID: 341, DisplayName: "Mud Brick Stairs", Name: "mud_brick_stairs", StackSize: 64, } Mycelium = Item{ ID: 342, DisplayName: "Mycelium", Name: "mycelium", StackSize: 64, } LilyPad = Item{ ID: 343, DisplayName: "Lily Pad", Name: "lily_pad", StackSize: 64, } NetherBricks = Item{ ID: 344, DisplayName: "Nether Bricks", Name: "nether_bricks", StackSize: 64, } CrackedNetherBricks = Item{ ID: 345, DisplayName: "Cracked Nether Bricks", Name: "cracked_nether_bricks", StackSize: 64, } ChiseledNetherBricks = Item{ ID: 346, DisplayName: "Chiseled Nether Bricks", Name: "chiseled_nether_bricks", StackSize: 64, } NetherBrickFence = Item{ ID: 347, DisplayName: "Nether Brick Fence", Name: "nether_brick_fence", StackSize: 64, } NetherBrickStairs = Item{ ID: 348, DisplayName: "Nether Brick Stairs", Name: "nether_brick_stairs", StackSize: 64, } Sculk = Item{ ID: 349, DisplayName: "Sculk", Name: "sculk", StackSize: 64, } SculkVein = Item{ ID: 350, DisplayName: "Sculk Vein", Name: "sculk_vein", StackSize: 64, } SculkCatalyst = Item{ ID: 351, DisplayName: "Sculk Catalyst", Name: "sculk_catalyst", StackSize: 64, } SculkShrieker = Item{ ID: 352, DisplayName: "Sculk Shrieker", Name: "sculk_shrieker", StackSize: 64, } EnchantingTable = Item{ ID: 353, DisplayName: "Enchanting Table", Name: "enchanting_table", StackSize: 64, } EndPortalFrame = Item{ ID: 354, DisplayName: "End Portal Frame", Name: "end_portal_frame", StackSize: 64, } EndStone = Item{ ID: 355, DisplayName: "End Stone", Name: "end_stone", StackSize: 64, } EndStoneBricks = Item{ ID: 356, DisplayName: "End Stone Bricks", Name: "end_stone_bricks", StackSize: 64, } DragonEgg = Item{ ID: 357, DisplayName: "Dragon Egg", Name: "dragon_egg", StackSize: 64, } SandstoneStairs = Item{ ID: 358, DisplayName: "Sandstone Stairs", Name: "sandstone_stairs", StackSize: 64, } EnderChest = Item{ ID: 359, DisplayName: "Ender Chest", Name: "ender_chest", StackSize: 64, } EmeraldBlock = Item{ ID: 360, DisplayName: "Block of Emerald", Name: "emerald_block", StackSize: 64, } OakStairs = Item{ ID: 361, DisplayName: "Oak Stairs", Name: "oak_stairs", StackSize: 64, } SpruceStairs = Item{ ID: 362, DisplayName: "Spruce Stairs", Name: "spruce_stairs", StackSize: 64, } BirchStairs = Item{ ID: 363, DisplayName: "Birch Stairs", Name: "birch_stairs", StackSize: 64, } JungleStairs = Item{ ID: 364, DisplayName: "Jungle Stairs", Name: "jungle_stairs", StackSize: 64, } AcaciaStairs = Item{ ID: 365, DisplayName: "Acacia Stairs", Name: "acacia_stairs", StackSize: 64, } CherryStairs = Item{ ID: 366, DisplayName: "Cherry Stairs", Name: "cherry_stairs", StackSize: 64, } DarkOakStairs = Item{ ID: 367, DisplayName: "Dark Oak Stairs", Name: "dark_oak_stairs", StackSize: 64, } MangroveStairs = Item{ ID: 368, DisplayName: "Mangrove Stairs", Name: "mangrove_stairs", StackSize: 64, } BambooStairs = Item{ ID: 369, DisplayName: "Bamboo Stairs", Name: "bamboo_stairs", StackSize: 64, } BambooMosaicStairs = Item{ ID: 370, DisplayName: "Bamboo Mosaic Stairs", Name: "bamboo_mosaic_stairs", StackSize: 64, } CrimsonStairs = Item{ ID: 371, DisplayName: "Crimson Stairs", Name: "crimson_stairs", StackSize: 64, } WarpedStairs = Item{ ID: 372, DisplayName: "Warped Stairs", Name: "warped_stairs", StackSize: 64, } CommandBlock = Item{ ID: 373, DisplayName: "Command Block", Name: "command_block", StackSize: 64, } Beacon = Item{ ID: 374, DisplayName: "Beacon", Name: "beacon", StackSize: 64, } CobblestoneWall = Item{ ID: 375, DisplayName: "Cobblestone Wall", Name: "cobblestone_wall", StackSize: 64, } MossyCobblestoneWall = Item{ ID: 376, DisplayName: "Mossy Cobblestone Wall", Name: "mossy_cobblestone_wall", StackSize: 64, } BrickWall = Item{ ID: 377, DisplayName: "Brick Wall", Name: "brick_wall", StackSize: 64, } PrismarineWall = Item{ ID: 378, DisplayName: "Prismarine Wall", Name: "prismarine_wall", StackSize: 64, } RedSandstoneWall = Item{ ID: 379, DisplayName: "Red Sandstone Wall", Name: "red_sandstone_wall", StackSize: 64, } MossyStoneBrickWall = Item{ ID: 380, DisplayName: "Mossy Stone Brick Wall", Name: "mossy_stone_brick_wall", StackSize: 64, } GraniteWall = Item{ ID: 381, DisplayName: "Granite Wall", Name: "granite_wall", StackSize: 64, } StoneBrickWall = Item{ ID: 382, DisplayName: "Stone Brick Wall", Name: "stone_brick_wall", StackSize: 64, } MudBrickWall = Item{ ID: 383, DisplayName: "Mud Brick Wall", Name: "mud_brick_wall", StackSize: 64, } NetherBrickWall = Item{ ID: 384, DisplayName: "Nether Brick Wall", Name: "nether_brick_wall", StackSize: 64, } AndesiteWall = Item{ ID: 385, DisplayName: "Andesite Wall", Name: "andesite_wall", StackSize: 64, } RedNetherBrickWall = Item{ ID: 386, DisplayName: "Red Nether Brick Wall", Name: "red_nether_brick_wall", StackSize: 64, } SandstoneWall = Item{ ID: 387, DisplayName: "Sandstone Wall", Name: "sandstone_wall", StackSize: 64, } EndStoneBrickWall = Item{ ID: 388, DisplayName: "End Stone Brick Wall", Name: "end_stone_brick_wall", StackSize: 64, } DioriteWall = Item{ ID: 389, DisplayName: "Diorite Wall", Name: "diorite_wall", StackSize: 64, } BlackstoneWall = Item{ ID: 390, DisplayName: "Blackstone Wall", Name: "blackstone_wall", StackSize: 64, } PolishedBlackstoneWall = Item{ ID: 391, DisplayName: "Polished Blackstone Wall", Name: "polished_blackstone_wall", StackSize: 64, } PolishedBlackstoneBrickWall = Item{ ID: 392, DisplayName: "Polished Blackstone Brick Wall", Name: "polished_blackstone_brick_wall", StackSize: 64, } CobbledDeepslateWall = Item{ ID: 393, DisplayName: "Cobbled Deepslate Wall", Name: "cobbled_deepslate_wall", StackSize: 64, } PolishedDeepslateWall = Item{ ID: 394, DisplayName: "Polished Deepslate Wall", Name: "polished_deepslate_wall", StackSize: 64, } DeepslateBrickWall = Item{ ID: 395, DisplayName: "Deepslate Brick Wall", Name: "deepslate_brick_wall", StackSize: 64, } DeepslateTileWall = Item{ ID: 396, DisplayName: "Deepslate Tile Wall", Name: "deepslate_tile_wall", StackSize: 64, } Anvil = Item{ ID: 397, DisplayName: "Anvil", Name: "anvil", StackSize: 64, } ChippedAnvil = Item{ ID: 398, DisplayName: "Chipped Anvil", Name: "chipped_anvil", StackSize: 64, } DamagedAnvil = Item{ ID: 399, DisplayName: "Damaged Anvil", Name: "damaged_anvil", StackSize: 64, } ChiseledQuartzBlock = Item{ ID: 400, DisplayName: "Chiseled Quartz Block", Name: "chiseled_quartz_block", StackSize: 64, } QuartzBlock = Item{ ID: 401, DisplayName: "Block of Quartz", Name: "quartz_block", StackSize: 64, } QuartzBricks = Item{ ID: 402, DisplayName: "Quartz Bricks", Name: "quartz_bricks", StackSize: 64, } QuartzPillar = Item{ ID: 403, DisplayName: "Quartz Pillar", Name: "quartz_pillar", StackSize: 64, } QuartzStairs = Item{ ID: 404, DisplayName: "Quartz Stairs", Name: "quartz_stairs", StackSize: 64, } WhiteTerracotta = Item{ ID: 405, DisplayName: "White Terracotta", Name: "white_terracotta", StackSize: 64, } OrangeTerracotta = Item{ ID: 406, DisplayName: "Orange Terracotta", Name: "orange_terracotta", StackSize: 64, } MagentaTerracotta = Item{ ID: 407, DisplayName: "Magenta Terracotta", Name: "magenta_terracotta", StackSize: 64, } LightBlueTerracotta = Item{ ID: 408, DisplayName: "Light Blue Terracotta", Name: "light_blue_terracotta", StackSize: 64, } YellowTerracotta = Item{ ID: 409, DisplayName: "Yellow Terracotta", Name: "yellow_terracotta", StackSize: 64, } LimeTerracotta = Item{ ID: 410, DisplayName: "Lime Terracotta", Name: "lime_terracotta", StackSize: 64, } PinkTerracotta = Item{ ID: 411, DisplayName: "Pink Terracotta", Name: "pink_terracotta", StackSize: 64, } GrayTerracotta = Item{ ID: 412, DisplayName: "Gray Terracotta", Name: "gray_terracotta", StackSize: 64, } LightGrayTerracotta = Item{ ID: 413, DisplayName: "Light Gray Terracotta", Name: "light_gray_terracotta", StackSize: 64, } CyanTerracotta = Item{ ID: 414, DisplayName: "Cyan Terracotta", Name: "cyan_terracotta", StackSize: 64, } PurpleTerracotta = Item{ ID: 415, DisplayName: "Purple Terracotta", Name: "purple_terracotta", StackSize: 64, } BlueTerracotta = Item{ ID: 416, DisplayName: "Blue Terracotta", Name: "blue_terracotta", StackSize: 64, } BrownTerracotta = Item{ ID: 417, DisplayName: "Brown Terracotta", Name: "brown_terracotta", StackSize: 64, } GreenTerracotta = Item{ ID: 418, DisplayName: "Green Terracotta", Name: "green_terracotta", StackSize: 64, } RedTerracotta = Item{ ID: 419, DisplayName: "Red Terracotta", Name: "red_terracotta", StackSize: 64, } BlackTerracotta = Item{ ID: 420, DisplayName: "Black Terracotta", Name: "black_terracotta", StackSize: 64, } Barrier = Item{ ID: 421, DisplayName: "Barrier", Name: "barrier", StackSize: 64, } Light = Item{ ID: 422, DisplayName: "Light", Name: "light", StackSize: 64, } HayBlock = Item{ ID: 423, DisplayName: "Hay Bale", Name: "hay_block", StackSize: 64, } WhiteCarpet = Item{ ID: 424, DisplayName: "White Carpet", Name: "white_carpet", StackSize: 64, } OrangeCarpet = Item{ ID: 425, DisplayName: "Orange Carpet", Name: "orange_carpet", StackSize: 64, } MagentaCarpet = Item{ ID: 426, DisplayName: "Magenta Carpet", Name: "magenta_carpet", StackSize: 64, } LightBlueCarpet = Item{ ID: 427, DisplayName: "Light Blue Carpet", Name: "light_blue_carpet", StackSize: 64, } YellowCarpet = Item{ ID: 428, DisplayName: "Yellow Carpet", Name: "yellow_carpet", StackSize: 64, } LimeCarpet = Item{ ID: 429, DisplayName: "Lime Carpet", Name: "lime_carpet", StackSize: 64, } PinkCarpet = Item{ ID: 430, DisplayName: "Pink Carpet", Name: "pink_carpet", StackSize: 64, } GrayCarpet = Item{ ID: 431, DisplayName: "Gray Carpet", Name: "gray_carpet", StackSize: 64, } LightGrayCarpet = Item{ ID: 432, DisplayName: "Light Gray Carpet", Name: "light_gray_carpet", StackSize: 64, } CyanCarpet = Item{ ID: 433, DisplayName: "Cyan Carpet", Name: "cyan_carpet", StackSize: 64, } PurpleCarpet = Item{ ID: 434, DisplayName: "Purple Carpet", Name: "purple_carpet", StackSize: 64, } BlueCarpet = Item{ ID: 435, DisplayName: "Blue Carpet", Name: "blue_carpet", StackSize: 64, } BrownCarpet = Item{ ID: 436, DisplayName: "Brown Carpet", Name: "brown_carpet", StackSize: 64, } GreenCarpet = Item{ ID: 437, DisplayName: "Green Carpet", Name: "green_carpet", StackSize: 64, } RedCarpet = Item{ ID: 438, DisplayName: "Red Carpet", Name: "red_carpet", StackSize: 64, } BlackCarpet = Item{ ID: 439, DisplayName: "Black Carpet", Name: "black_carpet", StackSize: 64, } Terracotta = Item{ ID: 440, DisplayName: "Terracotta", Name: "terracotta", StackSize: 64, } PackedIce = Item{ ID: 441, DisplayName: "Packed Ice", Name: "packed_ice", StackSize: 64, } DirtPath = Item{ ID: 442, DisplayName: "Dirt Path", Name: "dirt_path", StackSize: 64, } Sunflower = Item{ ID: 443, DisplayName: "Sunflower", Name: "sunflower", StackSize: 64, } Lilac = Item{ ID: 444, DisplayName: "Lilac", Name: "lilac", StackSize: 64, } RoseBush = Item{ ID: 445, DisplayName: "Rose Bush", Name: "rose_bush", StackSize: 64, } Peony = Item{ ID: 446, DisplayName: "Peony", Name: "peony", StackSize: 64, } TallGrass = Item{ ID: 447, DisplayName: "Tall Grass", Name: "tall_grass", StackSize: 64, } LargeFern = Item{ ID: 448, DisplayName: "Large Fern", Name: "large_fern", StackSize: 64, } WhiteStainedGlass = Item{ ID: 449, DisplayName: "White Stained Glass", Name: "white_stained_glass", StackSize: 64, } OrangeStainedGlass = Item{ ID: 450, DisplayName: "Orange Stained Glass", Name: "orange_stained_glass", StackSize: 64, } MagentaStainedGlass = Item{ ID: 451, DisplayName: "Magenta Stained Glass", Name: "magenta_stained_glass", StackSize: 64, } LightBlueStainedGlass = Item{ ID: 452, DisplayName: "Light Blue Stained Glass", Name: "light_blue_stained_glass", StackSize: 64, } YellowStainedGlass = Item{ ID: 453, DisplayName: "Yellow Stained Glass", Name: "yellow_stained_glass", StackSize: 64, } LimeStainedGlass = Item{ ID: 454, DisplayName: "Lime Stained Glass", Name: "lime_stained_glass", StackSize: 64, } PinkStainedGlass = Item{ ID: 455, DisplayName: "Pink Stained Glass", Name: "pink_stained_glass", StackSize: 64, } GrayStainedGlass = Item{ ID: 456, DisplayName: "Gray Stained Glass", Name: "gray_stained_glass", StackSize: 64, } LightGrayStainedGlass = Item{ ID: 457, DisplayName: "Light Gray Stained Glass", Name: "light_gray_stained_glass", StackSize: 64, } CyanStainedGlass = Item{ ID: 458, DisplayName: "Cyan Stained Glass", Name: "cyan_stained_glass", StackSize: 64, } PurpleStainedGlass = Item{ ID: 459, DisplayName: "Purple Stained Glass", Name: "purple_stained_glass", StackSize: 64, } BlueStainedGlass = Item{ ID: 460, DisplayName: "Blue Stained Glass", Name: "blue_stained_glass", StackSize: 64, } BrownStainedGlass = Item{ ID: 461, DisplayName: "Brown Stained Glass", Name: "brown_stained_glass", StackSize: 64, } GreenStainedGlass = Item{ ID: 462, DisplayName: "Green Stained Glass", Name: "green_stained_glass", StackSize: 64, } RedStainedGlass = Item{ ID: 463, DisplayName: "Red Stained Glass", Name: "red_stained_glass", StackSize: 64, } BlackStainedGlass = Item{ ID: 464, DisplayName: "Black Stained Glass", Name: "black_stained_glass", StackSize: 64, } WhiteStainedGlassPane = Item{ ID: 465, DisplayName: "White Stained Glass Pane", Name: "white_stained_glass_pane", StackSize: 64, } OrangeStainedGlassPane = Item{ ID: 466, DisplayName: "Orange Stained Glass Pane", Name: "orange_stained_glass_pane", StackSize: 64, } MagentaStainedGlassPane = Item{ ID: 467, DisplayName: "Magenta Stained Glass Pane", Name: "magenta_stained_glass_pane", StackSize: 64, } LightBlueStainedGlassPane = Item{ ID: 468, DisplayName: "Light Blue Stained Glass Pane", Name: "light_blue_stained_glass_pane", StackSize: 64, } YellowStainedGlassPane = Item{ ID: 469, DisplayName: "Yellow Stained Glass Pane", Name: "yellow_stained_glass_pane", StackSize: 64, } LimeStainedGlassPane = Item{ ID: 470, DisplayName: "Lime Stained Glass Pane", Name: "lime_stained_glass_pane", StackSize: 64, } PinkStainedGlassPane = Item{ ID: 471, DisplayName: "Pink Stained Glass Pane", Name: "pink_stained_glass_pane", StackSize: 64, } GrayStainedGlassPane = Item{ ID: 472, DisplayName: "Gray Stained Glass Pane", Name: "gray_stained_glass_pane", StackSize: 64, } LightGrayStainedGlassPane = Item{ ID: 473, DisplayName: "Light Gray Stained Glass Pane", Name: "light_gray_stained_glass_pane", StackSize: 64, } CyanStainedGlassPane = Item{ ID: 474, DisplayName: "Cyan Stained Glass Pane", Name: "cyan_stained_glass_pane", StackSize: 64, } PurpleStainedGlassPane = Item{ ID: 475, DisplayName: "Purple Stained Glass Pane", Name: "purple_stained_glass_pane", StackSize: 64, } BlueStainedGlassPane = Item{ ID: 476, DisplayName: "Blue Stained Glass Pane", Name: "blue_stained_glass_pane", StackSize: 64, } BrownStainedGlassPane = Item{ ID: 477, DisplayName: "Brown Stained Glass Pane", Name: "brown_stained_glass_pane", StackSize: 64, } GreenStainedGlassPane = Item{ ID: 478, DisplayName: "Green Stained Glass Pane", Name: "green_stained_glass_pane", StackSize: 64, } RedStainedGlassPane = Item{ ID: 479, DisplayName: "Red Stained Glass Pane", Name: "red_stained_glass_pane", StackSize: 64, } BlackStainedGlassPane = Item{ ID: 480, DisplayName: "Black Stained Glass Pane", Name: "black_stained_glass_pane", StackSize: 64, } Prismarine = Item{ ID: 481, DisplayName: "Prismarine", Name: "prismarine", StackSize: 64, } PrismarineBricks = Item{ ID: 482, DisplayName: "Prismarine Bricks", Name: "prismarine_bricks", StackSize: 64, } DarkPrismarine = Item{ ID: 483, DisplayName: "Dark Prismarine", Name: "dark_prismarine", StackSize: 64, } PrismarineStairs = Item{ ID: 484, DisplayName: "Prismarine Stairs", Name: "prismarine_stairs", StackSize: 64, } PrismarineBrickStairs = Item{ ID: 485, DisplayName: "Prismarine Brick Stairs", Name: "prismarine_brick_stairs", StackSize: 64, } DarkPrismarineStairs = Item{ ID: 486, DisplayName: "Dark Prismarine Stairs", Name: "dark_prismarine_stairs", StackSize: 64, } SeaLantern = Item{ ID: 487, DisplayName: "Sea Lantern", Name: "sea_lantern", StackSize: 64, } RedSandstone = Item{ ID: 488, DisplayName: "Red Sandstone", Name: "red_sandstone", StackSize: 64, } ChiseledRedSandstone = Item{ ID: 489, DisplayName: "Chiseled Red Sandstone", Name: "chiseled_red_sandstone", StackSize: 64, } CutRedSandstone = Item{ ID: 490, DisplayName: "Cut Red Sandstone", Name: "cut_red_sandstone", StackSize: 64, } RedSandstoneStairs = Item{ ID: 491, DisplayName: "Red Sandstone Stairs", Name: "red_sandstone_stairs", StackSize: 64, } RepeatingCommandBlock = Item{ ID: 492, DisplayName: "Repeating Command Block", Name: "repeating_command_block", StackSize: 64, } ChainCommandBlock = Item{ ID: 493, DisplayName: "Chain Command Block", Name: "chain_command_block", StackSize: 64, } MagmaBlock = Item{ ID: 494, DisplayName: "Magma Block", Name: "magma_block", StackSize: 64, } NetherWartBlock = Item{ ID: 495, DisplayName: "Nether Wart Block", Name: "nether_wart_block", StackSize: 64, } WarpedWartBlock = Item{ ID: 496, DisplayName: "Warped Wart Block", Name: "warped_wart_block", StackSize: 64, } RedNetherBricks = Item{ ID: 497, DisplayName: "Red Nether Bricks", Name: "red_nether_bricks", StackSize: 64, } BoneBlock = Item{ ID: 498, DisplayName: "Bone Block", Name: "bone_block", StackSize: 64, } StructureVoid = Item{ ID: 499, DisplayName: "Structure Void", Name: "structure_void", StackSize: 64, } ShulkerBox = Item{ ID: 500, DisplayName: "Shulker Box", Name: "shulker_box", StackSize: 1, } WhiteShulkerBox = Item{ ID: 501, DisplayName: "White Shulker Box", Name: "white_shulker_box", StackSize: 1, } OrangeShulkerBox = Item{ ID: 502, DisplayName: "Orange Shulker Box", Name: "orange_shulker_box", StackSize: 1, } MagentaShulkerBox = Item{ ID: 503, DisplayName: "Magenta Shulker Box", Name: "magenta_shulker_box", StackSize: 1, } LightBlueShulkerBox = Item{ ID: 504, DisplayName: "Light Blue Shulker Box", Name: "light_blue_shulker_box", StackSize: 1, } YellowShulkerBox = Item{ ID: 505, DisplayName: "Yellow Shulker Box", Name: "yellow_shulker_box", StackSize: 1, } LimeShulkerBox = Item{ ID: 506, DisplayName: "Lime Shulker Box", Name: "lime_shulker_box", StackSize: 1, } PinkShulkerBox = Item{ ID: 507, DisplayName: "Pink Shulker Box", Name: "pink_shulker_box", StackSize: 1, } GrayShulkerBox = Item{ ID: 508, DisplayName: "Gray Shulker Box", Name: "gray_shulker_box", StackSize: 1, } LightGrayShulkerBox = Item{ ID: 509, DisplayName: "Light Gray Shulker Box", Name: "light_gray_shulker_box", StackSize: 1, } CyanShulkerBox = Item{ ID: 510, DisplayName: "Cyan Shulker Box", Name: "cyan_shulker_box", StackSize: 1, } PurpleShulkerBox = Item{ ID: 511, DisplayName: "Purple Shulker Box", Name: "purple_shulker_box", StackSize: 1, } BlueShulkerBox = Item{ ID: 512, DisplayName: "Blue Shulker Box", Name: "blue_shulker_box", StackSize: 1, } BrownShulkerBox = Item{ ID: 513, DisplayName: "Brown Shulker Box", Name: "brown_shulker_box", StackSize: 1, } GreenShulkerBox = Item{ ID: 514, DisplayName: "Green Shulker Box", Name: "green_shulker_box", StackSize: 1, } RedShulkerBox = Item{ ID: 515, DisplayName: "Red Shulker Box", Name: "red_shulker_box", StackSize: 1, } BlackShulkerBox = Item{ ID: 516, DisplayName: "Black Shulker Box", Name: "black_shulker_box", StackSize: 1, } WhiteGlazedTerracotta = Item{ ID: 517, DisplayName: "White Glazed Terracotta", Name: "white_glazed_terracotta", StackSize: 64, } OrangeGlazedTerracotta = Item{ ID: 518, DisplayName: "Orange Glazed Terracotta", Name: "orange_glazed_terracotta", StackSize: 64, } MagentaGlazedTerracotta = Item{ ID: 519, DisplayName: "Magenta Glazed Terracotta", Name: "magenta_glazed_terracotta", StackSize: 64, } LightBlueGlazedTerracotta = Item{ ID: 520, DisplayName: "Light Blue Glazed Terracotta", Name: "light_blue_glazed_terracotta", StackSize: 64, } YellowGlazedTerracotta = Item{ ID: 521, DisplayName: "Yellow Glazed Terracotta", Name: "yellow_glazed_terracotta", StackSize: 64, } LimeGlazedTerracotta = Item{ ID: 522, DisplayName: "Lime Glazed Terracotta", Name: "lime_glazed_terracotta", StackSize: 64, } PinkGlazedTerracotta = Item{ ID: 523, DisplayName: "Pink Glazed Terracotta", Name: "pink_glazed_terracotta", StackSize: 64, } GrayGlazedTerracotta = Item{ ID: 524, DisplayName: "Gray Glazed Terracotta", Name: "gray_glazed_terracotta", StackSize: 64, } LightGrayGlazedTerracotta = Item{ ID: 525, DisplayName: "Light Gray Glazed Terracotta", Name: "light_gray_glazed_terracotta", StackSize: 64, } CyanGlazedTerracotta = Item{ ID: 526, DisplayName: "Cyan Glazed Terracotta", Name: "cyan_glazed_terracotta", StackSize: 64, } PurpleGlazedTerracotta = Item{ ID: 527, DisplayName: "Purple Glazed Terracotta", Name: "purple_glazed_terracotta", StackSize: 64, } BlueGlazedTerracotta = Item{ ID: 528, DisplayName: "Blue Glazed Terracotta", Name: "blue_glazed_terracotta", StackSize: 64, } BrownGlazedTerracotta = Item{ ID: 529, DisplayName: "Brown Glazed Terracotta", Name: "brown_glazed_terracotta", StackSize: 64, } GreenGlazedTerracotta = Item{ ID: 530, DisplayName: "Green Glazed Terracotta", Name: "green_glazed_terracotta", StackSize: 64, } RedGlazedTerracotta = Item{ ID: 531, DisplayName: "Red Glazed Terracotta", Name: "red_glazed_terracotta", StackSize: 64, } BlackGlazedTerracotta = Item{ ID: 532, DisplayName: "Black Glazed Terracotta", Name: "black_glazed_terracotta", StackSize: 64, } WhiteConcrete = Item{ ID: 533, DisplayName: "White Concrete", Name: "white_concrete", StackSize: 64, } OrangeConcrete = Item{ ID: 534, DisplayName: "Orange Concrete", Name: "orange_concrete", StackSize: 64, } MagentaConcrete = Item{ ID: 535, DisplayName: "Magenta Concrete", Name: "magenta_concrete", StackSize: 64, } LightBlueConcrete = Item{ ID: 536, DisplayName: "Light Blue Concrete", Name: "light_blue_concrete", StackSize: 64, } YellowConcrete = Item{ ID: 537, DisplayName: "Yellow Concrete", Name: "yellow_concrete", StackSize: 64, } LimeConcrete = Item{ ID: 538, DisplayName: "Lime Concrete", Name: "lime_concrete", StackSize: 64, } PinkConcrete = Item{ ID: 539, DisplayName: "Pink Concrete", Name: "pink_concrete", StackSize: 64, } GrayConcrete = Item{ ID: 540, DisplayName: "Gray Concrete", Name: "gray_concrete", StackSize: 64, } LightGrayConcrete = Item{ ID: 541, DisplayName: "Light Gray Concrete", Name: "light_gray_concrete", StackSize: 64, } CyanConcrete = Item{ ID: 542, DisplayName: "Cyan Concrete", Name: "cyan_concrete", StackSize: 64, } PurpleConcrete = Item{ ID: 543, DisplayName: "Purple Concrete", Name: "purple_concrete", StackSize: 64, } BlueConcrete = Item{ ID: 544, DisplayName: "Blue Concrete", Name: "blue_concrete", StackSize: 64, } BrownConcrete = Item{ ID: 545, DisplayName: "Brown Concrete", Name: "brown_concrete", StackSize: 64, } GreenConcrete = Item{ ID: 546, DisplayName: "Green Concrete", Name: "green_concrete", StackSize: 64, } RedConcrete = Item{ ID: 547, DisplayName: "Red Concrete", Name: "red_concrete", StackSize: 64, } BlackConcrete = Item{ ID: 548, DisplayName: "Black Concrete", Name: "black_concrete", StackSize: 64, } WhiteConcretePowder = Item{ ID: 549, DisplayName: "White Concrete Powder", Name: "white_concrete_powder", StackSize: 64, } OrangeConcretePowder = Item{ ID: 550, DisplayName: "Orange Concrete Powder", Name: "orange_concrete_powder", StackSize: 64, } MagentaConcretePowder = Item{ ID: 551, DisplayName: "Magenta Concrete Powder", Name: "magenta_concrete_powder", StackSize: 64, } LightBlueConcretePowder = Item{ ID: 552, DisplayName: "Light Blue Concrete Powder", Name: "light_blue_concrete_powder", StackSize: 64, } YellowConcretePowder = Item{ ID: 553, DisplayName: "Yellow Concrete Powder", Name: "yellow_concrete_powder", StackSize: 64, } LimeConcretePowder = Item{ ID: 554, DisplayName: "Lime Concrete Powder", Name: "lime_concrete_powder", StackSize: 64, } PinkConcretePowder = Item{ ID: 555, DisplayName: "Pink Concrete Powder", Name: "pink_concrete_powder", StackSize: 64, } GrayConcretePowder = Item{ ID: 556, DisplayName: "Gray Concrete Powder", Name: "gray_concrete_powder", StackSize: 64, } LightGrayConcretePowder = Item{ ID: 557, DisplayName: "Light Gray Concrete Powder", Name: "light_gray_concrete_powder", StackSize: 64, } CyanConcretePowder = Item{ ID: 558, DisplayName: "Cyan Concrete Powder", Name: "cyan_concrete_powder", StackSize: 64, } PurpleConcretePowder = Item{ ID: 559, DisplayName: "Purple Concrete Powder", Name: "purple_concrete_powder", StackSize: 64, } BlueConcretePowder = Item{ ID: 560, DisplayName: "Blue Concrete Powder", Name: "blue_concrete_powder", StackSize: 64, } BrownConcretePowder = Item{ ID: 561, DisplayName: "Brown Concrete Powder", Name: "brown_concrete_powder", StackSize: 64, } GreenConcretePowder = Item{ ID: 562, DisplayName: "Green Concrete Powder", Name: "green_concrete_powder", StackSize: 64, } RedConcretePowder = Item{ ID: 563, DisplayName: "Red Concrete Powder", Name: "red_concrete_powder", StackSize: 64, } BlackConcretePowder = Item{ ID: 564, DisplayName: "Black Concrete Powder", Name: "black_concrete_powder", StackSize: 64, } TurtleEgg = Item{ ID: 565, DisplayName: "Turtle Egg", Name: "turtle_egg", StackSize: 64, } SnifferEgg = Item{ ID: 566, DisplayName: "Sniffer Egg", Name: "sniffer_egg", StackSize: 64, } DeadTubeCoralBlock = Item{ ID: 567, DisplayName: "Dead Tube Coral Block", Name: "dead_tube_coral_block", StackSize: 64, } DeadBrainCoralBlock = Item{ ID: 568, DisplayName: "Dead Brain Coral Block", Name: "dead_brain_coral_block", StackSize: 64, } DeadBubbleCoralBlock = Item{ ID: 569, DisplayName: "Dead Bubble Coral Block", Name: "dead_bubble_coral_block", StackSize: 64, } DeadFireCoralBlock = Item{ ID: 570, DisplayName: "Dead Fire Coral Block", Name: "dead_fire_coral_block", StackSize: 64, } DeadHornCoralBlock = Item{ ID: 571, DisplayName: "Dead Horn Coral Block", Name: "dead_horn_coral_block", StackSize: 64, } TubeCoralBlock = Item{ ID: 572, DisplayName: "Tube Coral Block", Name: "tube_coral_block", StackSize: 64, } BrainCoralBlock = Item{ ID: 573, DisplayName: "Brain Coral Block", Name: "brain_coral_block", StackSize: 64, } BubbleCoralBlock = Item{ ID: 574, DisplayName: "Bubble Coral Block", Name: "bubble_coral_block", StackSize: 64, } FireCoralBlock = Item{ ID: 575, DisplayName: "Fire Coral Block", Name: "fire_coral_block", StackSize: 64, } HornCoralBlock = Item{ ID: 576, DisplayName: "Horn Coral Block", Name: "horn_coral_block", StackSize: 64, } TubeCoral = Item{ ID: 577, DisplayName: "Tube Coral", Name: "tube_coral", StackSize: 64, } BrainCoral = Item{ ID: 578, DisplayName: "Brain Coral", Name: "brain_coral", StackSize: 64, } BubbleCoral = Item{ ID: 579, DisplayName: "Bubble Coral", Name: "bubble_coral", StackSize: 64, } FireCoral = Item{ ID: 580, DisplayName: "Fire Coral", Name: "fire_coral", StackSize: 64, } HornCoral = Item{ ID: 581, DisplayName: "Horn Coral", Name: "horn_coral", StackSize: 64, } DeadBrainCoral = Item{ ID: 582, DisplayName: "Dead Brain Coral", Name: "dead_brain_coral", StackSize: 64, } DeadBubbleCoral = Item{ ID: 583, DisplayName: "Dead Bubble Coral", Name: "dead_bubble_coral", StackSize: 64, } DeadFireCoral = Item{ ID: 584, DisplayName: "Dead Fire Coral", Name: "dead_fire_coral", StackSize: 64, } DeadHornCoral = Item{ ID: 585, DisplayName: "Dead Horn Coral", Name: "dead_horn_coral", StackSize: 64, } DeadTubeCoral = Item{ ID: 586, DisplayName: "Dead Tube Coral", Name: "dead_tube_coral", StackSize: 64, } TubeCoralFan = Item{ ID: 587, DisplayName: "Tube Coral Fan", Name: "tube_coral_fan", StackSize: 64, } BrainCoralFan = Item{ ID: 588, DisplayName: "Brain Coral Fan", Name: "brain_coral_fan", StackSize: 64, } BubbleCoralFan = Item{ ID: 589, DisplayName: "Bubble Coral Fan", Name: "bubble_coral_fan", StackSize: 64, } FireCoralFan = Item{ ID: 590, DisplayName: "Fire Coral Fan", Name: "fire_coral_fan", StackSize: 64, } HornCoralFan = Item{ ID: 591, DisplayName: "Horn Coral Fan", Name: "horn_coral_fan", StackSize: 64, } DeadTubeCoralFan = Item{ ID: 592, DisplayName: "Dead Tube Coral Fan", Name: "dead_tube_coral_fan", StackSize: 64, } DeadBrainCoralFan = Item{ ID: 593, DisplayName: "Dead Brain Coral Fan", Name: "dead_brain_coral_fan", StackSize: 64, } DeadBubbleCoralFan = Item{ ID: 594, DisplayName: "Dead Bubble Coral Fan", Name: "dead_bubble_coral_fan", StackSize: 64, } DeadFireCoralFan = Item{ ID: 595, DisplayName: "Dead Fire Coral Fan", Name: "dead_fire_coral_fan", StackSize: 64, } DeadHornCoralFan = Item{ ID: 596, DisplayName: "Dead Horn Coral Fan", Name: "dead_horn_coral_fan", StackSize: 64, } BlueIce = Item{ ID: 597, DisplayName: "Blue Ice", Name: "blue_ice", StackSize: 64, } Conduit = Item{ ID: 598, DisplayName: "Conduit", Name: "conduit", StackSize: 64, } PolishedGraniteStairs = Item{ ID: 599, DisplayName: "Polished Granite Stairs", Name: "polished_granite_stairs", StackSize: 64, } SmoothRedSandstoneStairs = Item{ ID: 600, DisplayName: "Smooth Red Sandstone Stairs", Name: "smooth_red_sandstone_stairs", StackSize: 64, } MossyStoneBrickStairs = Item{ ID: 601, DisplayName: "Mossy Stone Brick Stairs", Name: "mossy_stone_brick_stairs", StackSize: 64, } PolishedDioriteStairs = Item{ ID: 602, DisplayName: "Polished Diorite Stairs", Name: "polished_diorite_stairs", StackSize: 64, } MossyCobblestoneStairs = Item{ ID: 603, DisplayName: "Mossy Cobblestone Stairs", Name: "mossy_cobblestone_stairs", StackSize: 64, } EndStoneBrickStairs = Item{ ID: 604, DisplayName: "End Stone Brick Stairs", Name: "end_stone_brick_stairs", StackSize: 64, } StoneStairs = Item{ ID: 605, DisplayName: "Stone Stairs", Name: "stone_stairs", StackSize: 64, } SmoothSandstoneStairs = Item{ ID: 606, DisplayName: "Smooth Sandstone Stairs", Name: "smooth_sandstone_stairs", StackSize: 64, } SmoothQuartzStairs = Item{ ID: 607, DisplayName: "Smooth Quartz Stairs", Name: "smooth_quartz_stairs", StackSize: 64, } GraniteStairs = Item{ ID: 608, DisplayName: "Granite Stairs", Name: "granite_stairs", StackSize: 64, } AndesiteStairs = Item{ ID: 609, DisplayName: "Andesite Stairs", Name: "andesite_stairs", StackSize: 64, } RedNetherBrickStairs = Item{ ID: 610, DisplayName: "Red Nether Brick Stairs", Name: "red_nether_brick_stairs", StackSize: 64, } PolishedAndesiteStairs = Item{ ID: 611, DisplayName: "Polished Andesite Stairs", Name: "polished_andesite_stairs", StackSize: 64, } DioriteStairs = Item{ ID: 612, DisplayName: "Diorite Stairs", Name: "diorite_stairs", StackSize: 64, } CobbledDeepslateStairs = Item{ ID: 613, DisplayName: "Cobbled Deepslate Stairs", Name: "cobbled_deepslate_stairs", StackSize: 64, } PolishedDeepslateStairs = Item{ ID: 614, DisplayName: "Polished Deepslate Stairs", Name: "polished_deepslate_stairs", StackSize: 64, } DeepslateBrickStairs = Item{ ID: 615, DisplayName: "Deepslate Brick Stairs", Name: "deepslate_brick_stairs", StackSize: 64, } DeepslateTileStairs = Item{ ID: 616, DisplayName: "Deepslate Tile Stairs", Name: "deepslate_tile_stairs", StackSize: 64, } PolishedGraniteSlab = Item{ ID: 617, DisplayName: "Polished Granite Slab", Name: "polished_granite_slab", StackSize: 64, } SmoothRedSandstoneSlab = Item{ ID: 618, DisplayName: "Smooth Red Sandstone Slab", Name: "smooth_red_sandstone_slab", StackSize: 64, } MossyStoneBrickSlab = Item{ ID: 619, DisplayName: "Mossy Stone Brick Slab", Name: "mossy_stone_brick_slab", StackSize: 64, } PolishedDioriteSlab = Item{ ID: 620, DisplayName: "Polished Diorite Slab", Name: "polished_diorite_slab", StackSize: 64, } MossyCobblestoneSlab = Item{ ID: 621, DisplayName: "Mossy Cobblestone Slab", Name: "mossy_cobblestone_slab", StackSize: 64, } EndStoneBrickSlab = Item{ ID: 622, DisplayName: "End Stone Brick Slab", Name: "end_stone_brick_slab", StackSize: 64, } SmoothSandstoneSlab = Item{ ID: 623, DisplayName: "Smooth Sandstone Slab", Name: "smooth_sandstone_slab", StackSize: 64, } SmoothQuartzSlab = Item{ ID: 624, DisplayName: "Smooth Quartz Slab", Name: "smooth_quartz_slab", StackSize: 64, } GraniteSlab = Item{ ID: 625, DisplayName: "Granite Slab", Name: "granite_slab", StackSize: 64, } AndesiteSlab = Item{ ID: 626, DisplayName: "Andesite Slab", Name: "andesite_slab", StackSize: 64, } RedNetherBrickSlab = Item{ ID: 627, DisplayName: "Red Nether Brick Slab", Name: "red_nether_brick_slab", StackSize: 64, } PolishedAndesiteSlab = Item{ ID: 628, DisplayName: "Polished Andesite Slab", Name: "polished_andesite_slab", StackSize: 64, } DioriteSlab = Item{ ID: 629, DisplayName: "Diorite Slab", Name: "diorite_slab", StackSize: 64, } CobbledDeepslateSlab = Item{ ID: 630, DisplayName: "Cobbled Deepslate Slab", Name: "cobbled_deepslate_slab", StackSize: 64, } PolishedDeepslateSlab = Item{ ID: 631, DisplayName: "Polished Deepslate Slab", Name: "polished_deepslate_slab", StackSize: 64, } DeepslateBrickSlab = Item{ ID: 632, DisplayName: "Deepslate Brick Slab", Name: "deepslate_brick_slab", StackSize: 64, } DeepslateTileSlab = Item{ ID: 633, DisplayName: "Deepslate Tile Slab", Name: "deepslate_tile_slab", StackSize: 64, } Scaffolding = Item{ ID: 634, DisplayName: "Scaffolding", Name: "scaffolding", StackSize: 64, } Redstone = Item{ ID: 635, DisplayName: "Redstone Dust", Name: "redstone", StackSize: 64, } RedstoneTorch = Item{ ID: 636, DisplayName: "Redstone Torch", Name: "redstone_torch", StackSize: 64, } RedstoneBlock = Item{ ID: 637, DisplayName: "Block of Redstone", Name: "redstone_block", StackSize: 64, } Repeater = Item{ ID: 638, DisplayName: "Redstone Repeater", Name: "repeater", StackSize: 64, } Comparator = Item{ ID: 639, DisplayName: "Redstone Comparator", Name: "comparator", StackSize: 64, } Piston = Item{ ID: 640, DisplayName: "Piston", Name: "piston", StackSize: 64, } StickyPiston = Item{ ID: 641, DisplayName: "Sticky Piston", Name: "sticky_piston", StackSize: 64, } SlimeBlock = Item{ ID: 642, DisplayName: "Slime Block", Name: "slime_block", StackSize: 64, } HoneyBlock = Item{ ID: 643, DisplayName: "Honey Block", Name: "honey_block", StackSize: 64, } Observer = Item{ ID: 644, DisplayName: "Observer", Name: "observer", StackSize: 64, } Hopper = Item{ ID: 645, DisplayName: "Hopper", Name: "hopper", StackSize: 64, } Dispenser = Item{ ID: 646, DisplayName: "Dispenser", Name: "dispenser", StackSize: 64, } Dropper = Item{ ID: 647, DisplayName: "Dropper", Name: "dropper", StackSize: 64, } Lectern = Item{ ID: 648, DisplayName: "Lectern", Name: "lectern", StackSize: 64, } Target = Item{ ID: 649, DisplayName: "Target", Name: "target", StackSize: 64, } Lever = Item{ ID: 650, DisplayName: "Lever", Name: "lever", StackSize: 64, } LightningRod = Item{ ID: 651, DisplayName: "Lightning Rod", Name: "lightning_rod", StackSize: 64, } DaylightDetector = Item{ ID: 652, DisplayName: "Daylight Detector", Name: "daylight_detector", StackSize: 64, } SculkSensor = Item{ ID: 653, DisplayName: "Sculk Sensor", Name: "sculk_sensor", StackSize: 64, } CalibratedSculkSensor = Item{ ID: 654, DisplayName: "Calibrated Sculk Sensor", Name: "calibrated_sculk_sensor", StackSize: 64, } TripwireHook = Item{ ID: 655, DisplayName: "Tripwire Hook", Name: "tripwire_hook", StackSize: 64, } TrappedChest = Item{ ID: 656, DisplayName: "Trapped Chest", Name: "trapped_chest", StackSize: 64, } Tnt = Item{ ID: 657, DisplayName: "TNT", Name: "tnt", StackSize: 64, } RedstoneLamp = Item{ ID: 658, DisplayName: "Redstone Lamp", Name: "redstone_lamp", StackSize: 64, } NoteBlock = Item{ ID: 659, DisplayName: "Note Block", Name: "note_block", StackSize: 64, } StoneButton = Item{ ID: 660, DisplayName: "Stone Button", Name: "stone_button", StackSize: 64, } PolishedBlackstoneButton = Item{ ID: 661, DisplayName: "Polished Blackstone Button", Name: "polished_blackstone_button", StackSize: 64, } OakButton = Item{ ID: 662, DisplayName: "Oak Button", Name: "oak_button", StackSize: 64, } SpruceButton = Item{ ID: 663, DisplayName: "Spruce Button", Name: "spruce_button", StackSize: 64, } BirchButton = Item{ ID: 664, DisplayName: "Birch Button", Name: "birch_button", StackSize: 64, } JungleButton = Item{ ID: 665, DisplayName: "Jungle Button", Name: "jungle_button", StackSize: 64, } AcaciaButton = Item{ ID: 666, DisplayName: "Acacia Button", Name: "acacia_button", StackSize: 64, } CherryButton = Item{ ID: 667, DisplayName: "Cherry Button", Name: "cherry_button", StackSize: 64, } DarkOakButton = Item{ ID: 668, DisplayName: "Dark Oak Button", Name: "dark_oak_button", StackSize: 64, } MangroveButton = Item{ ID: 669, DisplayName: "Mangrove Button", Name: "mangrove_button", StackSize: 64, } BambooButton = Item{ ID: 670, DisplayName: "Bamboo Button", Name: "bamboo_button", StackSize: 64, } CrimsonButton = Item{ ID: 671, DisplayName: "Crimson Button", Name: "crimson_button", StackSize: 64, } WarpedButton = Item{ ID: 672, DisplayName: "Warped Button", Name: "warped_button", StackSize: 64, } StonePressurePlate = Item{ ID: 673, DisplayName: "Stone Pressure Plate", Name: "stone_pressure_plate", StackSize: 64, } PolishedBlackstonePressurePlate = Item{ ID: 674, DisplayName: "Polished Blackstone Pressure Plate", Name: "polished_blackstone_pressure_plate", StackSize: 64, } LightWeightedPressurePlate = Item{ ID: 675, DisplayName: "Light Weighted Pressure Plate", Name: "light_weighted_pressure_plate", StackSize: 64, } HeavyWeightedPressurePlate = Item{ ID: 676, DisplayName: "Heavy Weighted Pressure Plate", Name: "heavy_weighted_pressure_plate", StackSize: 64, } OakPressurePlate = Item{ ID: 677, DisplayName: "Oak Pressure Plate", Name: "oak_pressure_plate", StackSize: 64, } SprucePressurePlate = Item{ ID: 678, DisplayName: "Spruce Pressure Plate", Name: "spruce_pressure_plate", StackSize: 64, } BirchPressurePlate = Item{ ID: 679, DisplayName: "Birch Pressure Plate", Name: "birch_pressure_plate", StackSize: 64, } JunglePressurePlate = Item{ ID: 680, DisplayName: "Jungle Pressure Plate", Name: "jungle_pressure_plate", StackSize: 64, } AcaciaPressurePlate = Item{ ID: 681, DisplayName: "Acacia Pressure Plate", Name: "acacia_pressure_plate", StackSize: 64, } CherryPressurePlate = Item{ ID: 682, DisplayName: "Cherry Pressure Plate", Name: "cherry_pressure_plate", StackSize: 64, } DarkOakPressurePlate = Item{ ID: 683, DisplayName: "Dark Oak Pressure Plate", Name: "dark_oak_pressure_plate", StackSize: 64, } MangrovePressurePlate = Item{ ID: 684, DisplayName: "Mangrove Pressure Plate", Name: "mangrove_pressure_plate", StackSize: 64, } BambooPressurePlate = Item{ ID: 685, DisplayName: "Bamboo Pressure Plate", Name: "bamboo_pressure_plate", StackSize: 64, } CrimsonPressurePlate = Item{ ID: 686, DisplayName: "Crimson Pressure Plate", Name: "crimson_pressure_plate", StackSize: 64, } WarpedPressurePlate = Item{ ID: 687, DisplayName: "Warped Pressure Plate", Name: "warped_pressure_plate", StackSize: 64, } IronDoor = Item{ ID: 688, DisplayName: "Iron Door", Name: "iron_door", StackSize: 64, } OakDoor = Item{ ID: 689, DisplayName: "Oak Door", Name: "oak_door", StackSize: 64, } SpruceDoor = Item{ ID: 690, DisplayName: "Spruce Door", Name: "spruce_door", StackSize: 64, } BirchDoor = Item{ ID: 691, DisplayName: "Birch Door", Name: "birch_door", StackSize: 64, } JungleDoor = Item{ ID: 692, DisplayName: "Jungle Door", Name: "jungle_door", StackSize: 64, } AcaciaDoor = Item{ ID: 693, DisplayName: "Acacia Door", Name: "acacia_door", StackSize: 64, } CherryDoor = Item{ ID: 694, DisplayName: "Cherry Door", Name: "cherry_door", StackSize: 64, } DarkOakDoor = Item{ ID: 695, DisplayName: "Dark Oak Door", Name: "dark_oak_door", StackSize: 64, } MangroveDoor = Item{ ID: 696, DisplayName: "Mangrove Door", Name: "mangrove_door", StackSize: 64, } BambooDoor = Item{ ID: 697, DisplayName: "Bamboo Door", Name: "bamboo_door", StackSize: 64, } CrimsonDoor = Item{ ID: 698, DisplayName: "Crimson Door", Name: "crimson_door", StackSize: 64, } WarpedDoor = Item{ ID: 699, DisplayName: "Warped Door", Name: "warped_door", StackSize: 64, } IronTrapdoor = Item{ ID: 700, DisplayName: "Iron Trapdoor", Name: "iron_trapdoor", StackSize: 64, } OakTrapdoor = Item{ ID: 701, DisplayName: "Oak Trapdoor", Name: "oak_trapdoor", StackSize: 64, } SpruceTrapdoor = Item{ ID: 702, DisplayName: "Spruce Trapdoor", Name: "spruce_trapdoor", StackSize: 64, } BirchTrapdoor = Item{ ID: 703, DisplayName: "Birch Trapdoor", Name: "birch_trapdoor", StackSize: 64, } JungleTrapdoor = Item{ ID: 704, DisplayName: "Jungle Trapdoor", Name: "jungle_trapdoor", StackSize: 64, } AcaciaTrapdoor = Item{ ID: 705, DisplayName: "Acacia Trapdoor", Name: "acacia_trapdoor", StackSize: 64, } CherryTrapdoor = Item{ ID: 706, DisplayName: "Cherry Trapdoor", Name: "cherry_trapdoor", StackSize: 64, } DarkOakTrapdoor = Item{ ID: 707, DisplayName: "Dark Oak Trapdoor", Name: "dark_oak_trapdoor", StackSize: 64, } MangroveTrapdoor = Item{ ID: 708, DisplayName: "Mangrove Trapdoor", Name: "mangrove_trapdoor", StackSize: 64, } BambooTrapdoor = Item{ ID: 709, DisplayName: "Bamboo Trapdoor", Name: "bamboo_trapdoor", StackSize: 64, } CrimsonTrapdoor = Item{ ID: 710, DisplayName: "Crimson Trapdoor", Name: "crimson_trapdoor", StackSize: 64, } WarpedTrapdoor = Item{ ID: 711, DisplayName: "Warped Trapdoor", Name: "warped_trapdoor", StackSize: 64, } OakFenceGate = Item{ ID: 712, DisplayName: "Oak Fence Gate", Name: "oak_fence_gate", StackSize: 64, } SpruceFenceGate = Item{ ID: 713, DisplayName: "Spruce Fence Gate", Name: "spruce_fence_gate", StackSize: 64, } BirchFenceGate = Item{ ID: 714, DisplayName: "Birch Fence Gate", Name: "birch_fence_gate", StackSize: 64, } JungleFenceGate = Item{ ID: 715, DisplayName: "Jungle Fence Gate", Name: "jungle_fence_gate", StackSize: 64, } AcaciaFenceGate = Item{ ID: 716, DisplayName: "Acacia Fence Gate", Name: "acacia_fence_gate", StackSize: 64, } CherryFenceGate = Item{ ID: 717, DisplayName: "Cherry Fence Gate", Name: "cherry_fence_gate", StackSize: 64, } DarkOakFenceGate = Item{ ID: 718, DisplayName: "Dark Oak Fence Gate", Name: "dark_oak_fence_gate", StackSize: 64, } MangroveFenceGate = Item{ ID: 719, DisplayName: "Mangrove Fence Gate", Name: "mangrove_fence_gate", StackSize: 64, } BambooFenceGate = Item{ ID: 720, DisplayName: "Bamboo Fence Gate", Name: "bamboo_fence_gate", StackSize: 64, } CrimsonFenceGate = Item{ ID: 721, DisplayName: "Crimson Fence Gate", Name: "crimson_fence_gate", StackSize: 64, } WarpedFenceGate = Item{ ID: 722, DisplayName: "Warped Fence Gate", Name: "warped_fence_gate", StackSize: 64, } PoweredRail = Item{ ID: 723, DisplayName: "Powered Rail", Name: "powered_rail", StackSize: 64, } DetectorRail = Item{ ID: 724, DisplayName: "Detector Rail", Name: "detector_rail", StackSize: 64, } Rail = Item{ ID: 725, DisplayName: "Rail", Name: "rail", StackSize: 64, } ActivatorRail = Item{ ID: 726, DisplayName: "Activator Rail", Name: "activator_rail", StackSize: 64, } Saddle = Item{ ID: 727, DisplayName: "Saddle", Name: "saddle", StackSize: 1, } Minecart = Item{ ID: 728, DisplayName: "Minecart", Name: "minecart", StackSize: 1, } ChestMinecart = Item{ ID: 729, DisplayName: "Minecart with Chest", Name: "chest_minecart", StackSize: 1, } FurnaceMinecart = Item{ ID: 730, DisplayName: "Minecart with Furnace", Name: "furnace_minecart", StackSize: 1, } TntMinecart = Item{ ID: 731, DisplayName: "Minecart with TNT", Name: "tnt_minecart", StackSize: 1, } HopperMinecart = Item{ ID: 732, DisplayName: "Minecart with Hopper", Name: "hopper_minecart", StackSize: 1, } CarrotOnAStick = Item{ ID: 733, DisplayName: "Carrot on a Stick", Name: "carrot_on_a_stick", StackSize: 1, } WarpedFungusOnAStick = Item{ ID: 734, DisplayName: "Warped Fungus on a Stick", Name: "warped_fungus_on_a_stick", StackSize: 1, } Elytra = Item{ ID: 735, DisplayName: "Elytra", Name: "elytra", StackSize: 1, } OakBoat = Item{ ID: 736, DisplayName: "Oak Boat", Name: "oak_boat", StackSize: 1, } OakChestBoat = Item{ ID: 737, DisplayName: "Oak Boat with Chest", Name: "oak_chest_boat", StackSize: 1, } SpruceBoat = Item{ ID: 738, DisplayName: "Spruce Boat", Name: "spruce_boat", StackSize: 1, } SpruceChestBoat = Item{ ID: 739, DisplayName: "Spruce Boat with Chest", Name: "spruce_chest_boat", StackSize: 1, } BirchBoat = Item{ ID: 740, DisplayName: "Birch Boat", Name: "birch_boat", StackSize: 1, } BirchChestBoat = Item{ ID: 741, DisplayName: "Birch Boat with Chest", Name: "birch_chest_boat", StackSize: 1, } JungleBoat = Item{ ID: 742, DisplayName: "Jungle Boat", Name: "jungle_boat", StackSize: 1, } JungleChestBoat = Item{ ID: 743, DisplayName: "Jungle Boat with Chest", Name: "jungle_chest_boat", StackSize: 1, } AcaciaBoat = Item{ ID: 744, DisplayName: "Acacia Boat", Name: "acacia_boat", StackSize: 1, } AcaciaChestBoat = Item{ ID: 745, DisplayName: "Acacia Boat with Chest", Name: "acacia_chest_boat", StackSize: 1, } CherryBoat = Item{ ID: 746, DisplayName: "Cherry Boat", Name: "cherry_boat", StackSize: 1, } CherryChestBoat = Item{ ID: 747, DisplayName: "Cherry Boat with Chest", Name: "cherry_chest_boat", StackSize: 1, } DarkOakBoat = Item{ ID: 748, DisplayName: "Dark Oak Boat", Name: "dark_oak_boat", StackSize: 1, } DarkOakChestBoat = Item{ ID: 749, DisplayName: "Dark Oak Boat with Chest", Name: "dark_oak_chest_boat", StackSize: 1, } MangroveBoat = Item{ ID: 750, DisplayName: "Mangrove Boat", Name: "mangrove_boat", StackSize: 1, } MangroveChestBoat = Item{ ID: 751, DisplayName: "Mangrove Boat with Chest", Name: "mangrove_chest_boat", StackSize: 1, } BambooRaft = Item{ ID: 752, DisplayName: "Bamboo Raft", Name: "bamboo_raft", StackSize: 1, } BambooChestRaft = Item{ ID: 753, DisplayName: "Bamboo Raft with Chest", Name: "bamboo_chest_raft", StackSize: 1, } StructureBlock = Item{ ID: 754, DisplayName: "Structure Block", Name: "structure_block", StackSize: 64, } Jigsaw = Item{ ID: 755, DisplayName: "Jigsaw Block", Name: "jigsaw", StackSize: 64, } TurtleHelmet = Item{ ID: 756, DisplayName: "Turtle Shell", Name: "turtle_helmet", StackSize: 1, } Scute = Item{ ID: 757, DisplayName: "Scute", Name: "scute", StackSize: 64, } FlintAndSteel = Item{ ID: 758, DisplayName: "Flint and Steel", Name: "flint_and_steel", StackSize: 1, } Apple = Item{ ID: 759, DisplayName: "Apple", Name: "apple", StackSize: 64, } Bow = Item{ ID: 760, DisplayName: "Bow", Name: "bow", StackSize: 1, } Arrow = Item{ ID: 761, DisplayName: "Arrow", Name: "arrow", StackSize: 64, } Coal = Item{ ID: 762, DisplayName: "Coal", Name: "coal", StackSize: 64, } Charcoal = Item{ ID: 763, DisplayName: "Charcoal", Name: "charcoal", StackSize: 64, } Diamond = Item{ ID: 764, DisplayName: "Diamond", Name: "diamond", StackSize: 64, } Emerald = Item{ ID: 765, DisplayName: "Emerald", Name: "emerald", StackSize: 64, } LapisLazuli = Item{ ID: 766, DisplayName: "Lapis Lazuli", Name: "lapis_lazuli", StackSize: 64, } Quartz = Item{ ID: 767, DisplayName: "Nether Quartz", Name: "quartz", StackSize: 64, } AmethystShard = Item{ ID: 768, DisplayName: "Amethyst Shard", Name: "amethyst_shard", StackSize: 64, } RawIron = Item{ ID: 769, DisplayName: "Raw Iron", Name: "raw_iron", StackSize: 64, } IronIngot = Item{ ID: 770, DisplayName: "Iron Ingot", Name: "iron_ingot", StackSize: 64, } RawCopper = Item{ ID: 771, DisplayName: "Raw Copper", Name: "raw_copper", StackSize: 64, } CopperIngot = Item{ ID: 772, DisplayName: "Copper Ingot", Name: "copper_ingot", StackSize: 64, } RawGold = Item{ ID: 773, DisplayName: "Raw Gold", Name: "raw_gold", StackSize: 64, } GoldIngot = Item{ ID: 774, DisplayName: "Gold Ingot", Name: "gold_ingot", StackSize: 64, } NetheriteIngot = Item{ ID: 775, DisplayName: "Netherite Ingot", Name: "netherite_ingot", StackSize: 64, } NetheriteScrap = Item{ ID: 776, DisplayName: "Netherite Scrap", Name: "netherite_scrap", StackSize: 64, } WoodenSword = Item{ ID: 777, DisplayName: "Wooden Sword", Name: "wooden_sword", StackSize: 1, } WoodenShovel = Item{ ID: 778, DisplayName: "Wooden Shovel", Name: "wooden_shovel", StackSize: 1, } WoodenPickaxe = Item{ ID: 779, DisplayName: "Wooden Pickaxe", Name: "wooden_pickaxe", StackSize: 1, } WoodenAxe = Item{ ID: 780, DisplayName: "Wooden Axe", Name: "wooden_axe", StackSize: 1, } WoodenHoe = Item{ ID: 781, DisplayName: "Wooden Hoe", Name: "wooden_hoe", StackSize: 1, } StoneSword = Item{ ID: 782, DisplayName: "Stone Sword", Name: "stone_sword", StackSize: 1, } StoneShovel = Item{ ID: 783, DisplayName: "Stone Shovel", Name: "stone_shovel", StackSize: 1, } StonePickaxe = Item{ ID: 784, DisplayName: "Stone Pickaxe", Name: "stone_pickaxe", StackSize: 1, } StoneAxe = Item{ ID: 785, DisplayName: "Stone Axe", Name: "stone_axe", StackSize: 1, } StoneHoe = Item{ ID: 786, DisplayName: "Stone Hoe", Name: "stone_hoe", StackSize: 1, } GoldenSword = Item{ ID: 787, DisplayName: "Golden Sword", Name: "golden_sword", StackSize: 1, } GoldenShovel = Item{ ID: 788, DisplayName: "Golden Shovel", Name: "golden_shovel", StackSize: 1, } GoldenPickaxe = Item{ ID: 789, DisplayName: "Golden Pickaxe", Name: "golden_pickaxe", StackSize: 1, } GoldenAxe = Item{ ID: 790, DisplayName: "Golden Axe", Name: "golden_axe", StackSize: 1, } GoldenHoe = Item{ ID: 791, DisplayName: "Golden Hoe", Name: "golden_hoe", StackSize: 1, } IronSword = Item{ ID: 792, DisplayName: "Iron Sword", Name: "iron_sword", StackSize: 1, } IronShovel = Item{ ID: 793, DisplayName: "Iron Shovel", Name: "iron_shovel", StackSize: 1, } IronPickaxe = Item{ ID: 794, DisplayName: "Iron Pickaxe", Name: "iron_pickaxe", StackSize: 1, } IronAxe = Item{ ID: 795, DisplayName: "Iron Axe", Name: "iron_axe", StackSize: 1, } IronHoe = Item{ ID: 796, DisplayName: "Iron Hoe", Name: "iron_hoe", StackSize: 1, } DiamondSword = Item{ ID: 797, DisplayName: "Diamond Sword", Name: "diamond_sword", StackSize: 1, } DiamondShovel = Item{ ID: 798, DisplayName: "Diamond Shovel", Name: "diamond_shovel", StackSize: 1, } DiamondPickaxe = Item{ ID: 799, DisplayName: "Diamond Pickaxe", Name: "diamond_pickaxe", StackSize: 1, } DiamondAxe = Item{ ID: 800, DisplayName: "Diamond Axe", Name: "diamond_axe", StackSize: 1, } DiamondHoe = Item{ ID: 801, DisplayName: "Diamond Hoe", Name: "diamond_hoe", StackSize: 1, } NetheriteSword = Item{ ID: 802, DisplayName: "Netherite Sword", Name: "netherite_sword", StackSize: 1, } NetheriteShovel = Item{ ID: 803, DisplayName: "Netherite Shovel", Name: "netherite_shovel", StackSize: 1, } NetheritePickaxe = Item{ ID: 804, DisplayName: "Netherite Pickaxe", Name: "netherite_pickaxe", StackSize: 1, } NetheriteAxe = Item{ ID: 805, DisplayName: "Netherite Axe", Name: "netherite_axe", StackSize: 1, } NetheriteHoe = Item{ ID: 806, DisplayName: "Netherite Hoe", Name: "netherite_hoe", StackSize: 1, } Stick = Item{ ID: 807, DisplayName: "Stick", Name: "stick", StackSize: 64, } Bowl = Item{ ID: 808, DisplayName: "Bowl", Name: "bowl", StackSize: 64, } MushroomStew = Item{ ID: 809, DisplayName: "Mushroom Stew", Name: "mushroom_stew", StackSize: 1, } String = Item{ ID: 810, DisplayName: "String", Name: "string", StackSize: 64, } Feather = Item{ ID: 811, DisplayName: "Feather", Name: "feather", StackSize: 64, } Gunpowder = Item{ ID: 812, DisplayName: "Gunpowder", Name: "gunpowder", StackSize: 64, } WheatSeeds = Item{ ID: 813, DisplayName: "Wheat Seeds", Name: "wheat_seeds", StackSize: 64, } Wheat = Item{ ID: 814, DisplayName: "Wheat", Name: "wheat", StackSize: 64, } Bread = Item{ ID: 815, DisplayName: "Bread", Name: "bread", StackSize: 64, } LeatherHelmet = Item{ ID: 816, DisplayName: "Leather Cap", Name: "leather_helmet", StackSize: 1, } LeatherChestplate = Item{ ID: 817, DisplayName: "Leather Tunic", Name: "leather_chestplate", StackSize: 1, } LeatherLeggings = Item{ ID: 818, DisplayName: "Leather Pants", Name: "leather_leggings", StackSize: 1, } LeatherBoots = Item{ ID: 819, DisplayName: "Leather Boots", Name: "leather_boots", StackSize: 1, } ChainmailHelmet = Item{ ID: 820, DisplayName: "Chainmail Helmet", Name: "chainmail_helmet", StackSize: 1, } ChainmailChestplate = Item{ ID: 821, DisplayName: "Chainmail Chestplate", Name: "chainmail_chestplate", StackSize: 1, } ChainmailLeggings = Item{ ID: 822, DisplayName: "Chainmail Leggings", Name: "chainmail_leggings", StackSize: 1, } ChainmailBoots = Item{ ID: 823, DisplayName: "Chainmail Boots", Name: "chainmail_boots", StackSize: 1, } IronHelmet = Item{ ID: 824, DisplayName: "Iron Helmet", Name: "iron_helmet", StackSize: 1, } IronChestplate = Item{ ID: 825, DisplayName: "Iron Chestplate", Name: "iron_chestplate", StackSize: 1, } IronLeggings = Item{ ID: 826, DisplayName: "Iron Leggings", Name: "iron_leggings", StackSize: 1, } IronBoots = Item{ ID: 827, DisplayName: "Iron Boots", Name: "iron_boots", StackSize: 1, } DiamondHelmet = Item{ ID: 828, DisplayName: "Diamond Helmet", Name: "diamond_helmet", StackSize: 1, } DiamondChestplate = Item{ ID: 829, DisplayName: "Diamond Chestplate", Name: "diamond_chestplate", StackSize: 1, } DiamondLeggings = Item{ ID: 830, DisplayName: "Diamond Leggings", Name: "diamond_leggings", StackSize: 1, } DiamondBoots = Item{ ID: 831, DisplayName: "Diamond Boots", Name: "diamond_boots", StackSize: 1, } GoldenHelmet = Item{ ID: 832, DisplayName: "Golden Helmet", Name: "golden_helmet", StackSize: 1, } GoldenChestplate = Item{ ID: 833, DisplayName: "Golden Chestplate", Name: "golden_chestplate", StackSize: 1, } GoldenLeggings = Item{ ID: 834, DisplayName: "Golden Leggings", Name: "golden_leggings", StackSize: 1, } GoldenBoots = Item{ ID: 835, DisplayName: "Golden Boots", Name: "golden_boots", StackSize: 1, } NetheriteHelmet = Item{ ID: 836, DisplayName: "Netherite Helmet", Name: "netherite_helmet", StackSize: 1, } NetheriteChestplate = Item{ ID: 837, DisplayName: "Netherite Chestplate", Name: "netherite_chestplate", StackSize: 1, } NetheriteLeggings = Item{ ID: 838, DisplayName: "Netherite Leggings", Name: "netherite_leggings", StackSize: 1, } NetheriteBoots = Item{ ID: 839, DisplayName: "Netherite Boots", Name: "netherite_boots", StackSize: 1, } Flint = Item{ ID: 840, DisplayName: "Flint", Name: "flint", StackSize: 64, } Porkchop = Item{ ID: 841, DisplayName: "Raw Porkchop", Name: "porkchop", StackSize: 64, } CookedPorkchop = Item{ ID: 842, DisplayName: "Cooked Porkchop", Name: "cooked_porkchop", StackSize: 64, } Painting = Item{ ID: 843, DisplayName: "Painting", Name: "painting", StackSize: 64, } GoldenApple = Item{ ID: 844, DisplayName: "Golden Apple", Name: "golden_apple", StackSize: 64, } EnchantedGoldenApple = Item{ ID: 845, DisplayName: "Enchanted Golden Apple", Name: "enchanted_golden_apple", StackSize: 64, } OakSign = Item{ ID: 846, DisplayName: "Oak Sign", Name: "oak_sign", StackSize: 16, } SpruceSign = Item{ ID: 847, DisplayName: "Spruce Sign", Name: "spruce_sign", StackSize: 16, } BirchSign = Item{ ID: 848, DisplayName: "Birch Sign", Name: "birch_sign", StackSize: 16, } JungleSign = Item{ ID: 849, DisplayName: "Jungle Sign", Name: "jungle_sign", StackSize: 16, } AcaciaSign = Item{ ID: 850, DisplayName: "Acacia Sign", Name: "acacia_sign", StackSize: 16, } CherrySign = Item{ ID: 851, DisplayName: "Cherry Sign", Name: "cherry_sign", StackSize: 16, } DarkOakSign = Item{ ID: 852, DisplayName: "Dark Oak Sign", Name: "dark_oak_sign", StackSize: 16, } MangroveSign = Item{ ID: 853, DisplayName: "Mangrove Sign", Name: "mangrove_sign", StackSize: 16, } BambooSign = Item{ ID: 854, DisplayName: "Bamboo Sign", Name: "bamboo_sign", StackSize: 16, } CrimsonSign = Item{ ID: 855, DisplayName: "Crimson Sign", Name: "crimson_sign", StackSize: 16, } WarpedSign = Item{ ID: 856, DisplayName: "Warped Sign", Name: "warped_sign", StackSize: 16, } OakHangingSign = Item{ ID: 857, DisplayName: "Oak Hanging Sign", Name: "oak_hanging_sign", StackSize: 16, } SpruceHangingSign = Item{ ID: 858, DisplayName: "Spruce Hanging Sign", Name: "spruce_hanging_sign", StackSize: 16, } BirchHangingSign = Item{ ID: 859, DisplayName: "Birch Hanging Sign", Name: "birch_hanging_sign", StackSize: 16, } JungleHangingSign = Item{ ID: 860, DisplayName: "Jungle Hanging Sign", Name: "jungle_hanging_sign", StackSize: 16, } AcaciaHangingSign = Item{ ID: 861, DisplayName: "Acacia Hanging Sign", Name: "acacia_hanging_sign", StackSize: 16, } CherryHangingSign = Item{ ID: 862, DisplayName: "Cherry Hanging Sign", Name: "cherry_hanging_sign", StackSize: 16, } DarkOakHangingSign = Item{ ID: 863, DisplayName: "Dark Oak Hanging Sign", Name: "dark_oak_hanging_sign", StackSize: 16, } MangroveHangingSign = Item{ ID: 864, DisplayName: "Mangrove Hanging Sign", Name: "mangrove_hanging_sign", StackSize: 16, } BambooHangingSign = Item{ ID: 865, DisplayName: "Bamboo Hanging Sign", Name: "bamboo_hanging_sign", StackSize: 16, } CrimsonHangingSign = Item{ ID: 866, DisplayName: "Crimson Hanging Sign", Name: "crimson_hanging_sign", StackSize: 16, } WarpedHangingSign = Item{ ID: 867, DisplayName: "Warped Hanging Sign", Name: "warped_hanging_sign", StackSize: 16, } Bucket = Item{ ID: 868, DisplayName: "Bucket", Name: "bucket", StackSize: 16, } WaterBucket = Item{ ID: 869, DisplayName: "Water Bucket", Name: "water_bucket", StackSize: 1, } LavaBucket = Item{ ID: 870, DisplayName: "Lava Bucket", Name: "lava_bucket", StackSize: 1, } PowderSnowBucket = Item{ ID: 871, DisplayName: "Powder Snow Bucket", Name: "powder_snow_bucket", StackSize: 1, } Snowball = Item{ ID: 872, DisplayName: "Snowball", Name: "snowball", StackSize: 16, } Leather = Item{ ID: 873, DisplayName: "Leather", Name: "leather", StackSize: 64, } MilkBucket = Item{ ID: 874, DisplayName: "Milk Bucket", Name: "milk_bucket", StackSize: 1, } PufferfishBucket = Item{ ID: 875, DisplayName: "Bucket of Pufferfish", Name: "pufferfish_bucket", StackSize: 1, } SalmonBucket = Item{ ID: 876, DisplayName: "Bucket of Salmon", Name: "salmon_bucket", StackSize: 1, } CodBucket = Item{ ID: 877, DisplayName: "Bucket of Cod", Name: "cod_bucket", StackSize: 1, } TropicalFishBucket = Item{ ID: 878, DisplayName: "Bucket of Tropical Fish", Name: "tropical_fish_bucket", StackSize: 1, } AxolotlBucket = Item{ ID: 879, DisplayName: "Bucket of Axolotl", Name: "axolotl_bucket", StackSize: 1, } TadpoleBucket = Item{ ID: 880, DisplayName: "Bucket of Tadpole", Name: "tadpole_bucket", StackSize: 1, } Brick = Item{ ID: 881, DisplayName: "Brick", Name: "brick", StackSize: 64, } ClayBall = Item{ ID: 882, DisplayName: "Clay Ball", Name: "clay_ball", StackSize: 64, } DriedKelpBlock = Item{ ID: 883, DisplayName: "Dried Kelp Block", Name: "dried_kelp_block", StackSize: 64, } Paper = Item{ ID: 884, DisplayName: "Paper", Name: "paper", StackSize: 64, } Book = Item{ ID: 885, DisplayName: "Book", Name: "book", StackSize: 64, } SlimeBall = Item{ ID: 886, DisplayName: "Slimeball", Name: "slime_ball", StackSize: 64, } Egg = Item{ ID: 887, DisplayName: "Egg", Name: "egg", StackSize: 16, } Compass = Item{ ID: 888, DisplayName: "Compass", Name: "compass", StackSize: 64, } RecoveryCompass = Item{ ID: 889, DisplayName: "Recovery Compass", Name: "recovery_compass", StackSize: 64, } Bundle = Item{ ID: 890, DisplayName: "Bundle", Name: "bundle", StackSize: 1, } FishingRod = Item{ ID: 891, DisplayName: "Fishing Rod", Name: "fishing_rod", StackSize: 1, } Clock = Item{ ID: 892, DisplayName: "Clock", Name: "clock", StackSize: 64, } Spyglass = Item{ ID: 893, DisplayName: "Spyglass", Name: "spyglass", StackSize: 1, } GlowstoneDust = Item{ ID: 894, DisplayName: "Glowstone Dust", Name: "glowstone_dust", StackSize: 64, } Cod = Item{ ID: 895, DisplayName: "Raw Cod", Name: "cod", StackSize: 64, } Salmon = Item{ ID: 896, DisplayName: "Raw Salmon", Name: "salmon", StackSize: 64, } TropicalFish = Item{ ID: 897, DisplayName: "Tropical Fish", Name: "tropical_fish", StackSize: 64, } Pufferfish = Item{ ID: 898, DisplayName: "Pufferfish", Name: "pufferfish", StackSize: 64, } CookedCod = Item{ ID: 899, DisplayName: "Cooked Cod", Name: "cooked_cod", StackSize: 64, } CookedSalmon = Item{ ID: 900, DisplayName: "Cooked Salmon", Name: "cooked_salmon", StackSize: 64, } InkSac = Item{ ID: 901, DisplayName: "Ink Sac", Name: "ink_sac", StackSize: 64, } GlowInkSac = Item{ ID: 902, DisplayName: "Glow Ink Sac", Name: "glow_ink_sac", StackSize: 64, } CocoaBeans = Item{ ID: 903, DisplayName: "Cocoa Beans", Name: "cocoa_beans", StackSize: 64, } WhiteDye = Item{ ID: 904, DisplayName: "White Dye", Name: "white_dye", StackSize: 64, } OrangeDye = Item{ ID: 905, DisplayName: "Orange Dye", Name: "orange_dye", StackSize: 64, } MagentaDye = Item{ ID: 906, DisplayName: "Magenta Dye", Name: "magenta_dye", StackSize: 64, } LightBlueDye = Item{ ID: 907, DisplayName: "Light Blue Dye", Name: "light_blue_dye", StackSize: 64, } YellowDye = Item{ ID: 908, DisplayName: "Yellow Dye", Name: "yellow_dye", StackSize: 64, } LimeDye = Item{ ID: 909, DisplayName: "Lime Dye", Name: "lime_dye", StackSize: 64, } PinkDye = Item{ ID: 910, DisplayName: "Pink Dye", Name: "pink_dye", StackSize: 64, } GrayDye = Item{ ID: 911, DisplayName: "Gray Dye", Name: "gray_dye", StackSize: 64, } LightGrayDye = Item{ ID: 912, DisplayName: "Light Gray Dye", Name: "light_gray_dye", StackSize: 64, } CyanDye = Item{ ID: 913, DisplayName: "Cyan Dye", Name: "cyan_dye", StackSize: 64, } PurpleDye = Item{ ID: 914, DisplayName: "Purple Dye", Name: "purple_dye", StackSize: 64, } BlueDye = Item{ ID: 915, DisplayName: "Blue Dye", Name: "blue_dye", StackSize: 64, } BrownDye = Item{ ID: 916, DisplayName: "Brown Dye", Name: "brown_dye", StackSize: 64, } GreenDye = Item{ ID: 917, DisplayName: "Green Dye", Name: "green_dye", StackSize: 64, } RedDye = Item{ ID: 918, DisplayName: "Red Dye", Name: "red_dye", StackSize: 64, } BlackDye = Item{ ID: 919, DisplayName: "Black Dye", Name: "black_dye", StackSize: 64, } BoneMeal = Item{ ID: 920, DisplayName: "Bone Meal", Name: "bone_meal", StackSize: 64, } Bone = Item{ ID: 921, DisplayName: "Bone", Name: "bone", StackSize: 64, } Sugar = Item{ ID: 922, DisplayName: "Sugar", Name: "sugar", StackSize: 64, } Cake = Item{ ID: 923, DisplayName: "Cake", Name: "cake", StackSize: 1, } WhiteBed = Item{ ID: 924, DisplayName: "White Bed", Name: "white_bed", StackSize: 1, } OrangeBed = Item{ ID: 925, DisplayName: "Orange Bed", Name: "orange_bed", StackSize: 1, } MagentaBed = Item{ ID: 926, DisplayName: "Magenta Bed", Name: "magenta_bed", StackSize: 1, } LightBlueBed = Item{ ID: 927, DisplayName: "Light Blue Bed", Name: "light_blue_bed", StackSize: 1, } YellowBed = Item{ ID: 928, DisplayName: "Yellow Bed", Name: "yellow_bed", StackSize: 1, } LimeBed = Item{ ID: 929, DisplayName: "Lime Bed", Name: "lime_bed", StackSize: 1, } PinkBed = Item{ ID: 930, DisplayName: "Pink Bed", Name: "pink_bed", StackSize: 1, } GrayBed = Item{ ID: 931, DisplayName: "Gray Bed", Name: "gray_bed", StackSize: 1, } LightGrayBed = Item{ ID: 932, DisplayName: "Light Gray Bed", Name: "light_gray_bed", StackSize: 1, } CyanBed = Item{ ID: 933, DisplayName: "Cyan Bed", Name: "cyan_bed", StackSize: 1, } PurpleBed = Item{ ID: 934, DisplayName: "Purple Bed", Name: "purple_bed", StackSize: 1, } BlueBed = Item{ ID: 935, DisplayName: "Blue Bed", Name: "blue_bed", StackSize: 1, } BrownBed = Item{ ID: 936, DisplayName: "Brown Bed", Name: "brown_bed", StackSize: 1, } GreenBed = Item{ ID: 937, DisplayName: "Green Bed", Name: "green_bed", StackSize: 1, } RedBed = Item{ ID: 938, DisplayName: "Red Bed", Name: "red_bed", StackSize: 1, } BlackBed = Item{ ID: 939, DisplayName: "Black Bed", Name: "black_bed", StackSize: 1, } Cookie = Item{ ID: 940, DisplayName: "Cookie", Name: "cookie", StackSize: 64, } FilledMap = Item{ ID: 941, DisplayName: "Map", Name: "filled_map", StackSize: 64, } Shears = Item{ ID: 942, DisplayName: "Shears", Name: "shears", StackSize: 1, } MelonSlice = Item{ ID: 943, DisplayName: "Melon Slice", Name: "melon_slice", StackSize: 64, } DriedKelp = Item{ ID: 944, DisplayName: "Dried Kelp", Name: "dried_kelp", StackSize: 64, } PumpkinSeeds = Item{ ID: 945, DisplayName: "Pumpkin Seeds", Name: "pumpkin_seeds", StackSize: 64, } MelonSeeds = Item{ ID: 946, DisplayName: "Melon Seeds", Name: "melon_seeds", StackSize: 64, } Beef = Item{ ID: 947, DisplayName: "Raw Beef", Name: "beef", StackSize: 64, } CookedBeef = Item{ ID: 948, DisplayName: "Steak", Name: "cooked_beef", StackSize: 64, } Chicken = Item{ ID: 949, DisplayName: "Raw Chicken", Name: "chicken", StackSize: 64, } CookedChicken = Item{ ID: 950, DisplayName: "Cooked Chicken", Name: "cooked_chicken", StackSize: 64, } RottenFlesh = Item{ ID: 951, DisplayName: "Rotten Flesh", Name: "rotten_flesh", StackSize: 64, } EnderPearl = Item{ ID: 952, DisplayName: "Ender Pearl", Name: "ender_pearl", StackSize: 16, } BlazeRod = Item{ ID: 953, DisplayName: "Blaze Rod", Name: "blaze_rod", StackSize: 64, } GhastTear = Item{ ID: 954, DisplayName: "Ghast Tear", Name: "ghast_tear", StackSize: 64, } GoldNugget = Item{ ID: 955, DisplayName: "Gold Nugget", Name: "gold_nugget", StackSize: 64, } NetherWart = Item{ ID: 956, DisplayName: "Nether Wart", Name: "nether_wart", StackSize: 64, } Potion = Item{ ID: 957, DisplayName: "Potion", Name: "potion", StackSize: 1, } GlassBottle = Item{ ID: 958, DisplayName: "Glass Bottle", Name: "glass_bottle", StackSize: 64, } SpiderEye = Item{ ID: 959, DisplayName: "Spider Eye", Name: "spider_eye", StackSize: 64, } FermentedSpiderEye = Item{ ID: 960, DisplayName: "Fermented Spider Eye", Name: "fermented_spider_eye", StackSize: 64, } BlazePowder = Item{ ID: 961, DisplayName: "Blaze Powder", Name: "blaze_powder", StackSize: 64, } MagmaCream = Item{ ID: 962, DisplayName: "Magma Cream", Name: "magma_cream", StackSize: 64, } BrewingStand = Item{ ID: 963, DisplayName: "Brewing Stand", Name: "brewing_stand", StackSize: 64, } Cauldron = Item{ ID: 964, DisplayName: "Cauldron", Name: "cauldron", StackSize: 64, } EnderEye = Item{ ID: 965, DisplayName: "Eye of Ender", Name: "ender_eye", StackSize: 64, } GlisteringMelonSlice = Item{ ID: 966, DisplayName: "Glistering Melon Slice", Name: "glistering_melon_slice", StackSize: 64, } AllaySpawnEgg = Item{ ID: 967, DisplayName: "Allay Spawn Egg", Name: "allay_spawn_egg", StackSize: 64, } AxolotlSpawnEgg = Item{ ID: 968, DisplayName: "Axolotl Spawn Egg", Name: "axolotl_spawn_egg", StackSize: 64, } BatSpawnEgg = Item{ ID: 969, DisplayName: "Bat Spawn Egg", Name: "bat_spawn_egg", StackSize: 64, } BeeSpawnEgg = Item{ ID: 970, DisplayName: "Bee Spawn Egg", Name: "bee_spawn_egg", StackSize: 64, } BlazeSpawnEgg = Item{ ID: 971, DisplayName: "Blaze Spawn Egg", Name: "blaze_spawn_egg", StackSize: 64, } CatSpawnEgg = Item{ ID: 972, DisplayName: "Cat Spawn Egg", Name: "cat_spawn_egg", StackSize: 64, } CamelSpawnEgg = Item{ ID: 973, DisplayName: "Camel Spawn Egg", Name: "camel_spawn_egg", StackSize: 64, } CaveSpiderSpawnEgg = Item{ ID: 974, DisplayName: "Cave Spider Spawn Egg", Name: "cave_spider_spawn_egg", StackSize: 64, } ChickenSpawnEgg = Item{ ID: 975, DisplayName: "Chicken Spawn Egg", Name: "chicken_spawn_egg", StackSize: 64, } CodSpawnEgg = Item{ ID: 976, DisplayName: "Cod Spawn Egg", Name: "cod_spawn_egg", StackSize: 64, } CowSpawnEgg = Item{ ID: 977, DisplayName: "Cow Spawn Egg", Name: "cow_spawn_egg", StackSize: 64, } CreeperSpawnEgg = Item{ ID: 978, DisplayName: "Creeper Spawn Egg", Name: "creeper_spawn_egg", StackSize: 64, } DolphinSpawnEgg = Item{ ID: 979, DisplayName: "Dolphin Spawn Egg", Name: "dolphin_spawn_egg", StackSize: 64, } DonkeySpawnEgg = Item{ ID: 980, DisplayName: "Donkey Spawn Egg", Name: "donkey_spawn_egg", StackSize: 64, } DrownedSpawnEgg = Item{ ID: 981, DisplayName: "Drowned Spawn Egg", Name: "drowned_spawn_egg", StackSize: 64, } ElderGuardianSpawnEgg = Item{ ID: 982, DisplayName: "Elder Guardian Spawn Egg", Name: "elder_guardian_spawn_egg", StackSize: 64, } EnderDragonSpawnEgg = Item{ ID: 983, DisplayName: "Ender Dragon Spawn Egg", Name: "ender_dragon_spawn_egg", StackSize: 64, } EndermanSpawnEgg = Item{ ID: 984, DisplayName: "Enderman Spawn Egg", Name: "enderman_spawn_egg", StackSize: 64, } EndermiteSpawnEgg = Item{ ID: 985, DisplayName: "Endermite Spawn Egg", Name: "endermite_spawn_egg", StackSize: 64, } EvokerSpawnEgg = Item{ ID: 986, DisplayName: "Evoker Spawn Egg", Name: "evoker_spawn_egg", StackSize: 64, } FoxSpawnEgg = Item{ ID: 987, DisplayName: "Fox Spawn Egg", Name: "fox_spawn_egg", StackSize: 64, } FrogSpawnEgg = Item{ ID: 988, DisplayName: "Frog Spawn Egg", Name: "frog_spawn_egg", StackSize: 64, } GhastSpawnEgg = Item{ ID: 989, DisplayName: "Ghast Spawn Egg", Name: "ghast_spawn_egg", StackSize: 64, } GlowSquidSpawnEgg = Item{ ID: 990, DisplayName: "Glow Squid Spawn Egg", Name: "glow_squid_spawn_egg", StackSize: 64, } GoatSpawnEgg = Item{ ID: 991, DisplayName: "Goat Spawn Egg", Name: "goat_spawn_egg", StackSize: 64, } GuardianSpawnEgg = Item{ ID: 992, DisplayName: "Guardian Spawn Egg", Name: "guardian_spawn_egg", StackSize: 64, } HoglinSpawnEgg = Item{ ID: 993, DisplayName: "Hoglin Spawn Egg", Name: "hoglin_spawn_egg", StackSize: 64, } HorseSpawnEgg = Item{ ID: 994, DisplayName: "Horse Spawn Egg", Name: "horse_spawn_egg", StackSize: 64, } HuskSpawnEgg = Item{ ID: 995, DisplayName: "Husk Spawn Egg", Name: "husk_spawn_egg", StackSize: 64, } IronGolemSpawnEgg = Item{ ID: 996, DisplayName: "Iron Golem Spawn Egg", Name: "iron_golem_spawn_egg", StackSize: 64, } LlamaSpawnEgg = Item{ ID: 997, DisplayName: "Llama Spawn Egg", Name: "llama_spawn_egg", StackSize: 64, } MagmaCubeSpawnEgg = Item{ ID: 998, DisplayName: "Magma Cube Spawn Egg", Name: "magma_cube_spawn_egg", StackSize: 64, } MooshroomSpawnEgg = Item{ ID: 999, DisplayName: "Mooshroom Spawn Egg", Name: "mooshroom_spawn_egg", StackSize: 64, } MuleSpawnEgg = Item{ ID: 1000, DisplayName: "Mule Spawn Egg", Name: "mule_spawn_egg", StackSize: 64, } OcelotSpawnEgg = Item{ ID: 1001, DisplayName: "Ocelot Spawn Egg", Name: "ocelot_spawn_egg", StackSize: 64, } PandaSpawnEgg = Item{ ID: 1002, DisplayName: "Panda Spawn Egg", Name: "panda_spawn_egg", StackSize: 64, } ParrotSpawnEgg = Item{ ID: 1003, DisplayName: "Parrot Spawn Egg", Name: "parrot_spawn_egg", StackSize: 64, } PhantomSpawnEgg = Item{ ID: 1004, DisplayName: "Phantom Spawn Egg", Name: "phantom_spawn_egg", StackSize: 64, } PigSpawnEgg = Item{ ID: 1005, DisplayName: "Pig Spawn Egg", Name: "pig_spawn_egg", StackSize: 64, } PiglinSpawnEgg = Item{ ID: 1006, DisplayName: "Piglin Spawn Egg", Name: "piglin_spawn_egg", StackSize: 64, } PiglinBruteSpawnEgg = Item{ ID: 1007, DisplayName: "Piglin Brute Spawn Egg", Name: "piglin_brute_spawn_egg", StackSize: 64, } PillagerSpawnEgg = Item{ ID: 1008, DisplayName: "Pillager Spawn Egg", Name: "pillager_spawn_egg", StackSize: 64, } PolarBearSpawnEgg = Item{ ID: 1009, DisplayName: "Polar Bear Spawn Egg", Name: "polar_bear_spawn_egg", StackSize: 64, } PufferfishSpawnEgg = Item{ ID: 1010, DisplayName: "Pufferfish Spawn Egg", Name: "pufferfish_spawn_egg", StackSize: 64, } RabbitSpawnEgg = Item{ ID: 1011, DisplayName: "Rabbit Spawn Egg", Name: "rabbit_spawn_egg", StackSize: 64, } RavagerSpawnEgg = Item{ ID: 1012, DisplayName: "Ravager Spawn Egg", Name: "ravager_spawn_egg", StackSize: 64, } SalmonSpawnEgg = Item{ ID: 1013, DisplayName: "Salmon Spawn Egg", Name: "salmon_spawn_egg", StackSize: 64, } SheepSpawnEgg = Item{ ID: 1014, DisplayName: "Sheep Spawn Egg", Name: "sheep_spawn_egg", StackSize: 64, } ShulkerSpawnEgg = Item{ ID: 1015, DisplayName: "Shulker Spawn Egg", Name: "shulker_spawn_egg", StackSize: 64, } SilverfishSpawnEgg = Item{ ID: 1016, DisplayName: "Silverfish Spawn Egg", Name: "silverfish_spawn_egg", StackSize: 64, } SkeletonSpawnEgg = Item{ ID: 1017, DisplayName: "Skeleton Spawn Egg", Name: "skeleton_spawn_egg", StackSize: 64, } SkeletonHorseSpawnEgg = Item{ ID: 1018, DisplayName: "Skeleton Horse Spawn Egg", Name: "skeleton_horse_spawn_egg", StackSize: 64, } SlimeSpawnEgg = Item{ ID: 1019, DisplayName: "Slime Spawn Egg", Name: "slime_spawn_egg", StackSize: 64, } SnifferSpawnEgg = Item{ ID: 1020, DisplayName: "Sniffer Spawn Egg", Name: "sniffer_spawn_egg", StackSize: 64, } SnowGolemSpawnEgg = Item{ ID: 1021, DisplayName: "Snow Golem Spawn Egg", Name: "snow_golem_spawn_egg", StackSize: 64, } SpiderSpawnEgg = Item{ ID: 1022, DisplayName: "Spider Spawn Egg", Name: "spider_spawn_egg", StackSize: 64, } SquidSpawnEgg = Item{ ID: 1023, DisplayName: "Squid Spawn Egg", Name: "squid_spawn_egg", StackSize: 64, } StraySpawnEgg = Item{ ID: 1024, DisplayName: "Stray Spawn Egg", Name: "stray_spawn_egg", StackSize: 64, } StriderSpawnEgg = Item{ ID: 1025, DisplayName: "Strider Spawn Egg", Name: "strider_spawn_egg", StackSize: 64, } TadpoleSpawnEgg = Item{ ID: 1026, DisplayName: "Tadpole Spawn Egg", Name: "tadpole_spawn_egg", StackSize: 64, } TraderLlamaSpawnEgg = Item{ ID: 1027, DisplayName: "Trader Llama Spawn Egg", Name: "trader_llama_spawn_egg", StackSize: 64, } TropicalFishSpawnEgg = Item{ ID: 1028, DisplayName: "Tropical Fish Spawn Egg", Name: "tropical_fish_spawn_egg", StackSize: 64, } TurtleSpawnEgg = Item{ ID: 1029, DisplayName: "Turtle Spawn Egg", Name: "turtle_spawn_egg", StackSize: 64, } VexSpawnEgg = Item{ ID: 1030, DisplayName: "Vex Spawn Egg", Name: "vex_spawn_egg", StackSize: 64, } VillagerSpawnEgg = Item{ ID: 1031, DisplayName: "Villager Spawn Egg", Name: "villager_spawn_egg", StackSize: 64, } VindicatorSpawnEgg = Item{ ID: 1032, DisplayName: "Vindicator Spawn Egg", Name: "vindicator_spawn_egg", StackSize: 64, } WanderingTraderSpawnEgg = Item{ ID: 1033, DisplayName: "Wandering Trader Spawn Egg", Name: "wandering_trader_spawn_egg", StackSize: 64, } WardenSpawnEgg = Item{ ID: 1034, DisplayName: "Warden Spawn Egg", Name: "warden_spawn_egg", StackSize: 64, } WitchSpawnEgg = Item{ ID: 1035, DisplayName: "Witch Spawn Egg", Name: "witch_spawn_egg", StackSize: 64, } WitherSpawnEgg = Item{ ID: 1036, DisplayName: "Wither Spawn Egg", Name: "wither_spawn_egg", StackSize: 64, } WitherSkeletonSpawnEgg = Item{ ID: 1037, DisplayName: "Wither Skeleton Spawn Egg", Name: "wither_skeleton_spawn_egg", StackSize: 64, } WolfSpawnEgg = Item{ ID: 1038, DisplayName: "Wolf Spawn Egg", Name: "wolf_spawn_egg", StackSize: 64, } ZoglinSpawnEgg = Item{ ID: 1039, DisplayName: "Zoglin Spawn Egg", Name: "zoglin_spawn_egg", StackSize: 64, } ZombieSpawnEgg = Item{ ID: 1040, DisplayName: "Zombie Spawn Egg", Name: "zombie_spawn_egg", StackSize: 64, } ZombieHorseSpawnEgg = Item{ ID: 1041, DisplayName: "Zombie Horse Spawn Egg", Name: "zombie_horse_spawn_egg", StackSize: 64, } ZombieVillagerSpawnEgg = Item{ ID: 1042, DisplayName: "Zombie Villager Spawn Egg", Name: "zombie_villager_spawn_egg", StackSize: 64, } ZombifiedPiglinSpawnEgg = Item{ ID: 1043, DisplayName: "Zombified Piglin Spawn Egg", Name: "zombified_piglin_spawn_egg", StackSize: 64, } ExperienceBottle = Item{ ID: 1044, DisplayName: "Bottle o' Enchanting", Name: "experience_bottle", StackSize: 64, } FireCharge = Item{ ID: 1045, DisplayName: "Fire Charge", Name: "fire_charge", StackSize: 64, } WritableBook = Item{ ID: 1046, DisplayName: "Book and Quill", Name: "writable_book", StackSize: 1, } WrittenBook = Item{ ID: 1047, DisplayName: "Written Book", Name: "written_book", StackSize: 16, } ItemFrame = Item{ ID: 1048, DisplayName: "Item Frame", Name: "item_frame", StackSize: 64, } GlowItemFrame = Item{ ID: 1049, DisplayName: "Glow Item Frame", Name: "glow_item_frame", StackSize: 64, } FlowerPot = Item{ ID: 1050, DisplayName: "Flower Pot", Name: "flower_pot", StackSize: 64, } Carrot = Item{ ID: 1051, DisplayName: "Carrot", Name: "carrot", StackSize: 64, } Potato = Item{ ID: 1052, DisplayName: "Potato", Name: "potato", StackSize: 64, } BakedPotato = Item{ ID: 1053, DisplayName: "Baked Potato", Name: "baked_potato", StackSize: 64, } PoisonousPotato = Item{ ID: 1054, DisplayName: "Poisonous Potato", Name: "poisonous_potato", StackSize: 64, } Map = Item{ ID: 1055, DisplayName: "Empty Map", Name: "map", StackSize: 64, } GoldenCarrot = Item{ ID: 1056, DisplayName: "Golden Carrot", Name: "golden_carrot", StackSize: 64, } SkeletonSkull = Item{ ID: 1057, DisplayName: "Skeleton Skull", Name: "skeleton_skull", StackSize: 64, } WitherSkeletonSkull = Item{ ID: 1058, DisplayName: "Wither Skeleton Skull", Name: "wither_skeleton_skull", StackSize: 64, } PlayerHead = Item{ ID: 1059, DisplayName: "Player Head", Name: "player_head", StackSize: 64, } ZombieHead = Item{ ID: 1060, DisplayName: "Zombie Head", Name: "zombie_head", StackSize: 64, } CreeperHead = Item{ ID: 1061, DisplayName: "Creeper Head", Name: "creeper_head", StackSize: 64, } DragonHead = Item{ ID: 1062, DisplayName: "Dragon Head", Name: "dragon_head", StackSize: 64, } PiglinHead = Item{ ID: 1063, DisplayName: "Piglin Head", Name: "piglin_head", StackSize: 64, } NetherStar = Item{ ID: 1064, DisplayName: "Nether Star", Name: "nether_star", StackSize: 64, } PumpkinPie = Item{ ID: 1065, DisplayName: "Pumpkin Pie", Name: "pumpkin_pie", StackSize: 64, } FireworkRocket = Item{ ID: 1066, DisplayName: "Firework Rocket", Name: "firework_rocket", StackSize: 64, } FireworkStar = Item{ ID: 1067, DisplayName: "Firework Star", Name: "firework_star", StackSize: 64, } EnchantedBook = Item{ ID: 1068, DisplayName: "Enchanted Book", Name: "enchanted_book", StackSize: 1, } NetherBrick = Item{ ID: 1069, DisplayName: "Nether Brick", Name: "nether_brick", StackSize: 64, } PrismarineShard = Item{ ID: 1070, DisplayName: "Prismarine Shard", Name: "prismarine_shard", StackSize: 64, } PrismarineCrystals = Item{ ID: 1071, DisplayName: "Prismarine Crystals", Name: "prismarine_crystals", StackSize: 64, } Rabbit = Item{ ID: 1072, DisplayName: "Raw Rabbit", Name: "rabbit", StackSize: 64, } CookedRabbit = Item{ ID: 1073, DisplayName: "Cooked Rabbit", Name: "cooked_rabbit", StackSize: 64, } RabbitStew = Item{ ID: 1074, DisplayName: "Rabbit Stew", Name: "rabbit_stew", StackSize: 1, } RabbitFoot = Item{ ID: 1075, DisplayName: "Rabbit's Foot", Name: "rabbit_foot", StackSize: 64, } RabbitHide = Item{ ID: 1076, DisplayName: "Rabbit Hide", Name: "rabbit_hide", StackSize: 64, } ArmorStand = Item{ ID: 1077, DisplayName: "Armor Stand", Name: "armor_stand", StackSize: 16, } IronHorseArmor = Item{ ID: 1078, DisplayName: "Iron Horse Armor", Name: "iron_horse_armor", StackSize: 1, } GoldenHorseArmor = Item{ ID: 1079, DisplayName: "Golden Horse Armor", Name: "golden_horse_armor", StackSize: 1, } DiamondHorseArmor = Item{ ID: 1080, DisplayName: "Diamond Horse Armor", Name: "diamond_horse_armor", StackSize: 1, } LeatherHorseArmor = Item{ ID: 1081, DisplayName: "Leather Horse Armor", Name: "leather_horse_armor", StackSize: 1, } Lead = Item{ ID: 1082, DisplayName: "Lead", Name: "lead", StackSize: 64, } NameTag = Item{ ID: 1083, DisplayName: "Name Tag", Name: "name_tag", StackSize: 64, } CommandBlockMinecart = Item{ ID: 1084, DisplayName: "Minecart with Command Block", Name: "command_block_minecart", StackSize: 1, } Mutton = Item{ ID: 1085, DisplayName: "Raw Mutton", Name: "mutton", StackSize: 64, } CookedMutton = Item{ ID: 1086, DisplayName: "Cooked Mutton", Name: "cooked_mutton", StackSize: 64, } WhiteBanner = Item{ ID: 1087, DisplayName: "White Banner", Name: "white_banner", StackSize: 16, } OrangeBanner = Item{ ID: 1088, DisplayName: "Orange Banner", Name: "orange_banner", StackSize: 16, } MagentaBanner = Item{ ID: 1089, DisplayName: "Magenta Banner", Name: "magenta_banner", StackSize: 16, } LightBlueBanner = Item{ ID: 1090, DisplayName: "Light Blue Banner", Name: "light_blue_banner", StackSize: 16, } YellowBanner = Item{ ID: 1091, DisplayName: "Yellow Banner", Name: "yellow_banner", StackSize: 16, } LimeBanner = Item{ ID: 1092, DisplayName: "Lime Banner", Name: "lime_banner", StackSize: 16, } PinkBanner = Item{ ID: 1093, DisplayName: "Pink Banner", Name: "pink_banner", StackSize: 16, } GrayBanner = Item{ ID: 1094, DisplayName: "Gray Banner", Name: "gray_banner", StackSize: 16, } LightGrayBanner = Item{ ID: 1095, DisplayName: "Light Gray Banner", Name: "light_gray_banner", StackSize: 16, } CyanBanner = Item{ ID: 1096, DisplayName: "Cyan Banner", Name: "cyan_banner", StackSize: 16, } PurpleBanner = Item{ ID: 1097, DisplayName: "Purple Banner", Name: "purple_banner", StackSize: 16, } BlueBanner = Item{ ID: 1098, DisplayName: "Blue Banner", Name: "blue_banner", StackSize: 16, } BrownBanner = Item{ ID: 1099, DisplayName: "Brown Banner", Name: "brown_banner", StackSize: 16, } GreenBanner = Item{ ID: 1100, DisplayName: "Green Banner", Name: "green_banner", StackSize: 16, } RedBanner = Item{ ID: 1101, DisplayName: "Red Banner", Name: "red_banner", StackSize: 16, } BlackBanner = Item{ ID: 1102, DisplayName: "Black Banner", Name: "black_banner", StackSize: 16, } EndCrystal = Item{ ID: 1103, DisplayName: "End Crystal", Name: "end_crystal", StackSize: 64, } ChorusFruit = Item{ ID: 1104, DisplayName: "Chorus Fruit", Name: "chorus_fruit", StackSize: 64, } PoppedChorusFruit = Item{ ID: 1105, DisplayName: "Popped Chorus Fruit", Name: "popped_chorus_fruit", StackSize: 64, } TorchflowerSeeds = Item{ ID: 1106, DisplayName: "Torchflower Seeds", Name: "torchflower_seeds", StackSize: 64, } PitcherPod = Item{ ID: 1107, DisplayName: "Pitcher Pod", Name: "pitcher_pod", StackSize: 64, } Beetroot = Item{ ID: 1108, DisplayName: "Beetroot", Name: "beetroot", StackSize: 64, } BeetrootSeeds = Item{ ID: 1109, DisplayName: "Beetroot Seeds", Name: "beetroot_seeds", StackSize: 64, } BeetrootSoup = Item{ ID: 1110, DisplayName: "Beetroot Soup", Name: "beetroot_soup", StackSize: 1, } DragonBreath = Item{ ID: 1111, DisplayName: "Dragon's Breath", Name: "dragon_breath", StackSize: 64, } SplashPotion = Item{ ID: 1112, DisplayName: "Splash Potion", Name: "splash_potion", StackSize: 1, } SpectralArrow = Item{ ID: 1113, DisplayName: "Spectral Arrow", Name: "spectral_arrow", StackSize: 64, } TippedArrow = Item{ ID: 1114, DisplayName: "Tipped Arrow", Name: "tipped_arrow", StackSize: 64, } LingeringPotion = Item{ ID: 1115, DisplayName: "Lingering Potion", Name: "lingering_potion", StackSize: 1, } Shield = Item{ ID: 1116, DisplayName: "Shield", Name: "shield", StackSize: 1, } TotemOfUndying = Item{ ID: 1117, DisplayName: "Totem of Undying", Name: "totem_of_undying", StackSize: 1, } ShulkerShell = Item{ ID: 1118, DisplayName: "Shulker Shell", Name: "shulker_shell", StackSize: 64, } IronNugget = Item{ ID: 1119, DisplayName: "Iron Nugget", Name: "iron_nugget", StackSize: 64, } KnowledgeBook = Item{ ID: 1120, DisplayName: "Knowledge Book", Name: "knowledge_book", StackSize: 1, } DebugStick = Item{ ID: 1121, DisplayName: "Debug Stick", Name: "debug_stick", StackSize: 1, } MusicDisc13 = Item{ ID: 1122, DisplayName: "Music Disc", Name: "music_disc_13", StackSize: 1, } MusicDiscCat = Item{ ID: 1123, DisplayName: "Music Disc", Name: "music_disc_cat", StackSize: 1, } MusicDiscBlocks = Item{ ID: 1124, DisplayName: "Music Disc", Name: "music_disc_blocks", StackSize: 1, } MusicDiscChirp = Item{ ID: 1125, DisplayName: "Music Disc", Name: "music_disc_chirp", StackSize: 1, } MusicDiscFar = Item{ ID: 1126, DisplayName: "Music Disc", Name: "music_disc_far", StackSize: 1, } MusicDiscMall = Item{ ID: 1127, DisplayName: "Music Disc", Name: "music_disc_mall", StackSize: 1, } MusicDiscMellohi = Item{ ID: 1128, DisplayName: "Music Disc", Name: "music_disc_mellohi", StackSize: 1, } MusicDiscStal = Item{ ID: 1129, DisplayName: "Music Disc", Name: "music_disc_stal", StackSize: 1, } MusicDiscStrad = Item{ ID: 1130, DisplayName: "Music Disc", Name: "music_disc_strad", StackSize: 1, } MusicDiscWard = Item{ ID: 1131, DisplayName: "Music Disc", Name: "music_disc_ward", StackSize: 1, } MusicDisc11 = Item{ ID: 1132, DisplayName: "Music Disc", Name: "music_disc_11", StackSize: 1, } MusicDiscWait = Item{ ID: 1133, DisplayName: "Music Disc", Name: "music_disc_wait", StackSize: 1, } MusicDiscOtherside = Item{ ID: 1134, DisplayName: "Music Disc", Name: "music_disc_otherside", StackSize: 1, } MusicDiscRelic = Item{ ID: 1135, DisplayName: "Music Disc", Name: "music_disc_relic", StackSize: 1, } MusicDisc5 = Item{ ID: 1136, DisplayName: "Music Disc", Name: "music_disc_5", StackSize: 1, } MusicDiscPigstep = Item{ ID: 1137, DisplayName: "Music Disc", Name: "music_disc_pigstep", StackSize: 1, } DiscFragment5 = Item{ ID: 1138, DisplayName: "Disc Fragment", Name: "disc_fragment_5", StackSize: 64, } Trident = Item{ ID: 1139, DisplayName: "Trident", Name: "trident", StackSize: 1, } PhantomMembrane = Item{ ID: 1140, DisplayName: "Phantom Membrane", Name: "phantom_membrane", StackSize: 64, } NautilusShell = Item{ ID: 1141, DisplayName: "Nautilus Shell", Name: "nautilus_shell", StackSize: 64, } HeartOfTheSea = Item{ ID: 1142, DisplayName: "Heart of the Sea", Name: "heart_of_the_sea", StackSize: 64, } Crossbow = Item{ ID: 1143, DisplayName: "Crossbow", Name: "crossbow", StackSize: 1, } SuspiciousStew = Item{ ID: 1144, DisplayName: "Suspicious Stew", Name: "suspicious_stew", StackSize: 1, } Loom = Item{ ID: 1145, DisplayName: "Loom", Name: "loom", StackSize: 64, } FlowerBannerPattern = Item{ ID: 1146, DisplayName: "Banner Pattern", Name: "flower_banner_pattern", StackSize: 1, } CreeperBannerPattern = Item{ ID: 1147, DisplayName: "Banner Pattern", Name: "creeper_banner_pattern", StackSize: 1, } SkullBannerPattern = Item{ ID: 1148, DisplayName: "Banner Pattern", Name: "skull_banner_pattern", StackSize: 1, } MojangBannerPattern = Item{ ID: 1149, DisplayName: "Banner Pattern", Name: "mojang_banner_pattern", StackSize: 1, } GlobeBannerPattern = Item{ ID: 1150, DisplayName: "Banner Pattern", Name: "globe_banner_pattern", StackSize: 1, } PiglinBannerPattern = Item{ ID: 1151, DisplayName: "Banner Pattern", Name: "piglin_banner_pattern", StackSize: 1, } GoatHorn = Item{ ID: 1152, DisplayName: "Goat Horn", Name: "goat_horn", StackSize: 1, } Composter = Item{ ID: 1153, DisplayName: "Composter", Name: "composter", StackSize: 64, } Barrel = Item{ ID: 1154, DisplayName: "Barrel", Name: "barrel", StackSize: 64, } Smoker = Item{ ID: 1155, DisplayName: "Smoker", Name: "smoker", StackSize: 64, } BlastFurnace = Item{ ID: 1156, DisplayName: "Blast Furnace", Name: "blast_furnace", StackSize: 64, } CartographyTable = Item{ ID: 1157, DisplayName: "Cartography Table", Name: "cartography_table", StackSize: 64, } FletchingTable = Item{ ID: 1158, DisplayName: "Fletching Table", Name: "fletching_table", StackSize: 64, } Grindstone = Item{ ID: 1159, DisplayName: "Grindstone", Name: "grindstone", StackSize: 64, } SmithingTable = Item{ ID: 1160, DisplayName: "Smithing Table", Name: "smithing_table", StackSize: 64, } Stonecutter = Item{ ID: 1161, DisplayName: "Stonecutter", Name: "stonecutter", StackSize: 64, } Bell = Item{ ID: 1162, DisplayName: "Bell", Name: "bell", StackSize: 64, } Lantern = Item{ ID: 1163, DisplayName: "Lantern", Name: "lantern", StackSize: 64, } SoulLantern = Item{ ID: 1164, DisplayName: "Soul Lantern", Name: "soul_lantern", StackSize: 64, } SweetBerries = Item{ ID: 1165, DisplayName: "Sweet Berries", Name: "sweet_berries", StackSize: 64, } GlowBerries = Item{ ID: 1166, DisplayName: "Glow Berries", Name: "glow_berries", StackSize: 64, } Campfire = Item{ ID: 1167, DisplayName: "Campfire", Name: "campfire", StackSize: 64, } SoulCampfire = Item{ ID: 1168, DisplayName: "Soul Campfire", Name: "soul_campfire", StackSize: 64, } Shroomlight = Item{ ID: 1169, DisplayName: "Shroomlight", Name: "shroomlight", StackSize: 64, } Honeycomb = Item{ ID: 1170, DisplayName: "Honeycomb", Name: "honeycomb", StackSize: 64, } BeeNest = Item{ ID: 1171, DisplayName: "Bee Nest", Name: "bee_nest", StackSize: 64, } Beehive = Item{ ID: 1172, DisplayName: "Beehive", Name: "beehive", StackSize: 64, } HoneyBottle = Item{ ID: 1173, DisplayName: "Honey Bottle", Name: "honey_bottle", StackSize: 16, } HoneycombBlock = Item{ ID: 1174, DisplayName: "Honeycomb Block", Name: "honeycomb_block", StackSize: 64, } Lodestone = Item{ ID: 1175, DisplayName: "Lodestone", Name: "lodestone", StackSize: 64, } CryingObsidian = Item{ ID: 1176, DisplayName: "Crying Obsidian", Name: "crying_obsidian", StackSize: 64, } Blackstone = Item{ ID: 1177, DisplayName: "Blackstone", Name: "blackstone", StackSize: 64, } BlackstoneSlab = Item{ ID: 1178, DisplayName: "Blackstone Slab", Name: "blackstone_slab", StackSize: 64, } BlackstoneStairs = Item{ ID: 1179, DisplayName: "Blackstone Stairs", Name: "blackstone_stairs", StackSize: 64, } GildedBlackstone = Item{ ID: 1180, DisplayName: "Gilded Blackstone", Name: "gilded_blackstone", StackSize: 64, } PolishedBlackstone = Item{ ID: 1181, DisplayName: "Polished Blackstone", Name: "polished_blackstone", StackSize: 64, } PolishedBlackstoneSlab = Item{ ID: 1182, DisplayName: "Polished Blackstone Slab", Name: "polished_blackstone_slab", StackSize: 64, } PolishedBlackstoneStairs = Item{ ID: 1183, DisplayName: "Polished Blackstone Stairs", Name: "polished_blackstone_stairs", StackSize: 64, } ChiseledPolishedBlackstone = Item{ ID: 1184, DisplayName: "Chiseled Polished Blackstone", Name: "chiseled_polished_blackstone", StackSize: 64, } PolishedBlackstoneBricks = Item{ ID: 1185, DisplayName: "Polished Blackstone Bricks", Name: "polished_blackstone_bricks", StackSize: 64, } PolishedBlackstoneBrickSlab = Item{ ID: 1186, DisplayName: "Polished Blackstone Brick Slab", Name: "polished_blackstone_brick_slab", StackSize: 64, } PolishedBlackstoneBrickStairs = Item{ ID: 1187, DisplayName: "Polished Blackstone Brick Stairs", Name: "polished_blackstone_brick_stairs", StackSize: 64, } CrackedPolishedBlackstoneBricks = Item{ ID: 1188, DisplayName: "Cracked Polished Blackstone Bricks", Name: "cracked_polished_blackstone_bricks", StackSize: 64, } RespawnAnchor = Item{ ID: 1189, DisplayName: "Respawn Anchor", Name: "respawn_anchor", StackSize: 64, } Candle = Item{ ID: 1190, DisplayName: "Candle", Name: "candle", StackSize: 64, } WhiteCandle = Item{ ID: 1191, DisplayName: "White Candle", Name: "white_candle", StackSize: 64, } OrangeCandle = Item{ ID: 1192, DisplayName: "Orange Candle", Name: "orange_candle", StackSize: 64, } MagentaCandle = Item{ ID: 1193, DisplayName: "Magenta Candle", Name: "magenta_candle", StackSize: 64, } LightBlueCandle = Item{ ID: 1194, DisplayName: "Light Blue Candle", Name: "light_blue_candle", StackSize: 64, } YellowCandle = Item{ ID: 1195, DisplayName: "Yellow Candle", Name: "yellow_candle", StackSize: 64, } LimeCandle = Item{ ID: 1196, DisplayName: "Lime Candle", Name: "lime_candle", StackSize: 64, } PinkCandle = Item{ ID: 1197, DisplayName: "Pink Candle", Name: "pink_candle", StackSize: 64, } GrayCandle = Item{ ID: 1198, DisplayName: "Gray Candle", Name: "gray_candle", StackSize: 64, } LightGrayCandle = Item{ ID: 1199, DisplayName: "Light Gray Candle", Name: "light_gray_candle", StackSize: 64, } CyanCandle = Item{ ID: 1200, DisplayName: "Cyan Candle", Name: "cyan_candle", StackSize: 64, } PurpleCandle = Item{ ID: 1201, DisplayName: "Purple Candle", Name: "purple_candle", StackSize: 64, } BlueCandle = Item{ ID: 1202, DisplayName: "Blue Candle", Name: "blue_candle", StackSize: 64, } BrownCandle = Item{ ID: 1203, DisplayName: "Brown Candle", Name: "brown_candle", StackSize: 64, } GreenCandle = Item{ ID: 1204, DisplayName: "Green Candle", Name: "green_candle", StackSize: 64, } RedCandle = Item{ ID: 1205, DisplayName: "Red Candle", Name: "red_candle", StackSize: 64, } BlackCandle = Item{ ID: 1206, DisplayName: "Black Candle", Name: "black_candle", StackSize: 64, } SmallAmethystBud = Item{ ID: 1207, DisplayName: "Small Amethyst Bud", Name: "small_amethyst_bud", StackSize: 64, } MediumAmethystBud = Item{ ID: 1208, DisplayName: "Medium Amethyst Bud", Name: "medium_amethyst_bud", StackSize: 64, } LargeAmethystBud = Item{ ID: 1209, DisplayName: "Large Amethyst Bud", Name: "large_amethyst_bud", StackSize: 64, } AmethystCluster = Item{ ID: 1210, DisplayName: "Amethyst Cluster", Name: "amethyst_cluster", StackSize: 64, } PointedDripstone = Item{ ID: 1211, DisplayName: "Pointed Dripstone", Name: "pointed_dripstone", StackSize: 64, } OchreFroglight = Item{ ID: 1212, DisplayName: "Ochre Froglight", Name: "ochre_froglight", StackSize: 64, } VerdantFroglight = Item{ ID: 1213, DisplayName: "Verdant Froglight", Name: "verdant_froglight", StackSize: 64, } PearlescentFroglight = Item{ ID: 1214, DisplayName: "Pearlescent Froglight", Name: "pearlescent_froglight", StackSize: 64, } Frogspawn = Item{ ID: 1215, DisplayName: "Frogspawn", Name: "frogspawn", StackSize: 64, } EchoShard = Item{ ID: 1216, DisplayName: "Echo Shard", Name: "echo_shard", StackSize: 64, } Brush = Item{ ID: 1217, DisplayName: "Brush", Name: "brush", StackSize: 1, } NetheriteUpgradeSmithingTemplate = Item{ ID: 1218, DisplayName: "Smithing Template", Name: "netherite_upgrade_smithing_template", StackSize: 64, } SentryArmorTrimSmithingTemplate = Item{ ID: 1219, DisplayName: "Smithing Template", Name: "sentry_armor_trim_smithing_template", StackSize: 64, } DuneArmorTrimSmithingTemplate = Item{ ID: 1220, DisplayName: "Smithing Template", Name: "dune_armor_trim_smithing_template", StackSize: 64, } CoastArmorTrimSmithingTemplate = Item{ ID: 1221, DisplayName: "Smithing Template", Name: "coast_armor_trim_smithing_template", StackSize: 64, } WildArmorTrimSmithingTemplate = Item{ ID: 1222, DisplayName: "Smithing Template", Name: "wild_armor_trim_smithing_template", StackSize: 64, } WardArmorTrimSmithingTemplate = Item{ ID: 1223, DisplayName: "Smithing Template", Name: "ward_armor_trim_smithing_template", StackSize: 64, } EyeArmorTrimSmithingTemplate = Item{ ID: 1224, DisplayName: "Smithing Template", Name: "eye_armor_trim_smithing_template", StackSize: 64, } VexArmorTrimSmithingTemplate = Item{ ID: 1225, DisplayName: "Smithing Template", Name: "vex_armor_trim_smithing_template", StackSize: 64, } TideArmorTrimSmithingTemplate = Item{ ID: 1226, DisplayName: "Smithing Template", Name: "tide_armor_trim_smithing_template", StackSize: 64, } SnoutArmorTrimSmithingTemplate = Item{ ID: 1227, DisplayName: "Smithing Template", Name: "snout_armor_trim_smithing_template", StackSize: 64, } RibArmorTrimSmithingTemplate = Item{ ID: 1228, DisplayName: "Smithing Template", Name: "rib_armor_trim_smithing_template", StackSize: 64, } SpireArmorTrimSmithingTemplate = Item{ ID: 1229, DisplayName: "Smithing Template", Name: "spire_armor_trim_smithing_template", StackSize: 64, } WayfinderArmorTrimSmithingTemplate = Item{ ID: 1230, DisplayName: "Smithing Template", Name: "wayfinder_armor_trim_smithing_template", StackSize: 64, } ShaperArmorTrimSmithingTemplate = Item{ ID: 1231, DisplayName: "Smithing Template", Name: "shaper_armor_trim_smithing_template", StackSize: 64, } SilenceArmorTrimSmithingTemplate = Item{ ID: 1232, DisplayName: "Smithing Template", Name: "silence_armor_trim_smithing_template", StackSize: 64, } RaiserArmorTrimSmithingTemplate = Item{ ID: 1233, DisplayName: "Smithing Template", Name: "raiser_armor_trim_smithing_template", StackSize: 64, } HostArmorTrimSmithingTemplate = Item{ ID: 1234, DisplayName: "Smithing Template", Name: "host_armor_trim_smithing_template", StackSize: 64, } AnglerPotterySherd = Item{ ID: 1235, DisplayName: "Angler Pottery Sherd", Name: "angler_pottery_sherd", StackSize: 64, } ArcherPotterySherd = Item{ ID: 1236, DisplayName: "Archer Pottery Sherd", Name: "archer_pottery_sherd", StackSize: 64, } ArmsUpPotterySherd = Item{ ID: 1237, DisplayName: "Arms Up Pottery Sherd", Name: "arms_up_pottery_sherd", StackSize: 64, } BladePotterySherd = Item{ ID: 1238, DisplayName: "Blade Pottery Sherd", Name: "blade_pottery_sherd", StackSize: 64, } BrewerPotterySherd = Item{ ID: 1239, DisplayName: "Brewer Pottery Sherd", Name: "brewer_pottery_sherd", StackSize: 64, } BurnPotterySherd = Item{ ID: 1240, DisplayName: "Burn Pottery Sherd", Name: "burn_pottery_sherd", StackSize: 64, } DangerPotterySherd = Item{ ID: 1241, DisplayName: "Danger Pottery Sherd", Name: "danger_pottery_sherd", StackSize: 64, } ExplorerPotterySherd = Item{ ID: 1242, DisplayName: "Explorer Pottery Sherd", Name: "explorer_pottery_sherd", StackSize: 64, } FriendPotterySherd = Item{ ID: 1243, DisplayName: "Friend Pottery Sherd", Name: "friend_pottery_sherd", StackSize: 64, } HeartPotterySherd = Item{ ID: 1244, DisplayName: "Heart Pottery Sherd", Name: "heart_pottery_sherd", StackSize: 64, } HeartbreakPotterySherd = Item{ ID: 1245, DisplayName: "Heartbreak Pottery Sherd", Name: "heartbreak_pottery_sherd", StackSize: 64, } HowlPotterySherd = Item{ ID: 1246, DisplayName: "Howl Pottery Sherd", Name: "howl_pottery_sherd", StackSize: 64, } MinerPotterySherd = Item{ ID: 1247, DisplayName: "Miner Pottery Sherd", Name: "miner_pottery_sherd", StackSize: 64, } MournerPotterySherd = Item{ ID: 1248, DisplayName: "Mourner Pottery Sherd", Name: "mourner_pottery_sherd", StackSize: 64, } PlentyPotterySherd = Item{ ID: 1249, DisplayName: "Plenty Pottery Sherd", Name: "plenty_pottery_sherd", StackSize: 64, } PrizePotterySherd = Item{ ID: 1250, DisplayName: "Prize Pottery Sherd", Name: "prize_pottery_sherd", StackSize: 64, } SheafPotterySherd = Item{ ID: 1251, DisplayName: "Sheaf Pottery Sherd", Name: "sheaf_pottery_sherd", StackSize: 64, } ShelterPotterySherd = Item{ ID: 1252, DisplayName: "Shelter Pottery Sherd", Name: "shelter_pottery_sherd", StackSize: 64, } SkullPotterySherd = Item{ ID: 1253, DisplayName: "Skull Pottery Sherd", Name: "skull_pottery_sherd", StackSize: 64, } SnortPotterySherd = Item{ ID: 1254, DisplayName: "Snort Pottery Sherd", Name: "snort_pottery_sherd", StackSize: 64, } ) // ByID is an index of minecraft items by their ID. var ByID = map[ID]*Item{ 0: &Air, 1: &Stone, 2: &Granite, 3: &PolishedGranite, 4: &Diorite, 5: &PolishedDiorite, 6: &Andesite, 7: &PolishedAndesite, 8: &Deepslate, 9: &CobbledDeepslate, 10: &PolishedDeepslate, 11: &Calcite, 12: &Tuff, 13: &DripstoneBlock, 14: &GrassBlock, 15: &Dirt, 16: &CoarseDirt, 17: &Podzol, 18: &RootedDirt, 19: &Mud, 20: &CrimsonNylium, 21: &WarpedNylium, 22: &Cobblestone, 23: &OakPlanks, 24: &SprucePlanks, 25: &BirchPlanks, 26: &JunglePlanks, 27: &AcaciaPlanks, 28: &CherryPlanks, 29: &DarkOakPlanks, 30: &MangrovePlanks, 31: &BambooPlanks, 32: &CrimsonPlanks, 33: &WarpedPlanks, 34: &BambooMosaic, 35: &OakSapling, 36: &SpruceSapling, 37: &BirchSapling, 38: &JungleSapling, 39: &AcaciaSapling, 40: &CherrySapling, 41: &DarkOakSapling, 42: &MangrovePropagule, 43: &Bedrock, 44: &Sand, 45: &SuspiciousSand, 46: &SuspiciousGravel, 47: &RedSand, 48: &Gravel, 49: &CoalOre, 50: &DeepslateCoalOre, 51: &IronOre, 52: &DeepslateIronOre, 53: &CopperOre, 54: &DeepslateCopperOre, 55: &GoldOre, 56: &DeepslateGoldOre, 57: &RedstoneOre, 58: &DeepslateRedstoneOre, 59: &EmeraldOre, 60: &DeepslateEmeraldOre, 61: &LapisOre, 62: &DeepslateLapisOre, 63: &DiamondOre, 64: &DeepslateDiamondOre, 65: &NetherGoldOre, 66: &NetherQuartzOre, 67: &AncientDebris, 68: &CoalBlock, 69: &RawIronBlock, 70: &RawCopperBlock, 71: &RawGoldBlock, 72: &AmethystBlock, 73: &BuddingAmethyst, 74: &IronBlock, 75: &CopperBlock, 76: &GoldBlock, 77: &DiamondBlock, 78: &NetheriteBlock, 79: &ExposedCopper, 80: &WeatheredCopper, 81: &OxidizedCopper, 82: &CutCopper, 83: &ExposedCutCopper, 84: &WeatheredCutCopper, 85: &OxidizedCutCopper, 86: &CutCopperStairs, 87: &ExposedCutCopperStairs, 88: &WeatheredCutCopperStairs, 89: &OxidizedCutCopperStairs, 90: &CutCopperSlab, 91: &ExposedCutCopperSlab, 92: &WeatheredCutCopperSlab, 93: &OxidizedCutCopperSlab, 94: &WaxedCopperBlock, 95: &WaxedExposedCopper, 96: &WaxedWeatheredCopper, 97: &WaxedOxidizedCopper, 98: &WaxedCutCopper, 99: &WaxedExposedCutCopper, 100: &WaxedWeatheredCutCopper, 101: &WaxedOxidizedCutCopper, 102: &WaxedCutCopperStairs, 103: &WaxedExposedCutCopperStairs, 104: &WaxedWeatheredCutCopperStairs, 105: &WaxedOxidizedCutCopperStairs, 106: &WaxedCutCopperSlab, 107: &WaxedExposedCutCopperSlab, 108: &WaxedWeatheredCutCopperSlab, 109: &WaxedOxidizedCutCopperSlab, 110: &OakLog, 111: &SpruceLog, 112: &BirchLog, 113: &JungleLog, 114: &AcaciaLog, 115: &CherryLog, 116: &DarkOakLog, 117: &MangroveLog, 118: &MangroveRoots, 119: &MuddyMangroveRoots, 120: &CrimsonStem, 121: &WarpedStem, 122: &BambooBlock, 123: &StrippedOakLog, 124: &StrippedSpruceLog, 125: &StrippedBirchLog, 126: &StrippedJungleLog, 127: &StrippedAcaciaLog, 128: &StrippedCherryLog, 129: &StrippedDarkOakLog, 130: &StrippedMangroveLog, 131: &StrippedCrimsonStem, 132: &StrippedWarpedStem, 133: &StrippedOakWood, 134: &StrippedSpruceWood, 135: &StrippedBirchWood, 136: &StrippedJungleWood, 137: &StrippedAcaciaWood, 138: &StrippedCherryWood, 139: &StrippedDarkOakWood, 140: &StrippedMangroveWood, 141: &StrippedCrimsonHyphae, 142: &StrippedWarpedHyphae, 143: &StrippedBambooBlock, 144: &OakWood, 145: &SpruceWood, 146: &BirchWood, 147: &JungleWood, 148: &AcaciaWood, 149: &CherryWood, 150: &DarkOakWood, 151: &MangroveWood, 152: &CrimsonHyphae, 153: &WarpedHyphae, 154: &OakLeaves, 155: &SpruceLeaves, 156: &BirchLeaves, 157: &JungleLeaves, 158: &AcaciaLeaves, 159: &CherryLeaves, 160: &DarkOakLeaves, 161: &MangroveLeaves, 162: &AzaleaLeaves, 163: &FloweringAzaleaLeaves, 164: &Sponge, 165: &WetSponge, 166: &Glass, 167: &TintedGlass, 168: &LapisBlock, 169: &Sandstone, 170: &ChiseledSandstone, 171: &CutSandstone, 172: &Cobweb, 173: &Grass, 174: &Fern, 175: &Azalea, 176: &FloweringAzalea, 177: &DeadBush, 178: &Seagrass, 179: &SeaPickle, 180: &WhiteWool, 181: &OrangeWool, 182: &MagentaWool, 183: &LightBlueWool, 184: &YellowWool, 185: &LimeWool, 186: &PinkWool, 187: &GrayWool, 188: &LightGrayWool, 189: &CyanWool, 190: &PurpleWool, 191: &BlueWool, 192: &BrownWool, 193: &GreenWool, 194: &RedWool, 195: &BlackWool, 196: &Dandelion, 197: &Poppy, 198: &BlueOrchid, 199: &Allium, 200: &AzureBluet, 201: &RedTulip, 202: &OrangeTulip, 203: &WhiteTulip, 204: &PinkTulip, 205: &OxeyeDaisy, 206: &Cornflower, 207: &LilyOfTheValley, 208: &WitherRose, 209: &Torchflower, 210: &PitcherPlant, 211: &SporeBlossom, 212: &BrownMushroom, 213: &RedMushroom, 214: &CrimsonFungus, 215: &WarpedFungus, 216: &CrimsonRoots, 217: &WarpedRoots, 218: &NetherSprouts, 219: &WeepingVines, 220: &TwistingVines, 221: &SugarCane, 222: &Kelp, 223: &MossCarpet, 224: &PinkPetals, 225: &MossBlock, 226: &HangingRoots, 227: &BigDripleaf, 228: &SmallDripleaf, 229: &Bamboo, 230: &OakSlab, 231: &SpruceSlab, 232: &BirchSlab, 233: &JungleSlab, 234: &AcaciaSlab, 235: &CherrySlab, 236: &DarkOakSlab, 237: &MangroveSlab, 238: &BambooSlab, 239: &BambooMosaicSlab, 240: &CrimsonSlab, 241: &WarpedSlab, 242: &StoneSlab, 243: &SmoothStoneSlab, 244: &SandstoneSlab, 245: &CutSandstoneSlab, 246: &PetrifiedOakSlab, 247: &CobblestoneSlab, 248: &BrickSlab, 249: &StoneBrickSlab, 250: &MudBrickSlab, 251: &NetherBrickSlab, 252: &QuartzSlab, 253: &RedSandstoneSlab, 254: &CutRedSandstoneSlab, 255: &PurpurSlab, 256: &PrismarineSlab, 257: &PrismarineBrickSlab, 258: &DarkPrismarineSlab, 259: &SmoothQuartz, 260: &SmoothRedSandstone, 261: &SmoothSandstone, 262: &SmoothStone, 263: &Bricks, 264: &Bookshelf, 265: &ChiseledBookshelf, 266: &DecoratedPot, 267: &MossyCobblestone, 268: &Obsidian, 269: &Torch, 270: &EndRod, 271: &ChorusPlant, 272: &ChorusFlower, 273: &PurpurBlock, 274: &PurpurPillar, 275: &PurpurStairs, 276: &Spawner, 277: &Chest, 278: &CraftingTable, 279: &Farmland, 280: &Furnace, 281: &Ladder, 282: &CobblestoneStairs, 283: &Snow, 284: &Ice, 285: &SnowBlock, 286: &Cactus, 287: &Clay, 288: &Jukebox, 289: &OakFence, 290: &SpruceFence, 291: &BirchFence, 292: &JungleFence, 293: &AcaciaFence, 294: &CherryFence, 295: &DarkOakFence, 296: &MangroveFence, 297: &BambooFence, 298: &CrimsonFence, 299: &WarpedFence, 300: &Pumpkin, 301: &CarvedPumpkin, 302: &JackOLantern, 303: &Netherrack, 304: &SoulSand, 305: &SoulSoil, 306: &Basalt, 307: &PolishedBasalt, 308: &SmoothBasalt, 309: &SoulTorch, 310: &Glowstone, 311: &InfestedStone, 312: &InfestedCobblestone, 313: &InfestedStoneBricks, 314: &InfestedMossyStoneBricks, 315: &InfestedCrackedStoneBricks, 316: &InfestedChiseledStoneBricks, 317: &InfestedDeepslate, 318: &StoneBricks, 319: &MossyStoneBricks, 320: &CrackedStoneBricks, 321: &ChiseledStoneBricks, 322: &PackedMud, 323: &MudBricks, 324: &DeepslateBricks, 325: &CrackedDeepslateBricks, 326: &DeepslateTiles, 327: &CrackedDeepslateTiles, 328: &ChiseledDeepslate, 329: &ReinforcedDeepslate, 330: &BrownMushroomBlock, 331: &RedMushroomBlock, 332: &MushroomStem, 333: &IronBars, 334: &Chain, 335: &GlassPane, 336: &Melon, 337: &Vine, 338: &GlowLichen, 339: &BrickStairs, 340: &StoneBrickStairs, 341: &MudBrickStairs, 342: &Mycelium, 343: &LilyPad, 344: &NetherBricks, 345: &CrackedNetherBricks, 346: &ChiseledNetherBricks, 347: &NetherBrickFence, 348: &NetherBrickStairs, 349: &Sculk, 350: &SculkVein, 351: &SculkCatalyst, 352: &SculkShrieker, 353: &EnchantingTable, 354: &EndPortalFrame, 355: &EndStone, 356: &EndStoneBricks, 357: &DragonEgg, 358: &SandstoneStairs, 359: &EnderChest, 360: &EmeraldBlock, 361: &OakStairs, 362: &SpruceStairs, 363: &BirchStairs, 364: &JungleStairs, 365: &AcaciaStairs, 366: &CherryStairs, 367: &DarkOakStairs, 368: &MangroveStairs, 369: &BambooStairs, 370: &BambooMosaicStairs, 371: &CrimsonStairs, 372: &WarpedStairs, 373: &CommandBlock, 374: &Beacon, 375: &CobblestoneWall, 376: &MossyCobblestoneWall, 377: &BrickWall, 378: &PrismarineWall, 379: &RedSandstoneWall, 380: &MossyStoneBrickWall, 381: &GraniteWall, 382: &StoneBrickWall, 383: &MudBrickWall, 384: &NetherBrickWall, 385: &AndesiteWall, 386: &RedNetherBrickWall, 387: &SandstoneWall, 388: &EndStoneBrickWall, 389: &DioriteWall, 390: &BlackstoneWall, 391: &PolishedBlackstoneWall, 392: &PolishedBlackstoneBrickWall, 393: &CobbledDeepslateWall, 394: &PolishedDeepslateWall, 395: &DeepslateBrickWall, 396: &DeepslateTileWall, 397: &Anvil, 398: &ChippedAnvil, 399: &DamagedAnvil, 400: &ChiseledQuartzBlock, 401: &QuartzBlock, 402: &QuartzBricks, 403: &QuartzPillar, 404: &QuartzStairs, 405: &WhiteTerracotta, 406: &OrangeTerracotta, 407: &MagentaTerracotta, 408: &LightBlueTerracotta, 409: &YellowTerracotta, 410: &LimeTerracotta, 411: &PinkTerracotta, 412: &GrayTerracotta, 413: &LightGrayTerracotta, 414: &CyanTerracotta, 415: &PurpleTerracotta, 416: &BlueTerracotta, 417: &BrownTerracotta, 418: &GreenTerracotta, 419: &RedTerracotta, 420: &BlackTerracotta, 421: &Barrier, 422: &Light, 423: &HayBlock, 424: &WhiteCarpet, 425: &OrangeCarpet, 426: &MagentaCarpet, 427: &LightBlueCarpet, 428: &YellowCarpet, 429: &LimeCarpet, 430: &PinkCarpet, 431: &GrayCarpet, 432: &LightGrayCarpet, 433: &CyanCarpet, 434: &PurpleCarpet, 435: &BlueCarpet, 436: &BrownCarpet, 437: &GreenCarpet, 438: &RedCarpet, 439: &BlackCarpet, 440: &Terracotta, 441: &PackedIce, 442: &DirtPath, 443: &Sunflower, 444: &Lilac, 445: &RoseBush, 446: &Peony, 447: &TallGrass, 448: &LargeFern, 449: &WhiteStainedGlass, 450: &OrangeStainedGlass, 451: &MagentaStainedGlass, 452: &LightBlueStainedGlass, 453: &YellowStainedGlass, 454: &LimeStainedGlass, 455: &PinkStainedGlass, 456: &GrayStainedGlass, 457: &LightGrayStainedGlass, 458: &CyanStainedGlass, 459: &PurpleStainedGlass, 460: &BlueStainedGlass, 461: &BrownStainedGlass, 462: &GreenStainedGlass, 463: &RedStainedGlass, 464: &BlackStainedGlass, 465: &WhiteStainedGlassPane, 466: &OrangeStainedGlassPane, 467: &MagentaStainedGlassPane, 468: &LightBlueStainedGlassPane, 469: &YellowStainedGlassPane, 470: &LimeStainedGlassPane, 471: &PinkStainedGlassPane, 472: &GrayStainedGlassPane, 473: &LightGrayStainedGlassPane, 474: &CyanStainedGlassPane, 475: &PurpleStainedGlassPane, 476: &BlueStainedGlassPane, 477: &BrownStainedGlassPane, 478: &GreenStainedGlassPane, 479: &RedStainedGlassPane, 480: &BlackStainedGlassPane, 481: &Prismarine, 482: &PrismarineBricks, 483: &DarkPrismarine, 484: &PrismarineStairs, 485: &PrismarineBrickStairs, 486: &DarkPrismarineStairs, 487: &SeaLantern, 488: &RedSandstone, 489: &ChiseledRedSandstone, 490: &CutRedSandstone, 491: &RedSandstoneStairs, 492: &RepeatingCommandBlock, 493: &ChainCommandBlock, 494: &MagmaBlock, 495: &NetherWartBlock, 496: &WarpedWartBlock, 497: &RedNetherBricks, 498: &BoneBlock, 499: &StructureVoid, 500: &ShulkerBox, 501: &WhiteShulkerBox, 502: &OrangeShulkerBox, 503: &MagentaShulkerBox, 504: &LightBlueShulkerBox, 505: &YellowShulkerBox, 506: &LimeShulkerBox, 507: &PinkShulkerBox, 508: &GrayShulkerBox, 509: &LightGrayShulkerBox, 510: &CyanShulkerBox, 511: &PurpleShulkerBox, 512: &BlueShulkerBox, 513: &BrownShulkerBox, 514: &GreenShulkerBox, 515: &RedShulkerBox, 516: &BlackShulkerBox, 517: &WhiteGlazedTerracotta, 518: &OrangeGlazedTerracotta, 519: &MagentaGlazedTerracotta, 520: &LightBlueGlazedTerracotta, 521: &YellowGlazedTerracotta, 522: &LimeGlazedTerracotta, 523: &PinkGlazedTerracotta, 524: &GrayGlazedTerracotta, 525: &LightGrayGlazedTerracotta, 526: &CyanGlazedTerracotta, 527: &PurpleGlazedTerracotta, 528: &BlueGlazedTerracotta, 529: &BrownGlazedTerracotta, 530: &GreenGlazedTerracotta, 531: &RedGlazedTerracotta, 532: &BlackGlazedTerracotta, 533: &WhiteConcrete, 534: &OrangeConcrete, 535: &MagentaConcrete, 536: &LightBlueConcrete, 537: &YellowConcrete, 538: &LimeConcrete, 539: &PinkConcrete, 540: &GrayConcrete, 541: &LightGrayConcrete, 542: &CyanConcrete, 543: &PurpleConcrete, 544: &BlueConcrete, 545: &BrownConcrete, 546: &GreenConcrete, 547: &RedConcrete, 548: &BlackConcrete, 549: &WhiteConcretePowder, 550: &OrangeConcretePowder, 551: &MagentaConcretePowder, 552: &LightBlueConcretePowder, 553: &YellowConcretePowder, 554: &LimeConcretePowder, 555: &PinkConcretePowder, 556: &GrayConcretePowder, 557: &LightGrayConcretePowder, 558: &CyanConcretePowder, 559: &PurpleConcretePowder, 560: &BlueConcretePowder, 561: &BrownConcretePowder, 562: &GreenConcretePowder, 563: &RedConcretePowder, 564: &BlackConcretePowder, 565: &TurtleEgg, 566: &SnifferEgg, 567: &DeadTubeCoralBlock, 568: &DeadBrainCoralBlock, 569: &DeadBubbleCoralBlock, 570: &DeadFireCoralBlock, 571: &DeadHornCoralBlock, 572: &TubeCoralBlock, 573: &BrainCoralBlock, 574: &BubbleCoralBlock, 575: &FireCoralBlock, 576: &HornCoralBlock, 577: &TubeCoral, 578: &BrainCoral, 579: &BubbleCoral, 580: &FireCoral, 581: &HornCoral, 582: &DeadBrainCoral, 583: &DeadBubbleCoral, 584: &DeadFireCoral, 585: &DeadHornCoral, 586: &DeadTubeCoral, 587: &TubeCoralFan, 588: &BrainCoralFan, 589: &BubbleCoralFan, 590: &FireCoralFan, 591: &HornCoralFan, 592: &DeadTubeCoralFan, 593: &DeadBrainCoralFan, 594: &DeadBubbleCoralFan, 595: &DeadFireCoralFan, 596: &DeadHornCoralFan, 597: &BlueIce, 598: &Conduit, 599: &PolishedGraniteStairs, 600: &SmoothRedSandstoneStairs, 601: &MossyStoneBrickStairs, 602: &PolishedDioriteStairs, 603: &MossyCobblestoneStairs, 604: &EndStoneBrickStairs, 605: &StoneStairs, 606: &SmoothSandstoneStairs, 607: &SmoothQuartzStairs, 608: &GraniteStairs, 609: &AndesiteStairs, 610: &RedNetherBrickStairs, 611: &PolishedAndesiteStairs, 612: &DioriteStairs, 613: &CobbledDeepslateStairs, 614: &PolishedDeepslateStairs, 615: &DeepslateBrickStairs, 616: &DeepslateTileStairs, 617: &PolishedGraniteSlab, 618: &SmoothRedSandstoneSlab, 619: &MossyStoneBrickSlab, 620: &PolishedDioriteSlab, 621: &MossyCobblestoneSlab, 622: &EndStoneBrickSlab, 623: &SmoothSandstoneSlab, 624: &SmoothQuartzSlab, 625: &GraniteSlab, 626: &AndesiteSlab, 627: &RedNetherBrickSlab, 628: &PolishedAndesiteSlab, 629: &DioriteSlab, 630: &CobbledDeepslateSlab, 631: &PolishedDeepslateSlab, 632: &DeepslateBrickSlab, 633: &DeepslateTileSlab, 634: &Scaffolding, 635: &Redstone, 636: &RedstoneTorch, 637: &RedstoneBlock, 638: &Repeater, 639: &Comparator, 640: &Piston, 641: &StickyPiston, 642: &SlimeBlock, 643: &HoneyBlock, 644: &Observer, 645: &Hopper, 646: &Dispenser, 647: &Dropper, 648: &Lectern, 649: &Target, 650: &Lever, 651: &LightningRod, 652: &DaylightDetector, 653: &SculkSensor, 654: &CalibratedSculkSensor, 655: &TripwireHook, 656: &TrappedChest, 657: &Tnt, 658: &RedstoneLamp, 659: &NoteBlock, 660: &StoneButton, 661: &PolishedBlackstoneButton, 662: &OakButton, 663: &SpruceButton, 664: &BirchButton, 665: &JungleButton, 666: &AcaciaButton, 667: &CherryButton, 668: &DarkOakButton, 669: &MangroveButton, 670: &BambooButton, 671: &CrimsonButton, 672: &WarpedButton, 673: &StonePressurePlate, 674: &PolishedBlackstonePressurePlate, 675: &LightWeightedPressurePlate, 676: &HeavyWeightedPressurePlate, 677: &OakPressurePlate, 678: &SprucePressurePlate, 679: &BirchPressurePlate, 680: &JunglePressurePlate, 681: &AcaciaPressurePlate, 682: &CherryPressurePlate, 683: &DarkOakPressurePlate, 684: &MangrovePressurePlate, 685: &BambooPressurePlate, 686: &CrimsonPressurePlate, 687: &WarpedPressurePlate, 688: &IronDoor, 689: &OakDoor, 690: &SpruceDoor, 691: &BirchDoor, 692: &JungleDoor, 693: &AcaciaDoor, 694: &CherryDoor, 695: &DarkOakDoor, 696: &MangroveDoor, 697: &BambooDoor, 698: &CrimsonDoor, 699: &WarpedDoor, 700: &IronTrapdoor, 701: &OakTrapdoor, 702: &SpruceTrapdoor, 703: &BirchTrapdoor, 704: &JungleTrapdoor, 705: &AcaciaTrapdoor, 706: &CherryTrapdoor, 707: &DarkOakTrapdoor, 708: &MangroveTrapdoor, 709: &BambooTrapdoor, 710: &CrimsonTrapdoor, 711: &WarpedTrapdoor, 712: &OakFenceGate, 713: &SpruceFenceGate, 714: &BirchFenceGate, 715: &JungleFenceGate, 716: &AcaciaFenceGate, 717: &CherryFenceGate, 718: &DarkOakFenceGate, 719: &MangroveFenceGate, 720: &BambooFenceGate, 721: &CrimsonFenceGate, 722: &WarpedFenceGate, 723: &PoweredRail, 724: &DetectorRail, 725: &Rail, 726: &ActivatorRail, 727: &Saddle, 728: &Minecart, 729: &ChestMinecart, 730: &FurnaceMinecart, 731: &TntMinecart, 732: &HopperMinecart, 733: &CarrotOnAStick, 734: &WarpedFungusOnAStick, 735: &Elytra, 736: &OakBoat, 737: &OakChestBoat, 738: &SpruceBoat, 739: &SpruceChestBoat, 740: &BirchBoat, 741: &BirchChestBoat, 742: &JungleBoat, 743: &JungleChestBoat, 744: &AcaciaBoat, 745: &AcaciaChestBoat, 746: &CherryBoat, 747: &CherryChestBoat, 748: &DarkOakBoat, 749: &DarkOakChestBoat, 750: &MangroveBoat, 751: &MangroveChestBoat, 752: &BambooRaft, 753: &BambooChestRaft, 754: &StructureBlock, 755: &Jigsaw, 756: &TurtleHelmet, 757: &Scute, 758: &FlintAndSteel, 759: &Apple, 760: &Bow, 761: &Arrow, 762: &Coal, 763: &Charcoal, 764: &Diamond, 765: &Emerald, 766: &LapisLazuli, 767: &Quartz, 768: &AmethystShard, 769: &RawIron, 770: &IronIngot, 771: &RawCopper, 772: &CopperIngot, 773: &RawGold, 774: &GoldIngot, 775: &NetheriteIngot, 776: &NetheriteScrap, 777: &WoodenSword, 778: &WoodenShovel, 779: &WoodenPickaxe, 780: &WoodenAxe, 781: &WoodenHoe, 782: &StoneSword, 783: &StoneShovel, 784: &StonePickaxe, 785: &StoneAxe, 786: &StoneHoe, 787: &GoldenSword, 788: &GoldenShovel, 789: &GoldenPickaxe, 790: &GoldenAxe, 791: &GoldenHoe, 792: &IronSword, 793: &IronShovel, 794: &IronPickaxe, 795: &IronAxe, 796: &IronHoe, 797: &DiamondSword, 798: &DiamondShovel, 799: &DiamondPickaxe, 800: &DiamondAxe, 801: &DiamondHoe, 802: &NetheriteSword, 803: &NetheriteShovel, 804: &NetheritePickaxe, 805: &NetheriteAxe, 806: &NetheriteHoe, 807: &Stick, 808: &Bowl, 809: &MushroomStew, 810: &String, 811: &Feather, 812: &Gunpowder, 813: &WheatSeeds, 814: &Wheat, 815: &Bread, 816: &LeatherHelmet, 817: &LeatherChestplate, 818: &LeatherLeggings, 819: &LeatherBoots, 820: &ChainmailHelmet, 821: &ChainmailChestplate, 822: &ChainmailLeggings, 823: &ChainmailBoots, 824: &IronHelmet, 825: &IronChestplate, 826: &IronLeggings, 827: &IronBoots, 828: &DiamondHelmet, 829: &DiamondChestplate, 830: &DiamondLeggings, 831: &DiamondBoots, 832: &GoldenHelmet, 833: &GoldenChestplate, 834: &GoldenLeggings, 835: &GoldenBoots, 836: &NetheriteHelmet, 837: &NetheriteChestplate, 838: &NetheriteLeggings, 839: &NetheriteBoots, 840: &Flint, 841: &Porkchop, 842: &CookedPorkchop, 843: &Painting, 844: &GoldenApple, 845: &EnchantedGoldenApple, 846: &OakSign, 847: &SpruceSign, 848: &BirchSign, 849: &JungleSign, 850: &AcaciaSign, 851: &CherrySign, 852: &DarkOakSign, 853: &MangroveSign, 854: &BambooSign, 855: &CrimsonSign, 856: &WarpedSign, 857: &OakHangingSign, 858: &SpruceHangingSign, 859: &BirchHangingSign, 860: &JungleHangingSign, 861: &AcaciaHangingSign, 862: &CherryHangingSign, 863: &DarkOakHangingSign, 864: &MangroveHangingSign, 865: &BambooHangingSign, 866: &CrimsonHangingSign, 867: &WarpedHangingSign, 868: &Bucket, 869: &WaterBucket, 870: &LavaBucket, 871: &PowderSnowBucket, 872: &Snowball, 873: &Leather, 874: &MilkBucket, 875: &PufferfishBucket, 876: &SalmonBucket, 877: &CodBucket, 878: &TropicalFishBucket, 879: &AxolotlBucket, 880: &TadpoleBucket, 881: &Brick, 882: &ClayBall, 883: &DriedKelpBlock, 884: &Paper, 885: &Book, 886: &SlimeBall, 887: &Egg, 888: &Compass, 889: &RecoveryCompass, 890: &Bundle, 891: &FishingRod, 892: &Clock, 893: &Spyglass, 894: &GlowstoneDust, 895: &Cod, 896: &Salmon, 897: &TropicalFish, 898: &Pufferfish, 899: &CookedCod, 900: &CookedSalmon, 901: &InkSac, 902: &GlowInkSac, 903: &CocoaBeans, 904: &WhiteDye, 905: &OrangeDye, 906: &MagentaDye, 907: &LightBlueDye, 908: &YellowDye, 909: &LimeDye, 910: &PinkDye, 911: &GrayDye, 912: &LightGrayDye, 913: &CyanDye, 914: &PurpleDye, 915: &BlueDye, 916: &BrownDye, 917: &GreenDye, 918: &RedDye, 919: &BlackDye, 920: &BoneMeal, 921: &Bone, 922: &Sugar, 923: &Cake, 924: &WhiteBed, 925: &OrangeBed, 926: &MagentaBed, 927: &LightBlueBed, 928: &YellowBed, 929: &LimeBed, 930: &PinkBed, 931: &GrayBed, 932: &LightGrayBed, 933: &CyanBed, 934: &PurpleBed, 935: &BlueBed, 936: &BrownBed, 937: &GreenBed, 938: &RedBed, 939: &BlackBed, 940: &Cookie, 941: &FilledMap, 942: &Shears, 943: &MelonSlice, 944: &DriedKelp, 945: &PumpkinSeeds, 946: &MelonSeeds, 947: &Beef, 948: &CookedBeef, 949: &Chicken, 950: &CookedChicken, 951: &RottenFlesh, 952: &EnderPearl, 953: &BlazeRod, 954: &GhastTear, 955: &GoldNugget, 956: &NetherWart, 957: &Potion, 958: &GlassBottle, 959: &SpiderEye, 960: &FermentedSpiderEye, 961: &BlazePowder, 962: &MagmaCream, 963: &BrewingStand, 964: &Cauldron, 965: &EnderEye, 966: &GlisteringMelonSlice, 967: &AllaySpawnEgg, 968: &AxolotlSpawnEgg, 969: &BatSpawnEgg, 970: &BeeSpawnEgg, 971: &BlazeSpawnEgg, 972: &CatSpawnEgg, 973: &CamelSpawnEgg, 974: &CaveSpiderSpawnEgg, 975: &ChickenSpawnEgg, 976: &CodSpawnEgg, 977: &CowSpawnEgg, 978: &CreeperSpawnEgg, 979: &DolphinSpawnEgg, 980: &DonkeySpawnEgg, 981: &DrownedSpawnEgg, 982: &ElderGuardianSpawnEgg, 983: &EnderDragonSpawnEgg, 984: &EndermanSpawnEgg, 985: &EndermiteSpawnEgg, 986: &EvokerSpawnEgg, 987: &FoxSpawnEgg, 988: &FrogSpawnEgg, 989: &GhastSpawnEgg, 990: &GlowSquidSpawnEgg, 991: &GoatSpawnEgg, 992: &GuardianSpawnEgg, 993: &HoglinSpawnEgg, 994: &HorseSpawnEgg, 995: &HuskSpawnEgg, 996: &IronGolemSpawnEgg, 997: &LlamaSpawnEgg, 998: &MagmaCubeSpawnEgg, 999: &MooshroomSpawnEgg, 1000: &MuleSpawnEgg, 1001: &OcelotSpawnEgg, 1002: &PandaSpawnEgg, 1003: &ParrotSpawnEgg, 1004: &PhantomSpawnEgg, 1005: &PigSpawnEgg, 1006: &PiglinSpawnEgg, 1007: &PiglinBruteSpawnEgg, 1008: &PillagerSpawnEgg, 1009: &PolarBearSpawnEgg, 1010: &PufferfishSpawnEgg, 1011: &RabbitSpawnEgg, 1012: &RavagerSpawnEgg, 1013: &SalmonSpawnEgg, 1014: &SheepSpawnEgg, 1015: &ShulkerSpawnEgg, 1016: &SilverfishSpawnEgg, 1017: &SkeletonSpawnEgg, 1018: &SkeletonHorseSpawnEgg, 1019: &SlimeSpawnEgg, 1020: &SnifferSpawnEgg, 1021: &SnowGolemSpawnEgg, 1022: &SpiderSpawnEgg, 1023: &SquidSpawnEgg, 1024: &StraySpawnEgg, 1025: &StriderSpawnEgg, 1026: &TadpoleSpawnEgg, 1027: &TraderLlamaSpawnEgg, 1028: &TropicalFishSpawnEgg, 1029: &TurtleSpawnEgg, 1030: &VexSpawnEgg, 1031: &VillagerSpawnEgg, 1032: &VindicatorSpawnEgg, 1033: &WanderingTraderSpawnEgg, 1034: &WardenSpawnEgg, 1035: &WitchSpawnEgg, 1036: &WitherSpawnEgg, 1037: &WitherSkeletonSpawnEgg, 1038: &WolfSpawnEgg, 1039: &ZoglinSpawnEgg, 1040: &ZombieSpawnEgg, 1041: &ZombieHorseSpawnEgg, 1042: &ZombieVillagerSpawnEgg, 1043: &ZombifiedPiglinSpawnEgg, 1044: &ExperienceBottle, 1045: &FireCharge, 1046: &WritableBook, 1047: &WrittenBook, 1048: &ItemFrame, 1049: &GlowItemFrame, 1050: &FlowerPot, 1051: &Carrot, 1052: &Potato, 1053: &BakedPotato, 1054: &PoisonousPotato, 1055: &Map, 1056: &GoldenCarrot, 1057: &SkeletonSkull, 1058: &WitherSkeletonSkull, 1059: &PlayerHead, 1060: &ZombieHead, 1061: &CreeperHead, 1062: &DragonHead, 1063: &PiglinHead, 1064: &NetherStar, 1065: &PumpkinPie, 1066: &FireworkRocket, 1067: &FireworkStar, 1068: &EnchantedBook, 1069: &NetherBrick, 1070: &PrismarineShard, 1071: &PrismarineCrystals, 1072: &Rabbit, 1073: &CookedRabbit, 1074: &RabbitStew, 1075: &RabbitFoot, 1076: &RabbitHide, 1077: &ArmorStand, 1078: &IronHorseArmor, 1079: &GoldenHorseArmor, 1080: &DiamondHorseArmor, 1081: &LeatherHorseArmor, 1082: &Lead, 1083: &NameTag, 1084: &CommandBlockMinecart, 1085: &Mutton, 1086: &CookedMutton, 1087: &WhiteBanner, 1088: &OrangeBanner, 1089: &MagentaBanner, 1090: &LightBlueBanner, 1091: &YellowBanner, 1092: &LimeBanner, 1093: &PinkBanner, 1094: &GrayBanner, 1095: &LightGrayBanner, 1096: &CyanBanner, 1097: &PurpleBanner, 1098: &BlueBanner, 1099: &BrownBanner, 1100: &GreenBanner, 1101: &RedBanner, 1102: &BlackBanner, 1103: &EndCrystal, 1104: &ChorusFruit, 1105: &PoppedChorusFruit, 1106: &TorchflowerSeeds, 1107: &PitcherPod, 1108: &Beetroot, 1109: &BeetrootSeeds, 1110: &BeetrootSoup, 1111: &DragonBreath, 1112: &SplashPotion, 1113: &SpectralArrow, 1114: &TippedArrow, 1115: &LingeringPotion, 1116: &Shield, 1117: &TotemOfUndying, 1118: &ShulkerShell, 1119: &IronNugget, 1120: &KnowledgeBook, 1121: &DebugStick, 1122: &MusicDisc13, 1123: &MusicDiscCat, 1124: &MusicDiscBlocks, 1125: &MusicDiscChirp, 1126: &MusicDiscFar, 1127: &MusicDiscMall, 1128: &MusicDiscMellohi, 1129: &MusicDiscStal, 1130: &MusicDiscStrad, 1131: &MusicDiscWard, 1132: &MusicDisc11, 1133: &MusicDiscWait, 1134: &MusicDiscOtherside, 1135: &MusicDiscRelic, 1136: &MusicDisc5, 1137: &MusicDiscPigstep, 1138: &DiscFragment5, 1139: &Trident, 1140: &PhantomMembrane, 1141: &NautilusShell, 1142: &HeartOfTheSea, 1143: &Crossbow, 1144: &SuspiciousStew, 1145: &Loom, 1146: &FlowerBannerPattern, 1147: &CreeperBannerPattern, 1148: &SkullBannerPattern, 1149: &MojangBannerPattern, 1150: &GlobeBannerPattern, 1151: &PiglinBannerPattern, 1152: &GoatHorn, 1153: &Composter, 1154: &Barrel, 1155: &Smoker, 1156: &BlastFurnace, 1157: &CartographyTable, 1158: &FletchingTable, 1159: &Grindstone, 1160: &SmithingTable, 1161: &Stonecutter, 1162: &Bell, 1163: &Lantern, 1164: &SoulLantern, 1165: &SweetBerries, 1166: &GlowBerries, 1167: &Campfire, 1168: &SoulCampfire, 1169: &Shroomlight, 1170: &Honeycomb, 1171: &BeeNest, 1172: &Beehive, 1173: &HoneyBottle, 1174: &HoneycombBlock, 1175: &Lodestone, 1176: &CryingObsidian, 1177: &Blackstone, 1178: &BlackstoneSlab, 1179: &BlackstoneStairs, 1180: &GildedBlackstone, 1181: &PolishedBlackstone, 1182: &PolishedBlackstoneSlab, 1183: &PolishedBlackstoneStairs, 1184: &ChiseledPolishedBlackstone, 1185: &PolishedBlackstoneBricks, 1186: &PolishedBlackstoneBrickSlab, 1187: &PolishedBlackstoneBrickStairs, 1188: &CrackedPolishedBlackstoneBricks, 1189: &RespawnAnchor, 1190: &Candle, 1191: &WhiteCandle, 1192: &OrangeCandle, 1193: &MagentaCandle, 1194: &LightBlueCandle, 1195: &YellowCandle, 1196: &LimeCandle, 1197: &PinkCandle, 1198: &GrayCandle, 1199: &LightGrayCandle, 1200: &CyanCandle, 1201: &PurpleCandle, 1202: &BlueCandle, 1203: &BrownCandle, 1204: &GreenCandle, 1205: &RedCandle, 1206: &BlackCandle, 1207: &SmallAmethystBud, 1208: &MediumAmethystBud, 1209: &LargeAmethystBud, 1210: &AmethystCluster, 1211: &PointedDripstone, 1212: &OchreFroglight, 1213: &VerdantFroglight, 1214: &PearlescentFroglight, 1215: &Frogspawn, 1216: &EchoShard, 1217: &Brush, 1218: &NetheriteUpgradeSmithingTemplate, 1219: &SentryArmorTrimSmithingTemplate, 1220: &DuneArmorTrimSmithingTemplate, 1221: &CoastArmorTrimSmithingTemplate, 1222: &WildArmorTrimSmithingTemplate, 1223: &WardArmorTrimSmithingTemplate, 1224: &EyeArmorTrimSmithingTemplate, 1225: &VexArmorTrimSmithingTemplate, 1226: &TideArmorTrimSmithingTemplate, 1227: &SnoutArmorTrimSmithingTemplate, 1228: &RibArmorTrimSmithingTemplate, 1229: &SpireArmorTrimSmithingTemplate, 1230: &WayfinderArmorTrimSmithingTemplate, 1231: &ShaperArmorTrimSmithingTemplate, 1232: &SilenceArmorTrimSmithingTemplate, 1233: &RaiserArmorTrimSmithingTemplate, 1234: &HostArmorTrimSmithingTemplate, 1235: &AnglerPotterySherd, 1236: &ArcherPotterySherd, 1237: &ArmsUpPotterySherd, 1238: &BladePotterySherd, 1239: &BrewerPotterySherd, 1240: &BurnPotterySherd, 1241: &DangerPotterySherd, 1242: &ExplorerPotterySherd, 1243: &FriendPotterySherd, 1244: &HeartPotterySherd, 1245: &HeartbreakPotterySherd, 1246: &HowlPotterySherd, 1247: &MinerPotterySherd, 1248: &MournerPotterySherd, 1249: &PlentyPotterySherd, 1250: &PrizePotterySherd, 1251: &SheafPotterySherd, 1252: &ShelterPotterySherd, 1253: &SkullPotterySherd, 1254: &SnortPotterySherd, }