using System; using System.Collections.Generic; namespace MinecraftClient.Inventory.ItemPalettes { public class ItemPalette118 : ItemPalette { private static Dictionary mappings = new Dictionary(); static ItemPalette118() { mappings[0] = ItemType.Air; mappings[1] = ItemType.Stone; mappings[2] = ItemType.Granite; mappings[3] = ItemType.PolishedGranite; mappings[4] = ItemType.Diorite; mappings[5] = ItemType.PolishedDiorite; mappings[6] = ItemType.Andesite; mappings[7] = ItemType.PolishedAndesite; mappings[8] = ItemType.Deepslate; mappings[9] = ItemType.CobbledDeepslate; mappings[10] = ItemType.PolishedDeepslate; mappings[11] = ItemType.Calcite; mappings[12] = ItemType.Tuff; mappings[13] = ItemType.DripstoneBlock; mappings[14] = ItemType.GrassBlock; mappings[15] = ItemType.Dirt; mappings[16] = ItemType.CoarseDirt; mappings[17] = ItemType.Podzol; mappings[18] = ItemType.RootedDirt; mappings[19] = ItemType.CrimsonNylium; mappings[20] = ItemType.WarpedNylium; mappings[21] = ItemType.Cobblestone; mappings[22] = ItemType.OakPlanks; mappings[23] = ItemType.SprucePlanks; mappings[24] = ItemType.BirchPlanks; mappings[25] = ItemType.JunglePlanks; mappings[26] = ItemType.AcaciaPlanks; mappings[27] = ItemType.DarkOakPlanks; mappings[28] = ItemType.CrimsonPlanks; mappings[29] = ItemType.WarpedPlanks; mappings[30] = ItemType.OakSapling; mappings[31] = ItemType.SpruceSapling; mappings[32] = ItemType.BirchSapling; mappings[33] = ItemType.JungleSapling; mappings[34] = ItemType.AcaciaSapling; mappings[35] = ItemType.DarkOakSapling; mappings[36] = ItemType.Bedrock; mappings[37] = ItemType.Sand; mappings[38] = ItemType.RedSand; mappings[39] = ItemType.Gravel; mappings[40] = ItemType.CoalOre; mappings[41] = ItemType.DeepslateCoalOre; mappings[42] = ItemType.IronOre; mappings[43] = ItemType.DeepslateIronOre; mappings[44] = ItemType.CopperOre; mappings[45] = ItemType.DeepslateCopperOre; mappings[46] = ItemType.GoldOre; mappings[47] = ItemType.DeepslateGoldOre; mappings[48] = ItemType.RedstoneOre; mappings[49] = ItemType.DeepslateRedstoneOre; mappings[50] = ItemType.EmeraldOre; mappings[51] = ItemType.DeepslateEmeraldOre; mappings[52] = ItemType.LapisOre; mappings[53] = ItemType.DeepslateLapisOre; mappings[54] = ItemType.DiamondOre; mappings[55] = ItemType.DeepslateDiamondOre; mappings[56] = ItemType.NetherGoldOre; mappings[57] = ItemType.NetherQuartzOre; mappings[58] = ItemType.AncientDebris; mappings[59] = ItemType.CoalBlock; mappings[60] = ItemType.RawIronBlock; mappings[61] = ItemType.RawCopperBlock; mappings[62] = ItemType.RawGoldBlock; mappings[63] = ItemType.AmethystBlock; mappings[64] = ItemType.BuddingAmethyst; mappings[65] = ItemType.IronBlock; mappings[66] = ItemType.CopperBlock; mappings[67] = ItemType.GoldBlock; mappings[68] = ItemType.DiamondBlock; mappings[69] = ItemType.NetheriteBlock; mappings[70] = ItemType.ExposedCopper; mappings[71] = ItemType.WeatheredCopper; mappings[72] = ItemType.OxidizedCopper; mappings[73] = ItemType.CutCopper; mappings[74] = ItemType.ExposedCutCopper; mappings[75] = ItemType.WeatheredCutCopper; mappings[76] = ItemType.OxidizedCutCopper; mappings[77] = ItemType.CutCopperStairs; mappings[78] = ItemType.ExposedCutCopperStairs; mappings[79] = ItemType.WeatheredCutCopperStairs; mappings[80] = ItemType.OxidizedCutCopperStairs; mappings[81] = ItemType.CutCopperSlab; mappings[82] = ItemType.ExposedCutCopperSlab; mappings[83] = ItemType.WeatheredCutCopperSlab; mappings[84] = ItemType.OxidizedCutCopperSlab; mappings[85] = ItemType.WaxedCopperBlock; mappings[86] = ItemType.WaxedExposedCopper; mappings[87] = ItemType.WaxedWeatheredCopper; mappings[88] = ItemType.WaxedOxidizedCopper; mappings[89] = ItemType.WaxedCutCopper; mappings[90] = ItemType.WaxedExposedCutCopper; mappings[91] = ItemType.WaxedWeatheredCutCopper; mappings[92] = ItemType.WaxedOxidizedCutCopper; mappings[93] = ItemType.WaxedCutCopperStairs; mappings[94] = ItemType.WaxedExposedCutCopperStairs; mappings[95] = ItemType.WaxedWeatheredCutCopperStairs; mappings[96] = ItemType.WaxedOxidizedCutCopperStairs; mappings[97] = ItemType.WaxedCutCopperSlab; mappings[98] = ItemType.WaxedExposedCutCopperSlab; mappings[99] = ItemType.WaxedWeatheredCutCopperSlab; mappings[100] = ItemType.WaxedOxidizedCutCopperSlab; mappings[101] = ItemType.OakLog; mappings[102] = ItemType.SpruceLog; mappings[103] = ItemType.BirchLog; mappings[104] = ItemType.JungleLog; mappings[105] = ItemType.AcaciaLog; mappings[106] = ItemType.DarkOakLog; mappings[107] = ItemType.CrimsonStem; mappings[108] = ItemType.WarpedStem; mappings[109] = ItemType.StrippedOakLog; mappings[110] = ItemType.StrippedSpruceLog; mappings[111] = ItemType.StrippedBirchLog; mappings[112] = ItemType.StrippedJungleLog; mappings[113] = ItemType.StrippedAcaciaLog; mappings[114] = ItemType.StrippedDarkOakLog; mappings[115] = ItemType.StrippedCrimsonStem; mappings[116] = ItemType.StrippedWarpedStem; mappings[117] = ItemType.StrippedOakWood; mappings[118] = ItemType.StrippedSpruceWood; mappings[119] = ItemType.StrippedBirchWood; mappings[120] = ItemType.StrippedJungleWood; mappings[121] = ItemType.StrippedAcaciaWood; mappings[122] = ItemType.StrippedDarkOakWood; mappings[123] = ItemType.StrippedCrimsonHyphae; mappings[124] = ItemType.StrippedWarpedHyphae; mappings[125] = ItemType.OakWood; mappings[126] = ItemType.SpruceWood; mappings[127] = ItemType.BirchWood; mappings[128] = ItemType.JungleWood; mappings[129] = ItemType.AcaciaWood; mappings[130] = ItemType.DarkOakWood; mappings[131] = ItemType.CrimsonHyphae; mappings[132] = ItemType.WarpedHyphae; mappings[133] = ItemType.OakLeaves; mappings[134] = ItemType.SpruceLeaves; mappings[135] = ItemType.BirchLeaves; mappings[136] = ItemType.JungleLeaves; mappings[137] = ItemType.AcaciaLeaves; mappings[138] = ItemType.DarkOakLeaves; mappings[139] = ItemType.AzaleaLeaves; mappings[140] = ItemType.FloweringAzaleaLeaves; mappings[141] = ItemType.Sponge; mappings[142] = ItemType.WetSponge; mappings[143] = ItemType.Glass; mappings[144] = ItemType.TintedGlass; mappings[145] = ItemType.LapisBlock; mappings[146] = ItemType.Sandstone; mappings[147] = ItemType.ChiseledSandstone; mappings[148] = ItemType.CutSandstone; mappings[149] = ItemType.Cobweb; mappings[150] = ItemType.Grass; mappings[151] = ItemType.Fern; mappings[152] = ItemType.Azalea; mappings[153] = ItemType.FloweringAzalea; mappings[154] = ItemType.DeadBush; mappings[155] = ItemType.Seagrass; mappings[156] = ItemType.SeaPickle; mappings[157] = ItemType.WhiteWool; mappings[158] = ItemType.OrangeWool; mappings[159] = ItemType.MagentaWool; mappings[160] = ItemType.LightBlueWool; mappings[161] = ItemType.YellowWool; mappings[162] = ItemType.LimeWool; mappings[163] = ItemType.PinkWool; mappings[164] = ItemType.GrayWool; mappings[165] = ItemType.LightGrayWool; mappings[166] = ItemType.CyanWool; mappings[167] = ItemType.PurpleWool; mappings[168] = ItemType.BlueWool; mappings[169] = ItemType.BrownWool; mappings[170] = ItemType.GreenWool; mappings[171] = ItemType.RedWool; mappings[172] = ItemType.BlackWool; mappings[173] = ItemType.Dandelion; mappings[174] = ItemType.Poppy; mappings[175] = ItemType.BlueOrchid; mappings[176] = ItemType.Allium; mappings[177] = ItemType.AzureBluet; mappings[178] = ItemType.RedTulip; mappings[179] = ItemType.OrangeTulip; mappings[180] = ItemType.WhiteTulip; mappings[181] = ItemType.PinkTulip; mappings[182] = ItemType.OxeyeDaisy; mappings[183] = ItemType.Cornflower; mappings[184] = ItemType.LilyOfTheValley; mappings[185] = ItemType.WitherRose; mappings[186] = ItemType.SporeBlossom; mappings[187] = ItemType.BrownMushroom; mappings[188] = ItemType.RedMushroom; mappings[189] = ItemType.CrimsonFungus; mappings[190] = ItemType.WarpedFungus; mappings[191] = ItemType.CrimsonRoots; mappings[192] = ItemType.WarpedRoots; mappings[193] = ItemType.NetherSprouts; mappings[194] = ItemType.WeepingVines; mappings[195] = ItemType.TwistingVines; mappings[196] = ItemType.SugarCane; mappings[197] = ItemType.Kelp; mappings[198] = ItemType.MossCarpet; mappings[199] = ItemType.MossBlock; mappings[200] = ItemType.HangingRoots; mappings[201] = ItemType.BigDripleaf; mappings[202] = ItemType.SmallDripleaf; mappings[203] = ItemType.Bamboo; mappings[204] = ItemType.OakSlab; mappings[205] = ItemType.SpruceSlab; mappings[206] = ItemType.BirchSlab; mappings[207] = ItemType.JungleSlab; mappings[208] = ItemType.AcaciaSlab; mappings[209] = ItemType.DarkOakSlab; mappings[210] = ItemType.CrimsonSlab; mappings[211] = ItemType.WarpedSlab; mappings[212] = ItemType.StoneSlab; mappings[213] = ItemType.SmoothStoneSlab; mappings[214] = ItemType.SandstoneSlab; mappings[215] = ItemType.CutSandstoneSlab; mappings[216] = ItemType.PetrifiedOakSlab; mappings[217] = ItemType.CobblestoneSlab; mappings[218] = ItemType.BrickSlab; mappings[219] = ItemType.StoneBrickSlab; mappings[220] = ItemType.NetherBrickSlab; mappings[221] = ItemType.QuartzSlab; mappings[222] = ItemType.RedSandstoneSlab; mappings[223] = ItemType.CutRedSandstoneSlab; mappings[224] = ItemType.PurpurSlab; mappings[225] = ItemType.PrismarineSlab; mappings[226] = ItemType.PrismarineBrickSlab; mappings[227] = ItemType.DarkPrismarineSlab; mappings[228] = ItemType.SmoothQuartz; mappings[229] = ItemType.SmoothRedSandstone; mappings[230] = ItemType.SmoothSandstone; mappings[231] = ItemType.SmoothStone; mappings[232] = ItemType.Bricks; mappings[233] = ItemType.Bookshelf; mappings[234] = ItemType.MossyCobblestone; mappings[235] = ItemType.Obsidian; mappings[236] = ItemType.Torch; mappings[237] = ItemType.EndRod; mappings[238] = ItemType.ChorusPlant; mappings[239] = ItemType.ChorusFlower; mappings[240] = ItemType.PurpurBlock; mappings[241] = ItemType.PurpurPillar; mappings[242] = ItemType.PurpurStairs; mappings[243] = ItemType.Spawner; mappings[244] = ItemType.OakStairs; mappings[245] = ItemType.Chest; mappings[246] = ItemType.CraftingTable; mappings[247] = ItemType.Farmland; mappings[248] = ItemType.Furnace; mappings[249] = ItemType.Ladder; mappings[250] = ItemType.CobblestoneStairs; mappings[251] = ItemType.Snow; mappings[252] = ItemType.Ice; mappings[253] = ItemType.SnowBlock; mappings[254] = ItemType.Cactus; mappings[255] = ItemType.Clay; mappings[256] = ItemType.Jukebox; mappings[257] = ItemType.OakFence; mappings[258] = ItemType.SpruceFence; mappings[259] = ItemType.BirchFence; mappings[260] = ItemType.JungleFence; mappings[261] = ItemType.AcaciaFence; mappings[262] = ItemType.DarkOakFence; mappings[263] = ItemType.CrimsonFence; mappings[264] = ItemType.WarpedFence; mappings[265] = ItemType.Pumpkin; mappings[266] = ItemType.CarvedPumpkin; mappings[267] = ItemType.JackOLantern; mappings[268] = ItemType.Netherrack; mappings[269] = ItemType.SoulSand; mappings[270] = ItemType.SoulSoil; mappings[271] = ItemType.Basalt; mappings[272] = ItemType.PolishedBasalt; mappings[273] = ItemType.SmoothBasalt; mappings[274] = ItemType.SoulTorch; mappings[275] = ItemType.Glowstone; mappings[276] = ItemType.InfestedStone; mappings[277] = ItemType.InfestedCobblestone; mappings[278] = ItemType.InfestedStoneBricks; mappings[279] = ItemType.InfestedMossyStoneBricks; mappings[280] = ItemType.InfestedCrackedStoneBricks; mappings[281] = ItemType.InfestedChiseledStoneBricks; mappings[282] = ItemType.InfestedDeepslate; mappings[283] = ItemType.StoneBricks; mappings[284] = ItemType.MossyStoneBricks; mappings[285] = ItemType.CrackedStoneBricks; mappings[286] = ItemType.ChiseledStoneBricks; mappings[287] = ItemType.DeepslateBricks; mappings[288] = ItemType.CrackedDeepslateBricks; mappings[289] = ItemType.DeepslateTiles; mappings[290] = ItemType.CrackedDeepslateTiles; mappings[291] = ItemType.ChiseledDeepslate; mappings[292] = ItemType.BrownMushroomBlock; mappings[293] = ItemType.RedMushroomBlock; mappings[294] = ItemType.MushroomStem; mappings[295] = ItemType.IronBars; mappings[296] = ItemType.Chain; mappings[297] = ItemType.GlassPane; mappings[298] = ItemType.Melon; mappings[299] = ItemType.Vine; mappings[300] = ItemType.GlowLichen; mappings[301] = ItemType.BrickStairs; mappings[302] = ItemType.StoneBrickStairs; mappings[303] = ItemType.Mycelium; mappings[304] = ItemType.LilyPad; mappings[305] = ItemType.NetherBricks; mappings[306] = ItemType.CrackedNetherBricks; mappings[307] = ItemType.ChiseledNetherBricks; mappings[308] = ItemType.NetherBrickFence; mappings[309] = ItemType.NetherBrickStairs; mappings[310] = ItemType.EnchantingTable; mappings[311] = ItemType.EndPortalFrame; mappings[312] = ItemType.EndStone; mappings[313] = ItemType.EndStoneBricks; mappings[314] = ItemType.DragonEgg; mappings[315] = ItemType.SandstoneStairs; mappings[316] = ItemType.EnderChest; mappings[317] = ItemType.EmeraldBlock; mappings[318] = ItemType.SpruceStairs; mappings[319] = ItemType.BirchStairs; mappings[320] = ItemType.JungleStairs; mappings[321] = ItemType.CrimsonStairs; mappings[322] = ItemType.WarpedStairs; mappings[323] = ItemType.CommandBlock; mappings[324] = ItemType.Beacon; mappings[325] = ItemType.CobblestoneWall; mappings[326] = ItemType.MossyCobblestoneWall; mappings[327] = ItemType.BrickWall; mappings[328] = ItemType.PrismarineWall; mappings[329] = ItemType.RedSandstoneWall; mappings[330] = ItemType.MossyStoneBrickWall; mappings[331] = ItemType.GraniteWall; mappings[332] = ItemType.StoneBrickWall; mappings[333] = ItemType.NetherBrickWall; mappings[334] = ItemType.AndesiteWall; mappings[335] = ItemType.RedNetherBrickWall; mappings[336] = ItemType.SandstoneWall; mappings[337] = ItemType.EndStoneBrickWall; mappings[338] = ItemType.DioriteWall; mappings[339] = ItemType.BlackstoneWall; mappings[340] = ItemType.PolishedBlackstoneWall; mappings[341] = ItemType.PolishedBlackstoneBrickWall; mappings[342] = ItemType.CobbledDeepslateWall; mappings[343] = ItemType.PolishedDeepslateWall; mappings[344] = ItemType.DeepslateBrickWall; mappings[345] = ItemType.DeepslateTileWall; mappings[346] = ItemType.Anvil; mappings[347] = ItemType.ChippedAnvil; mappings[348] = ItemType.DamagedAnvil; mappings[349] = ItemType.ChiseledQuartzBlock; mappings[350] = ItemType.QuartzBlock; mappings[351] = ItemType.QuartzBricks; mappings[352] = ItemType.QuartzPillar; mappings[353] = ItemType.QuartzStairs; mappings[354] = ItemType.WhiteTerracotta; mappings[355] = ItemType.OrangeTerracotta; mappings[356] = ItemType.MagentaTerracotta; mappings[357] = ItemType.LightBlueTerracotta; mappings[358] = ItemType.YellowTerracotta; mappings[359] = ItemType.LimeTerracotta; mappings[360] = ItemType.PinkTerracotta; mappings[361] = ItemType.GrayTerracotta; mappings[362] = ItemType.LightGrayTerracotta; mappings[363] = ItemType.CyanTerracotta; mappings[364] = ItemType.PurpleTerracotta; mappings[365] = ItemType.BlueTerracotta; mappings[366] = ItemType.BrownTerracotta; mappings[367] = ItemType.GreenTerracotta; mappings[368] = ItemType.RedTerracotta; mappings[369] = ItemType.BlackTerracotta; mappings[370] = ItemType.Barrier; mappings[371] = ItemType.Light; mappings[372] = ItemType.HayBlock; mappings[373] = ItemType.WhiteCarpet; mappings[374] = ItemType.OrangeCarpet; mappings[375] = ItemType.MagentaCarpet; mappings[376] = ItemType.LightBlueCarpet; mappings[377] = ItemType.YellowCarpet; mappings[378] = ItemType.LimeCarpet; mappings[379] = ItemType.PinkCarpet; mappings[380] = ItemType.GrayCarpet; mappings[381] = ItemType.LightGrayCarpet; mappings[382] = ItemType.CyanCarpet; mappings[383] = ItemType.PurpleCarpet; mappings[384] = ItemType.BlueCarpet; mappings[385] = ItemType.BrownCarpet; mappings[386] = ItemType.GreenCarpet; mappings[387] = ItemType.RedCarpet; mappings[388] = ItemType.BlackCarpet; mappings[389] = ItemType.Terracotta; mappings[390] = ItemType.PackedIce; mappings[391] = ItemType.AcaciaStairs; mappings[392] = ItemType.DarkOakStairs; mappings[393] = ItemType.DirtPath; mappings[394] = ItemType.Sunflower; mappings[395] = ItemType.Lilac; mappings[396] = ItemType.RoseBush; mappings[397] = ItemType.Peony; mappings[398] = ItemType.TallGrass; mappings[399] = ItemType.LargeFern; mappings[400] = ItemType.WhiteStainedGlass; mappings[401] = ItemType.OrangeStainedGlass; mappings[402] = ItemType.MagentaStainedGlass; mappings[403] = ItemType.LightBlueStainedGlass; mappings[404] = ItemType.YellowStainedGlass; mappings[405] = ItemType.LimeStainedGlass; mappings[406] = ItemType.PinkStainedGlass; mappings[407] = ItemType.GrayStainedGlass; mappings[408] = ItemType.LightGrayStainedGlass; mappings[409] = ItemType.CyanStainedGlass; mappings[410] = ItemType.PurpleStainedGlass; mappings[411] = ItemType.BlueStainedGlass; mappings[412] = ItemType.BrownStainedGlass; mappings[413] = ItemType.GreenStainedGlass; mappings[414] = ItemType.RedStainedGlass; mappings[415] = ItemType.BlackStainedGlass; mappings[416] = ItemType.WhiteStainedGlassPane; mappings[417] = ItemType.OrangeStainedGlassPane; mappings[418] = ItemType.MagentaStainedGlassPane; mappings[419] = ItemType.LightBlueStainedGlassPane; mappings[420] = ItemType.YellowStainedGlassPane; mappings[421] = ItemType.LimeStainedGlassPane; mappings[422] = ItemType.PinkStainedGlassPane; mappings[423] = ItemType.GrayStainedGlassPane; mappings[424] = ItemType.LightGrayStainedGlassPane; mappings[425] = ItemType.CyanStainedGlassPane; mappings[426] = ItemType.PurpleStainedGlassPane; mappings[427] = ItemType.BlueStainedGlassPane; mappings[428] = ItemType.BrownStainedGlassPane; mappings[429] = ItemType.GreenStainedGlassPane; mappings[430] = ItemType.RedStainedGlassPane; mappings[431] = ItemType.BlackStainedGlassPane; mappings[432] = ItemType.Prismarine; mappings[433] = ItemType.PrismarineBricks; mappings[434] = ItemType.DarkPrismarine; mappings[435] = ItemType.PrismarineStairs; mappings[436] = ItemType.PrismarineBrickStairs; mappings[437] = ItemType.DarkPrismarineStairs; mappings[438] = ItemType.SeaLantern; mappings[439] = ItemType.RedSandstone; mappings[440] = ItemType.ChiseledRedSandstone; mappings[441] = ItemType.CutRedSandstone; mappings[442] = ItemType.RedSandstoneStairs; mappings[443] = ItemType.RepeatingCommandBlock; mappings[444] = ItemType.ChainCommandBlock; mappings[445] = ItemType.MagmaBlock; mappings[446] = ItemType.NetherWartBlock; mappings[447] = ItemType.WarpedWartBlock; mappings[448] = ItemType.RedNetherBricks; mappings[449] = ItemType.BoneBlock; mappings[450] = ItemType.StructureVoid; mappings[451] = ItemType.ShulkerBox; mappings[452] = ItemType.WhiteShulkerBox; mappings[453] = ItemType.OrangeShulkerBox; mappings[454] = ItemType.MagentaShulkerBox; mappings[455] = ItemType.LightBlueShulkerBox; mappings[456] = ItemType.YellowShulkerBox; mappings[457] = ItemType.LimeShulkerBox; mappings[458] = ItemType.PinkShulkerBox; mappings[459] = ItemType.GrayShulkerBox; mappings[460] = ItemType.LightGrayShulkerBox; mappings[461] = ItemType.CyanShulkerBox; mappings[462] = ItemType.PurpleShulkerBox; mappings[463] = ItemType.BlueShulkerBox; mappings[464] = ItemType.BrownShulkerBox; mappings[465] = ItemType.GreenShulkerBox; mappings[466] = ItemType.RedShulkerBox; mappings[467] = ItemType.BlackShulkerBox; mappings[468] = ItemType.WhiteGlazedTerracotta; mappings[469] = ItemType.OrangeGlazedTerracotta; mappings[470] = ItemType.MagentaGlazedTerracotta; mappings[471] = ItemType.LightBlueGlazedTerracotta; mappings[472] = ItemType.YellowGlazedTerracotta; mappings[473] = ItemType.LimeGlazedTerracotta; mappings[474] = ItemType.PinkGlazedTerracotta; mappings[475] = ItemType.GrayGlazedTerracotta; mappings[476] = ItemType.LightGrayGlazedTerracotta; mappings[477] = ItemType.CyanGlazedTerracotta; mappings[478] = ItemType.PurpleGlazedTerracotta; mappings[479] = ItemType.BlueGlazedTerracotta; mappings[480] = ItemType.BrownGlazedTerracotta; mappings[481] = ItemType.GreenGlazedTerracotta; mappings[482] = ItemType.RedGlazedTerracotta; mappings[483] = ItemType.BlackGlazedTerracotta; mappings[484] = ItemType.WhiteConcrete; mappings[485] = ItemType.OrangeConcrete; mappings[486] = ItemType.MagentaConcrete; mappings[487] = ItemType.LightBlueConcrete; mappings[488] = ItemType.YellowConcrete; mappings[489] = ItemType.LimeConcrete; mappings[490] = ItemType.PinkConcrete; mappings[491] = ItemType.GrayConcrete; mappings[492] = ItemType.LightGrayConcrete; mappings[493] = ItemType.CyanConcrete; mappings[494] = ItemType.PurpleConcrete; mappings[495] = ItemType.BlueConcrete; mappings[496] = ItemType.BrownConcrete; mappings[497] = ItemType.GreenConcrete; mappings[498] = ItemType.RedConcrete; mappings[499] = ItemType.BlackConcrete; mappings[500] = ItemType.WhiteConcretePowder; mappings[501] = ItemType.OrangeConcretePowder; mappings[502] = ItemType.MagentaConcretePowder; mappings[503] = ItemType.LightBlueConcretePowder; mappings[504] = ItemType.YellowConcretePowder; mappings[505] = ItemType.LimeConcretePowder; mappings[506] = ItemType.PinkConcretePowder; mappings[507] = ItemType.GrayConcretePowder; mappings[508] = ItemType.LightGrayConcretePowder; mappings[509] = ItemType.CyanConcretePowder; mappings[510] = ItemType.PurpleConcretePowder; mappings[511] = ItemType.BlueConcretePowder; mappings[512] = ItemType.BrownConcretePowder; mappings[513] = ItemType.GreenConcretePowder; mappings[514] = ItemType.RedConcretePowder; mappings[515] = ItemType.BlackConcretePowder; mappings[516] = ItemType.TurtleEgg; mappings[517] = ItemType.DeadTubeCoralBlock; mappings[518] = ItemType.DeadBrainCoralBlock; mappings[519] = ItemType.DeadBubbleCoralBlock; mappings[520] = ItemType.DeadFireCoralBlock; mappings[521] = ItemType.DeadHornCoralBlock; mappings[522] = ItemType.TubeCoralBlock; mappings[523] = ItemType.BrainCoralBlock; mappings[524] = ItemType.BubbleCoralBlock; mappings[525] = ItemType.FireCoralBlock; mappings[526] = ItemType.HornCoralBlock; mappings[527] = ItemType.TubeCoral; mappings[528] = ItemType.BrainCoral; mappings[529] = ItemType.BubbleCoral; mappings[530] = ItemType.FireCoral; mappings[531] = ItemType.HornCoral; mappings[532] = ItemType.DeadBrainCoral; mappings[533] = ItemType.DeadBubbleCoral; mappings[534] = ItemType.DeadFireCoral; mappings[535] = ItemType.DeadHornCoral; mappings[536] = ItemType.DeadTubeCoral; mappings[537] = ItemType.TubeCoralFan; mappings[538] = ItemType.BrainCoralFan; mappings[539] = ItemType.BubbleCoralFan; mappings[540] = ItemType.FireCoralFan; mappings[541] = ItemType.HornCoralFan; mappings[542] = ItemType.DeadTubeCoralFan; mappings[543] = ItemType.DeadBrainCoralFan; mappings[544] = ItemType.DeadBubbleCoralFan; mappings[545] = ItemType.DeadFireCoralFan; mappings[546] = ItemType.DeadHornCoralFan; mappings[547] = ItemType.BlueIce; mappings[548] = ItemType.Conduit; mappings[549] = ItemType.PolishedGraniteStairs; mappings[550] = ItemType.SmoothRedSandstoneStairs; mappings[551] = ItemType.MossyStoneBrickStairs; mappings[552] = ItemType.PolishedDioriteStairs; mappings[553] = ItemType.MossyCobblestoneStairs; mappings[554] = ItemType.EndStoneBrickStairs; mappings[555] = ItemType.StoneStairs; mappings[556] = ItemType.SmoothSandstoneStairs; mappings[557] = ItemType.SmoothQuartzStairs; mappings[558] = ItemType.GraniteStairs; mappings[559] = ItemType.AndesiteStairs; mappings[560] = ItemType.RedNetherBrickStairs; mappings[561] = ItemType.PolishedAndesiteStairs; mappings[562] = ItemType.DioriteStairs; mappings[563] = ItemType.CobbledDeepslateStairs; mappings[564] = ItemType.PolishedDeepslateStairs; mappings[565] = ItemType.DeepslateBrickStairs; mappings[566] = ItemType.DeepslateTileStairs; mappings[567] = ItemType.PolishedGraniteSlab; mappings[568] = ItemType.SmoothRedSandstoneSlab; mappings[569] = ItemType.MossyStoneBrickSlab; mappings[570] = ItemType.PolishedDioriteSlab; mappings[571] = ItemType.MossyCobblestoneSlab; mappings[572] = ItemType.EndStoneBrickSlab; mappings[573] = ItemType.SmoothSandstoneSlab; mappings[574] = ItemType.SmoothQuartzSlab; mappings[575] = ItemType.GraniteSlab; mappings[576] = ItemType.AndesiteSlab; mappings[577] = ItemType.RedNetherBrickSlab; mappings[578] = ItemType.PolishedAndesiteSlab; mappings[579] = ItemType.DioriteSlab; mappings[580] = ItemType.CobbledDeepslateSlab; mappings[581] = ItemType.PolishedDeepslateSlab; mappings[582] = ItemType.DeepslateBrickSlab; mappings[583] = ItemType.DeepslateTileSlab; mappings[584] = ItemType.Scaffolding; mappings[585] = ItemType.Redstone; mappings[586] = ItemType.RedstoneTorch; mappings[587] = ItemType.RedstoneBlock; mappings[588] = ItemType.Repeater; mappings[589] = ItemType.Comparator; mappings[590] = ItemType.Piston; mappings[591] = ItemType.StickyPiston; mappings[592] = ItemType.SlimeBlock; mappings[593] = ItemType.HoneyBlock; mappings[594] = ItemType.Observer; mappings[595] = ItemType.Hopper; mappings[596] = ItemType.Dispenser; mappings[597] = ItemType.Dropper; mappings[598] = ItemType.Lectern; mappings[599] = ItemType.Target; mappings[600] = ItemType.Lever; mappings[601] = ItemType.LightningRod; mappings[602] = ItemType.DaylightDetector; mappings[603] = ItemType.SculkSensor; mappings[604] = ItemType.TripwireHook; mappings[605] = ItemType.TrappedChest; mappings[606] = ItemType.Tnt; mappings[607] = ItemType.RedstoneLamp; mappings[608] = ItemType.NoteBlock; mappings[609] = ItemType.StoneButton; mappings[610] = ItemType.PolishedBlackstoneButton; mappings[611] = ItemType.OakButton; mappings[612] = ItemType.SpruceButton; mappings[613] = ItemType.BirchButton; mappings[614] = ItemType.JungleButton; mappings[615] = ItemType.AcaciaButton; mappings[616] = ItemType.DarkOakButton; mappings[617] = ItemType.CrimsonButton; mappings[618] = ItemType.WarpedButton; mappings[619] = ItemType.StonePressurePlate; mappings[620] = ItemType.PolishedBlackstonePressurePlate; mappings[621] = ItemType.LightWeightedPressurePlate; mappings[622] = ItemType.HeavyWeightedPressurePlate; mappings[623] = ItemType.OakPressurePlate; mappings[624] = ItemType.SprucePressurePlate; mappings[625] = ItemType.BirchPressurePlate; mappings[626] = ItemType.JunglePressurePlate; mappings[627] = ItemType.AcaciaPressurePlate; mappings[628] = ItemType.DarkOakPressurePlate; mappings[629] = ItemType.CrimsonPressurePlate; mappings[630] = ItemType.WarpedPressurePlate; mappings[631] = ItemType.IronDoor; mappings[632] = ItemType.OakDoor; mappings[633] = ItemType.SpruceDoor; mappings[634] = ItemType.BirchDoor; mappings[635] = ItemType.JungleDoor; mappings[636] = ItemType.AcaciaDoor; mappings[637] = ItemType.DarkOakDoor; mappings[638] = ItemType.CrimsonDoor; mappings[639] = ItemType.WarpedDoor; mappings[640] = ItemType.IronTrapdoor; mappings[641] = ItemType.OakTrapdoor; mappings[642] = ItemType.SpruceTrapdoor; mappings[643] = ItemType.BirchTrapdoor; mappings[644] = ItemType.JungleTrapdoor; mappings[645] = ItemType.AcaciaTrapdoor; mappings[646] = ItemType.DarkOakTrapdoor; mappings[647] = ItemType.CrimsonTrapdoor; mappings[648] = ItemType.WarpedTrapdoor; mappings[649] = ItemType.OakFenceGate; mappings[650] = ItemType.SpruceFenceGate; mappings[651] = ItemType.BirchFenceGate; mappings[652] = ItemType.JungleFenceGate; mappings[653] = ItemType.AcaciaFenceGate; mappings[654] = ItemType.DarkOakFenceGate; mappings[655] = ItemType.CrimsonFenceGate; mappings[656] = ItemType.WarpedFenceGate; mappings[657] = ItemType.PoweredRail; mappings[658] = ItemType.DetectorRail; mappings[659] = ItemType.Rail; mappings[660] = ItemType.ActivatorRail; mappings[661] = ItemType.Saddle; mappings[662] = ItemType.Minecart; mappings[663] = ItemType.ChestMinecart; mappings[664] = ItemType.FurnaceMinecart; mappings[665] = ItemType.TntMinecart; mappings[666] = ItemType.HopperMinecart; mappings[667] = ItemType.CarrotOnAStick; mappings[668] = ItemType.WarpedFungusOnAStick; mappings[669] = ItemType.Elytra; mappings[670] = ItemType.OakBoat; mappings[671] = ItemType.SpruceBoat; mappings[672] = ItemType.BirchBoat; mappings[673] = ItemType.JungleBoat; mappings[674] = ItemType.AcaciaBoat; mappings[675] = ItemType.DarkOakBoat; mappings[676] = ItemType.StructureBlock; mappings[677] = ItemType.Jigsaw; mappings[678] = ItemType.TurtleHelmet; mappings[679] = ItemType.Scute; mappings[680] = ItemType.FlintAndSteel; mappings[681] = ItemType.Apple; mappings[682] = ItemType.Bow; mappings[683] = ItemType.Arrow; mappings[684] = ItemType.Coal; mappings[685] = ItemType.Charcoal; mappings[686] = ItemType.Diamond; mappings[687] = ItemType.Emerald; mappings[688] = ItemType.LapisLazuli; mappings[689] = ItemType.Quartz; mappings[690] = ItemType.AmethystShard; mappings[691] = ItemType.RawIron; mappings[692] = ItemType.IronIngot; mappings[693] = ItemType.RawCopper; mappings[694] = ItemType.CopperIngot; mappings[695] = ItemType.RawGold; mappings[696] = ItemType.GoldIngot; mappings[697] = ItemType.NetheriteIngot; mappings[698] = ItemType.NetheriteScrap; mappings[699] = ItemType.WoodenSword; mappings[700] = ItemType.WoodenShovel; mappings[701] = ItemType.WoodenPickaxe; mappings[702] = ItemType.WoodenAxe; mappings[703] = ItemType.WoodenHoe; mappings[704] = ItemType.StoneSword; mappings[705] = ItemType.StoneShovel; mappings[706] = ItemType.StonePickaxe; mappings[707] = ItemType.StoneAxe; mappings[708] = ItemType.StoneHoe; mappings[709] = ItemType.GoldenSword; mappings[710] = ItemType.GoldenShovel; mappings[711] = ItemType.GoldenPickaxe; mappings[712] = ItemType.GoldenAxe; mappings[713] = ItemType.GoldenHoe; mappings[714] = ItemType.IronSword; mappings[715] = ItemType.IronShovel; mappings[716] = ItemType.IronPickaxe; mappings[717] = ItemType.IronAxe; mappings[718] = ItemType.IronHoe; mappings[719] = ItemType.DiamondSword; mappings[720] = ItemType.DiamondShovel; mappings[721] = ItemType.DiamondPickaxe; mappings[722] = ItemType.DiamondAxe; mappings[723] = ItemType.DiamondHoe; mappings[724] = ItemType.NetheriteSword; mappings[725] = ItemType.NetheriteShovel; mappings[726] = ItemType.NetheritePickaxe; mappings[727] = ItemType.NetheriteAxe; mappings[728] = ItemType.NetheriteHoe; mappings[729] = ItemType.Stick; mappings[730] = ItemType.Bowl; mappings[731] = ItemType.MushroomStew; mappings[732] = ItemType.String; mappings[733] = ItemType.Feather; mappings[734] = ItemType.Gunpowder; mappings[735] = ItemType.WheatSeeds; mappings[736] = ItemType.Wheat; mappings[737] = ItemType.Bread; mappings[738] = ItemType.LeatherHelmet; mappings[739] = ItemType.LeatherChestplate; mappings[740] = ItemType.LeatherLeggings; mappings[741] = ItemType.LeatherBoots; mappings[742] = ItemType.ChainmailHelmet; mappings[743] = ItemType.ChainmailChestplate; mappings[744] = ItemType.ChainmailLeggings; mappings[745] = ItemType.ChainmailBoots; mappings[746] = ItemType.IronHelmet; mappings[747] = ItemType.IronChestplate; mappings[748] = ItemType.IronLeggings; mappings[749] = ItemType.IronBoots; mappings[750] = ItemType.DiamondHelmet; mappings[751] = ItemType.DiamondChestplate; mappings[752] = ItemType.DiamondLeggings; mappings[753] = ItemType.DiamondBoots; mappings[754] = ItemType.GoldenHelmet; mappings[755] = ItemType.GoldenChestplate; mappings[756] = ItemType.GoldenLeggings; mappings[757] = ItemType.GoldenBoots; mappings[758] = ItemType.NetheriteHelmet; mappings[759] = ItemType.NetheriteChestplate; mappings[760] = ItemType.NetheriteLeggings; mappings[761] = ItemType.NetheriteBoots; mappings[762] = ItemType.Flint; mappings[763] = ItemType.Porkchop; mappings[764] = ItemType.CookedPorkchop; mappings[765] = ItemType.Painting; mappings[766] = ItemType.GoldenApple; mappings[767] = ItemType.EnchantedGoldenApple; mappings[768] = ItemType.OakSign; mappings[769] = ItemType.SpruceSign; mappings[770] = ItemType.BirchSign; mappings[771] = ItemType.JungleSign; mappings[772] = ItemType.AcaciaSign; mappings[773] = ItemType.DarkOakSign; mappings[774] = ItemType.CrimsonSign; mappings[775] = ItemType.WarpedSign; mappings[776] = ItemType.Bucket; mappings[777] = ItemType.WaterBucket; mappings[778] = ItemType.LavaBucket; mappings[779] = ItemType.PowderSnowBucket; mappings[780] = ItemType.Snowball; mappings[781] = ItemType.Leather; mappings[782] = ItemType.MilkBucket; mappings[783] = ItemType.PufferfishBucket; mappings[784] = ItemType.SalmonBucket; mappings[785] = ItemType.CodBucket; mappings[786] = ItemType.TropicalFishBucket; mappings[787] = ItemType.AxolotlBucket; mappings[788] = ItemType.Brick; mappings[789] = ItemType.ClayBall; mappings[790] = ItemType.DriedKelpBlock; mappings[791] = ItemType.Paper; mappings[792] = ItemType.Book; mappings[793] = ItemType.SlimeBall; mappings[794] = ItemType.Egg; mappings[795] = ItemType.Compass; mappings[796] = ItemType.Bundle; mappings[797] = ItemType.FishingRod; mappings[798] = ItemType.Clock; mappings[799] = ItemType.Spyglass; mappings[800] = ItemType.GlowstoneDust; mappings[801] = ItemType.Cod; mappings[802] = ItemType.Salmon; mappings[803] = ItemType.TropicalFish; mappings[804] = ItemType.Pufferfish; mappings[805] = ItemType.CookedCod; mappings[806] = ItemType.CookedSalmon; mappings[807] = ItemType.InkSac; mappings[808] = ItemType.GlowInkSac; mappings[809] = ItemType.CocoaBeans; mappings[810] = ItemType.WhiteDye; mappings[811] = ItemType.OrangeDye; mappings[812] = ItemType.MagentaDye; mappings[813] = ItemType.LightBlueDye; mappings[814] = ItemType.YellowDye; mappings[815] = ItemType.LimeDye; mappings[816] = ItemType.PinkDye; mappings[817] = ItemType.GrayDye; mappings[818] = ItemType.LightGrayDye; mappings[819] = ItemType.CyanDye; mappings[820] = ItemType.PurpleDye; mappings[821] = ItemType.BlueDye; mappings[822] = ItemType.BrownDye; mappings[823] = ItemType.GreenDye; mappings[824] = ItemType.RedDye; mappings[825] = ItemType.BlackDye; mappings[826] = ItemType.BoneMeal; mappings[827] = ItemType.Bone; mappings[828] = ItemType.Sugar; mappings[829] = ItemType.Cake; mappings[830] = ItemType.WhiteBed; mappings[831] = ItemType.OrangeBed; mappings[832] = ItemType.MagentaBed; mappings[833] = ItemType.LightBlueBed; mappings[834] = ItemType.YellowBed; mappings[835] = ItemType.LimeBed; mappings[836] = ItemType.PinkBed; mappings[837] = ItemType.GrayBed; mappings[838] = ItemType.LightGrayBed; mappings[839] = ItemType.CyanBed; mappings[840] = ItemType.PurpleBed; mappings[841] = ItemType.BlueBed; mappings[842] = ItemType.BrownBed; mappings[843] = ItemType.GreenBed; mappings[844] = ItemType.RedBed; mappings[845] = ItemType.BlackBed; mappings[846] = ItemType.Cookie; mappings[847] = ItemType.FilledMap; mappings[848] = ItemType.Shears; mappings[849] = ItemType.MelonSlice; mappings[850] = ItemType.DriedKelp; mappings[851] = ItemType.PumpkinSeeds; mappings[852] = ItemType.MelonSeeds; mappings[853] = ItemType.Beef; mappings[854] = ItemType.CookedBeef; mappings[855] = ItemType.Chicken; mappings[856] = ItemType.CookedChicken; mappings[857] = ItemType.RottenFlesh; mappings[858] = ItemType.EnderPearl; mappings[859] = ItemType.BlazeRod; mappings[860] = ItemType.GhastTear; mappings[861] = ItemType.GoldNugget; mappings[862] = ItemType.NetherWart; mappings[863] = ItemType.Potion; mappings[864] = ItemType.GlassBottle; mappings[865] = ItemType.SpiderEye; mappings[866] = ItemType.FermentedSpiderEye; mappings[867] = ItemType.BlazePowder; mappings[868] = ItemType.MagmaCream; mappings[869] = ItemType.BrewingStand; mappings[870] = ItemType.Cauldron; mappings[871] = ItemType.EnderEye; mappings[872] = ItemType.GlisteringMelonSlice; mappings[873] = ItemType.AxolotlSpawnEgg; mappings[874] = ItemType.BatSpawnEgg; mappings[875] = ItemType.BeeSpawnEgg; mappings[876] = ItemType.BlazeSpawnEgg; mappings[877] = ItemType.CatSpawnEgg; mappings[878] = ItemType.CaveSpiderSpawnEgg; mappings[879] = ItemType.ChickenSpawnEgg; mappings[880] = ItemType.CodSpawnEgg; mappings[881] = ItemType.CowSpawnEgg; mappings[882] = ItemType.CreeperSpawnEgg; mappings[883] = ItemType.DolphinSpawnEgg; mappings[884] = ItemType.DonkeySpawnEgg; mappings[885] = ItemType.DrownedSpawnEgg; mappings[886] = ItemType.ElderGuardianSpawnEgg; mappings[887] = ItemType.EndermanSpawnEgg; mappings[888] = ItemType.EndermiteSpawnEgg; mappings[889] = ItemType.EvokerSpawnEgg; mappings[890] = ItemType.FoxSpawnEgg; mappings[891] = ItemType.GhastSpawnEgg; mappings[892] = ItemType.GlowSquidSpawnEgg; mappings[893] = ItemType.GoatSpawnEgg; mappings[894] = ItemType.GuardianSpawnEgg; mappings[895] = ItemType.HoglinSpawnEgg; mappings[896] = ItemType.HorseSpawnEgg; mappings[897] = ItemType.HuskSpawnEgg; mappings[898] = ItemType.LlamaSpawnEgg; mappings[899] = ItemType.MagmaCubeSpawnEgg; mappings[900] = ItemType.MooshroomSpawnEgg; mappings[901] = ItemType.MuleSpawnEgg; mappings[902] = ItemType.OcelotSpawnEgg; mappings[903] = ItemType.PandaSpawnEgg; mappings[904] = ItemType.ParrotSpawnEgg; mappings[905] = ItemType.PhantomSpawnEgg; mappings[906] = ItemType.PigSpawnEgg; mappings[907] = ItemType.PiglinSpawnEgg; mappings[908] = ItemType.PiglinBruteSpawnEgg; mappings[909] = ItemType.PillagerSpawnEgg; mappings[910] = ItemType.PolarBearSpawnEgg; mappings[911] = ItemType.PufferfishSpawnEgg; mappings[912] = ItemType.RabbitSpawnEgg; mappings[913] = ItemType.RavagerSpawnEgg; mappings[914] = ItemType.SalmonSpawnEgg; mappings[915] = ItemType.SheepSpawnEgg; mappings[916] = ItemType.ShulkerSpawnEgg; mappings[917] = ItemType.SilverfishSpawnEgg; mappings[918] = ItemType.SkeletonSpawnEgg; mappings[919] = ItemType.SkeletonHorseSpawnEgg; mappings[920] = ItemType.SlimeSpawnEgg; mappings[921] = ItemType.SpiderSpawnEgg; mappings[922] = ItemType.SquidSpawnEgg; mappings[923] = ItemType.StraySpawnEgg; mappings[924] = ItemType.StriderSpawnEgg; mappings[925] = ItemType.TraderLlamaSpawnEgg; mappings[926] = ItemType.TropicalFishSpawnEgg; mappings[927] = ItemType.TurtleSpawnEgg; mappings[928] = ItemType.VexSpawnEgg; mappings[929] = ItemType.VillagerSpawnEgg; mappings[930] = ItemType.VindicatorSpawnEgg; mappings[931] = ItemType.WanderingTraderSpawnEgg; mappings[932] = ItemType.WitchSpawnEgg; mappings[933] = ItemType.WitherSkeletonSpawnEgg; mappings[934] = ItemType.WolfSpawnEgg; mappings[935] = ItemType.ZoglinSpawnEgg; mappings[936] = ItemType.ZombieSpawnEgg; mappings[937] = ItemType.ZombieHorseSpawnEgg; mappings[938] = ItemType.ZombieVillagerSpawnEgg; mappings[939] = ItemType.ZombifiedPiglinSpawnEgg; mappings[940] = ItemType.ExperienceBottle; mappings[941] = ItemType.FireCharge; mappings[942] = ItemType.WritableBook; mappings[943] = ItemType.WrittenBook; mappings[944] = ItemType.ItemFrame; mappings[945] = ItemType.GlowItemFrame; mappings[946] = ItemType.FlowerPot; mappings[947] = ItemType.Carrot; mappings[948] = ItemType.Potato; mappings[949] = ItemType.BakedPotato; mappings[950] = ItemType.PoisonousPotato; mappings[951] = ItemType.Map; mappings[952] = ItemType.GoldenCarrot; mappings[953] = ItemType.SkeletonSkull; mappings[954] = ItemType.WitherSkeletonSkull; mappings[955] = ItemType.PlayerHead; mappings[956] = ItemType.ZombieHead; mappings[957] = ItemType.CreeperHead; mappings[958] = ItemType.DragonHead; mappings[959] = ItemType.NetherStar; mappings[960] = ItemType.PumpkinPie; mappings[961] = ItemType.FireworkRocket; mappings[962] = ItemType.FireworkStar; mappings[963] = ItemType.EnchantedBook; mappings[964] = ItemType.NetherBrick; mappings[965] = ItemType.PrismarineShard; mappings[966] = ItemType.PrismarineCrystals; mappings[967] = ItemType.Rabbit; mappings[968] = ItemType.CookedRabbit; mappings[969] = ItemType.RabbitStew; mappings[970] = ItemType.RabbitFoot; mappings[971] = ItemType.RabbitHide; mappings[972] = ItemType.ArmorStand; mappings[973] = ItemType.IronHorseArmor; mappings[974] = ItemType.GoldenHorseArmor; mappings[975] = ItemType.DiamondHorseArmor; mappings[976] = ItemType.LeatherHorseArmor; mappings[977] = ItemType.Lead; mappings[978] = ItemType.NameTag; mappings[979] = ItemType.CommandBlockMinecart; mappings[980] = ItemType.Mutton; mappings[981] = ItemType.CookedMutton; mappings[982] = ItemType.WhiteBanner; mappings[983] = ItemType.OrangeBanner; mappings[984] = ItemType.MagentaBanner; mappings[985] = ItemType.LightBlueBanner; mappings[986] = ItemType.YellowBanner; mappings[987] = ItemType.LimeBanner; mappings[988] = ItemType.PinkBanner; mappings[989] = ItemType.GrayBanner; mappings[990] = ItemType.LightGrayBanner; mappings[991] = ItemType.CyanBanner; mappings[992] = ItemType.PurpleBanner; mappings[993] = ItemType.BlueBanner; mappings[994] = ItemType.BrownBanner; mappings[995] = ItemType.GreenBanner; mappings[996] = ItemType.RedBanner; mappings[997] = ItemType.BlackBanner; mappings[998] = ItemType.EndCrystal; mappings[999] = ItemType.ChorusFruit; mappings[1000] = ItemType.PoppedChorusFruit; mappings[1001] = ItemType.Beetroot; mappings[1002] = ItemType.BeetrootSeeds; mappings[1003] = ItemType.BeetrootSoup; mappings[1004] = ItemType.DragonBreath; mappings[1005] = ItemType.SplashPotion; mappings[1006] = ItemType.SpectralArrow; mappings[1007] = ItemType.TippedArrow; mappings[1008] = ItemType.LingeringPotion; mappings[1009] = ItemType.Shield; mappings[1010] = ItemType.TotemOfUndying; mappings[1011] = ItemType.ShulkerShell; mappings[1012] = ItemType.IronNugget; mappings[1013] = ItemType.KnowledgeBook; mappings[1014] = ItemType.DebugStick; mappings[1015] = ItemType.MusicDisc13; mappings[1016] = ItemType.MusicDiscCat; mappings[1017] = ItemType.MusicDiscBlocks; mappings[1018] = ItemType.MusicDiscChirp; mappings[1019] = ItemType.MusicDiscFar; mappings[1020] = ItemType.MusicDiscMall; mappings[1021] = ItemType.MusicDiscMellohi; mappings[1022] = ItemType.MusicDiscStal; mappings[1023] = ItemType.MusicDiscStrad; mappings[1024] = ItemType.MusicDiscWard; mappings[1025] = ItemType.MusicDisc11; mappings[1026] = ItemType.MusicDiscWait; mappings[1027] = ItemType.MusicDiscOtherside; mappings[1028] = ItemType.MusicDiscPigstep; mappings[1029] = ItemType.Trident; mappings[1030] = ItemType.PhantomMembrane; mappings[1031] = ItemType.NautilusShell; mappings[1032] = ItemType.HeartOfTheSea; mappings[1033] = ItemType.Crossbow; mappings[1034] = ItemType.SuspiciousStew; mappings[1035] = ItemType.Loom; mappings[1036] = ItemType.FlowerBannerPattern; mappings[1037] = ItemType.CreeperBannerPattern; mappings[1038] = ItemType.SkullBannerPattern; mappings[1039] = ItemType.MojangBannerPattern; mappings[1040] = ItemType.GlobeBannerPattern; mappings[1041] = ItemType.PiglinBannerPattern; mappings[1042] = ItemType.Composter; mappings[1043] = ItemType.Barrel; mappings[1044] = ItemType.Smoker; mappings[1045] = ItemType.BlastFurnace; mappings[1046] = ItemType.CartographyTable; mappings[1047] = ItemType.FletchingTable; mappings[1048] = ItemType.Grindstone; mappings[1049] = ItemType.SmithingTable; mappings[1050] = ItemType.Stonecutter; mappings[1051] = ItemType.Bell; mappings[1052] = ItemType.Lantern; mappings[1053] = ItemType.SoulLantern; mappings[1054] = ItemType.SweetBerries; mappings[1055] = ItemType.GlowBerries; mappings[1056] = ItemType.Campfire; mappings[1057] = ItemType.SoulCampfire; mappings[1058] = ItemType.Shroomlight; mappings[1059] = ItemType.Honeycomb; mappings[1060] = ItemType.BeeNest; mappings[1061] = ItemType.Beehive; mappings[1062] = ItemType.HoneyBottle; mappings[1063] = ItemType.HoneycombBlock; mappings[1064] = ItemType.Lodestone; mappings[1065] = ItemType.CryingObsidian; mappings[1066] = ItemType.Blackstone; mappings[1067] = ItemType.BlackstoneSlab; mappings[1068] = ItemType.BlackstoneStairs; mappings[1069] = ItemType.GildedBlackstone; mappings[1070] = ItemType.PolishedBlackstone; mappings[1071] = ItemType.PolishedBlackstoneSlab; mappings[1072] = ItemType.PolishedBlackstoneStairs; mappings[1073] = ItemType.ChiseledPolishedBlackstone; mappings[1074] = ItemType.PolishedBlackstoneBricks; mappings[1075] = ItemType.PolishedBlackstoneBrickSlab; mappings[1076] = ItemType.PolishedBlackstoneBrickStairs; mappings[1077] = ItemType.CrackedPolishedBlackstoneBricks; mappings[1078] = ItemType.RespawnAnchor; mappings[1079] = ItemType.Candle; mappings[1080] = ItemType.WhiteCandle; mappings[1081] = ItemType.OrangeCandle; mappings[1082] = ItemType.MagentaCandle; mappings[1083] = ItemType.LightBlueCandle; mappings[1084] = ItemType.YellowCandle; mappings[1085] = ItemType.LimeCandle; mappings[1086] = ItemType.PinkCandle; mappings[1087] = ItemType.GrayCandle; mappings[1088] = ItemType.LightGrayCandle; mappings[1089] = ItemType.CyanCandle; mappings[1090] = ItemType.PurpleCandle; mappings[1091] = ItemType.BlueCandle; mappings[1092] = ItemType.BrownCandle; mappings[1093] = ItemType.GreenCandle; mappings[1094] = ItemType.RedCandle; mappings[1095] = ItemType.BlackCandle; mappings[1096] = ItemType.SmallAmethystBud; mappings[1097] = ItemType.MediumAmethystBud; mappings[1098] = ItemType.LargeAmethystBud; mappings[1099] = ItemType.AmethystCluster; mappings[1100] = ItemType.PointedDripstone; } protected override Dictionary GetDict() { return mappings; } } }