Skip to main content

terra_items_xbox360/
item.rs

1#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
2#[allow(clippy::enum_variant_names)]
3pub enum Item {
4	YellowPhasesaber = -24,
5	WhitePhasesaber = -23,
6	PurplePhasesaber = -22,
7	GreenPhasesaber = -21,
8	RedPhasesaber = -20,
9	BluePhasesaber = -19,
10	CopperBow = -18,
11	CopperHammer = -17,
12	CopperAxe = -16,
13	CopperShortsword = -15,
14	CopperBroadsword = -14,
15	CopperPickaxe = -13,
16	SilverBow = -12,
17	SilverHammer = -11,
18	SilverAxe = -10,
19	SilverShortsword = -9,
20	SilverBroadsword = -8,
21	SilverPickaxe = -7,
22	GoldBow = -6,
23	GoldHammer = -5,
24	GoldAxe = -4,
25	GoldShortsword = -3,
26	GoldBroadsword = -2,
27	GoldPickaxe = -1,
28	IronPickaxe = 1,
29	DirtBlock = 2,
30	StoneBlock = 3,
31	IronBroadsword = 4,
32	Mushroom = 5,
33	IronShortsword = 6,
34	IronHammer = 7,
35	Torch = 8,
36	Wood = 9,
37	IronAxe = 10,
38	IronOre = 11,
39	CopperOre = 12,
40	GoldOre = 13,
41	SilverOre = 14,
42	CopperWatch = 15,
43	SilverWatch = 16,
44	GoldWatch = 17,
45	DepthMeter = 18,
46	GoldBar = 19,
47	CopperBar = 20,
48	SilverBar = 21,
49	IronBar = 22,
50	Gel = 23,
51	WoodenSword = 24,
52	WoodenDoor = 25,
53	StoneWall = 26,
54	Acorn = 27,
55	LesserHealingPotion = 28,
56	LifeCrystal = 29,
57	DirtWall = 30,
58	Bottle = 31,
59	WoodenTable = 32,
60	Furnace = 33,
61	WoodenChair = 34,
62	IronAnvil = 35,
63	WorkBench = 36,
64	Goggles = 37,
65	Lens = 38,
66	WoodenBow = 39,
67	WoodenArrow = 40,
68	FlamingArrow = 41,
69	Shuriken = 42,
70	SuspiciousLookingEye = 43,
71	DemonBow = 44,
72	WarAxeOfTheNight = 45,
73	LightsBane = 46,
74	UnholyArrow = 47,
75	Chest = 48,
76	BandOfRegeneration = 49,
77	MagicMirror = 50,
78	JestersArrow = 51,
79	AngelStatue = 52,
80	CloudInABottle = 53,
81	HermesBoots = 54,
82	EnchantedBoomerang = 55,
83	DemoniteOre = 56,
84	DemoniteBar = 57,
85	Heart = 58,
86	CorruptSeeds = 59,
87	VileMushroom = 60,
88	EbonstoneBlock = 61,
89	GrassSeeds = 62,
90	Sunflower = 63,
91	Vilethorn = 64,
92	Starfury = 65,
93	PurificationPowder = 66,
94	VilePowder = 67,
95	RottenChunk = 68,
96	WormTooth = 69,
97	WormFood = 70,
98	CopperCoin = 71,
99	SilverCoin = 72,
100	GoldCoin = 73,
101	PlatinumCoin = 74,
102	FallenStar = 75,
103	CopperGreaves = 76,
104	IronGreaves = 77,
105	SilverGreaves = 78,
106	GoldGreaves = 79,
107	CopperChainmail = 80,
108	IronChainmail = 81,
109	SilverChainmail = 82,
110	GoldChainmail = 83,
111	GrapplingHook = 84,
112	Chain = 85,
113	ShadowScale = 86,
114	PiggyBank = 87,
115	MiningHelmet = 88,
116	CopperHelmet = 89,
117	IronHelmet = 90,
118	SilverHelmet = 91,
119	GoldHelmet = 92,
120	WoodWall = 93,
121	WoodPlatform = 94,
122	FlintlockPistol = 95,
123	Musket = 96,
124	MusketBall = 97,
125	Minishark = 98,
126	IronBow = 99,
127	ShadowGreaves = 100,
128	ShadowScalemail = 101,
129	ShadowHelmet = 102,
130	NightmarePickaxe = 103,
131	TheBreaker = 104,
132	Candle = 105,
133	CopperChandelier = 106,
134	SilverChandelier = 107,
135	GoldChandelier = 108,
136	ManaCrystal = 109,
137	LesserManaPotion = 110,
138	BandOfStarpower = 111,
139	FlowerOfFire = 112,
140	MagicMissile = 113,
141	DirtRod = 114,
142	ShadowOrb = 115,
143	Meteorite = 116,
144	MeteoriteBar = 117,
145	Hook = 118,
146	Flamarang = 119,
147	MoltenFury = 120,
148	FieryGreatsword = 121,
149	MoltenPickaxe = 122,
150	MeteorHelmet = 123,
151	MeteorSuit = 124,
152	MeteorLeggings = 125,
153	BottledWater = 126,
154	SpaceGun = 127,
155	RocketBoots = 128,
156	GrayBrick = 129,
157	GrayBrickWall = 130,
158	RedBrick = 131,
159	RedBrickWall = 132,
160	ClayBlock = 133,
161	BlueBrick = 134,
162	BlueBrickWall = 135,
163	ChainLantern = 136,
164	GreenBrick = 137,
165	GreenBrickWall = 138,
166	PinkBrick = 139,
167	PinkBrickWall = 140,
168	GoldBrick = 141,
169	GoldBrickWall = 142,
170	SilverBrick = 143,
171	SilverBrickWall = 144,
172	CopperBrick = 145,
173	CopperBrickWall = 146,
174	Spike = 147,
175	WaterCandle = 148,
176	Book = 149,
177	Cobweb = 150,
178	NecroHelmet = 151,
179	NecroBreastplate = 152,
180	NecroGreaves = 153,
181	Bone = 154,
182	Muramasa = 155,
183	CobaltShield = 156,
184	AquaScepter = 157,
185	LuckyHorseshoe = 158,
186	ShinyRedBalloon = 159,
187	Harpoon = 160,
188	SpikyBall = 161,
189	BallOHurt = 162,
190	BlueMoon = 163,
191	Handgun = 164,
192	WaterBolt = 165,
193	Bomb = 166,
194	Dynamite = 167,
195	Grenade = 168,
196	SandBlock = 169,
197	Glass = 170,
198	Sign = 171,
199	AshBlock = 172,
200	Obsidian = 173,
201	Hellstone = 174,
202	HellstoneBar = 175,
203	MudBlock = 176,
204	Sapphire = 177,
205	Ruby = 178,
206	Emerald = 179,
207	Topaz = 180,
208	Amethyst = 181,
209	Diamond = 182,
210	GlowingMushroom = 183,
211	Star = 184,
212	IvyWhip = 185,
213	BreathingReed = 186,
214	Flipper = 187,
215	HealingPotion = 188,
216	ManaPotion = 189,
217	BladeOfGrass = 190,
218	ThornChakram = 191,
219	ObsidianBrick = 192,
220	ObsidianSkull = 193,
221	MushroomGrassSeeds = 194,
222	JungleGrassSeeds = 195,
223	WoodenHammer = 196,
224	StarCannon = 197,
225	BluePhaseblade = 198,
226	RedPhaseblade = 199,
227	GreenPhaseblade = 200,
228	PurplePhaseblade = 201,
229	WhitePhaseblade = 202,
230	YellowPhaseblade = 203,
231	MeteorHamaxe = 204,
232	EmptyBucket = 205,
233	WaterBucket = 206,
234	LavaBucket = 207,
235	JungleRose = 208,
236	Stinger = 209,
237	Vine = 210,
238	FeralClaws = 211,
239	AnkletOfTheWind = 212,
240	StaffOfRegrowth = 213,
241	HellstoneBrick = 214,
242	WhoopieCushion = 215,
243	Shackle = 216,
244	MoltenHamaxe = 217,
245	Flamelash = 218,
246	PhoenixBlaster = 219,
247	Sunfury = 220,
248	Hellforge = 221,
249	ClayPot = 222,
250	NaturesGift = 223,
251	Bed = 224,
252	Silk = 225,
253	LesserRestorationPotion = 226,
254	RestorationPotion = 227,
255	JungleHat = 228,
256	JungleShirt = 229,
257	JunglePants = 230,
258	MoltenHelmet = 231,
259	MoltenBreastplate = 232,
260	MoltenGreaves = 233,
261	MeteorShot = 234,
262	StickyBomb = 235,
263	BlackLens = 236,
264	Sunglasses = 237,
265	WizardHat = 238,
266	TopHat = 239,
267	TuxedoShirt = 240,
268	TuxedoPants = 241,
269	SummerHat = 242,
270	BunnyHood = 243,
271	PlumbersHat = 244,
272	PlumbersShirt = 245,
273	PlumbersPants = 246,
274	HerosHat = 247,
275	HerosShirt = 248,
276	HerosPants = 249,
277	FishBowl = 250,
278	ArchaeologistsHat = 251,
279	ArchaeologistsJacket = 252,
280	ArchaeologistsPants = 253,
281	BlackThread = 254,
282	PurpleThread = 255,
283	NinjaHood = 256,
284	NinjaShirt = 257,
285	NinjaPants = 258,
286	Leather = 259,
287	RedHat = 260,
288	Goldfish = 261,
289	Robe = 262,
290	RobotHat = 263,
291	GoldCrown = 264,
292	HellfireArrow = 265,
293	Sandgun = 266,
294	GuideVoodooDoll = 267,
295	DivingHelmet = 268,
296	FamiliarShirt = 269,
297	FamiliarPants = 270,
298	FamiliarWig = 271,
299	DemonScythe = 272,
300	NightsEdge = 273,
301	DarkLance = 274,
302	Coral = 275,
303	Cactus = 276,
304	Trident = 277,
305	SilverBullet = 278,
306	ThrowingKnife = 279,
307	Spear = 280,
308	Blowpipe = 281,
309	Glowstick = 282,
310	Seed = 283,
311	WoodenBoomerang = 284,
312	Aglet = 285,
313	StickyGlowstick = 286,
314	PoisonedKnife = 287,
315	ObsidianSkinPotion = 288,
316	RegenerationPotion = 289,
317	SwiftnessPotion = 290,
318	GillsPotion = 291,
319	IronskinPotion = 292,
320	ManaRegenerationPotion = 293,
321	MagicPowerPotion = 294,
322	FeatherfallPotion = 295,
323	SpelunkerPotion = 296,
324	InvisibilityPotion = 297,
325	ShinePotion = 298,
326	NightOwlPotion = 299,
327	BattlePotion = 300,
328	ThornsPotion = 301,
329	WaterWalkingPotion = 302,
330	ArcheryPotion = 303,
331	HunterPotion = 304,
332	GravitationPotion = 305,
333	GoldChest = 306,
334	DaybloomSeeds = 307,
335	MoonglowSeeds = 308,
336	BlinkrootSeeds = 309,
337	DeathweedSeeds = 310,
338	WaterleafSeeds = 311,
339	FireblossomSeeds = 312,
340	Daybloom = 313,
341	Moonglow = 314,
342	Blinkroot = 315,
343	Deathweed = 316,
344	Waterleaf = 317,
345	Fireblossom = 318,
346	SharkFin = 319,
347	Feather = 320,
348	Tombstone = 321,
349	MimeMask = 322,
350	AntlionMandible = 323,
351	IllegalGunParts = 324,
352	TheDoctorsShirt = 325,
353	TheDoctorsPants = 326,
354	GoldenKey = 327,
355	ShadowChest = 328,
356	ShadowKey = 329,
357	ObsidianBrickWall = 330,
358	JungleSpores = 331,
359	Loom = 332,
360	Piano = 333,
361	Dresser = 334,
362	Bench = 335,
363	Bathtub = 336,
364	RedBanner = 337,
365	GreenBanner = 338,
366	BlueBanner = 339,
367	YellowBanner = 340,
368	LampPost = 341,
369	TikiTorch = 342,
370	Barrel = 343,
371	ChineseLantern = 344,
372	CookingPot = 345,
373	Safe = 346,
374	SkullLantern = 347,
375	TrashCan = 348,
376	Candelabra = 349,
377	PinkVase = 350,
378	Mug = 351,
379	Keg = 352,
380	Ale = 353,
381	Bookcase = 354,
382	Throne = 355,
383	Bowl = 356,
384	BowlOfSoup = 357,
385	Toilet = 358,
386	GrandfatherClock = 359,
387	ArmorStatue = 360,
388	GoblinBattleStandard = 361,
389	TatteredCloth = 362,
390	Sawmill = 363,
391	CobaltOre = 364,
392	MythrilOre = 365,
393	AdamantiteOre = 366,
394	Pwnhammer = 367,
395	Excalibur = 368,
396	HallowedSeeds = 369,
397	EbonsandBlock = 370,
398	CobaltHat = 371,
399	CobaltHelmet = 372,
400	CobaltMask = 373,
401	CobaltBreastplate = 374,
402	CobaltLeggings = 375,
403	MythrilHood = 376,
404	MythrilHelmet = 377,
405	MythrilHat = 378,
406	MythrilChainmail = 379,
407	MythrilGreaves = 380,
408	CobaltBar = 381,
409	MythrilBar = 382,
410	CobaltChainsaw = 383,
411	MythrilChainsaw = 384,
412	CobaltDrill = 385,
413	MythrilDrill = 386,
414	AdamantiteChainsaw = 387,
415	AdamantiteDrill = 388,
416	DaoOfPow = 389,
417	MythrilHalberd = 390,
418	AdamantiteBar = 391,
419	GlassWall = 392,
420	Compass = 393,
421	DivingGear = 394,
422	Gps = 395,
423	ObsidianHorseshoe = 396,
424	ObsidianShield = 397,
425	TinkerersWorkshop = 398,
426	CloudinaBalloon = 399,
427	AdamantiteHeadgear = 400,
428	AdamantiteHelmet = 401,
429	AdamantiteMask = 402,
430	AdamantiteBreastplate = 403,
431	AdamantiteLeggings = 404,
432	SpectreBoots = 405,
433	AdamantiteGlaive = 406,
434	Toolbelt = 407,
435	PearlsandBlock = 408,
436	PearlstoneBlock = 409,
437	MiningShirt = 410,
438	MiningPants = 411,
439	PearlstoneBrick = 412,
440	IridescentBrick = 413,
441	MudstoneBlock = 414,
442	CobaltBrick = 415,
443	MythrilBrick = 416,
444	PearlstoneBrickWall = 417,
445	IridescentBrickWall = 418,
446	MudstoneBrickWall = 419,
447	CobaltBrickWall = 420,
448	MythrilBrickWall = 421,
449	HolyWater = 422,
450	UnholyWater = 423,
451	SiltBlock = 424,
452	FairyBell = 425,
453	BreakerBlade = 426,
454	BlueTorch = 427,
455	RedTorch = 428,
456	GreenTorch = 429,
457	PurpleTorch = 430,
458	WhiteTorch = 431,
459	YellowTorch = 432,
460	DemonTorch = 433,
461	ClockworkAssaultRifle = 434,
462	CobaltRepeater = 435,
463	MythrilRepeater = 436,
464	DualHook = 437,
465	StarStatue = 438,
466	SwordStatue = 439,
467	SlimeStatue = 440,
468	GoblinStatue = 441,
469	ShieldStatue = 442,
470	BatStatue = 443,
471	FishStatue = 444,
472	BunnyStatue = 445,
473	SkeletonStatue = 446,
474	ReaperStatue = 447,
475	WomanStatue = 448,
476	ImpStatue = 449,
477	GargoyleStatue = 450,
478	GloomStatue = 451,
479	HornetStatue = 452,
480	BombStatue = 453,
481	CrabStatue = 454,
482	HammerStatue = 455,
483	PotionStatue = 456,
484	SpearStatue = 457,
485	CrossStatue = 458,
486	JellyfishStatue = 459,
487	BowStatue = 460,
488	BoomerangStatue = 461,
489	BootStatue = 462,
490	ChestStatue = 463,
491	BirdStatue = 464,
492	AxeStatue = 465,
493	CorruptStatue = 466,
494	TreeStatue = 467,
495	AnvilStatue = 468,
496	PickaxeStatue = 469,
497	MushroomStatue = 470,
498	EyeballStatue = 471,
499	PillarStatue = 472,
500	HeartStatue = 473,
501	PotStatue = 474,
502	SunflowerStatue = 475,
503	KingStatue = 476,
504	QueenStatue = 477,
505	PiranhaStatue = 478,
506	PlankedWall = 479,
507	WoodenBeam = 480,
508	AdamantiteRepeater = 481,
509	AdamantiteSword = 482,
510	CobaltSword = 483,
511	MythrilSword = 484,
512	MoonCharm = 485,
513	Ruler = 486,
514	CrystalBall = 487,
515	DiscoBall = 488,
516	SorcererEmblem = 489,
517	WarriorEmblem = 490,
518	RangerEmblem = 491,
519	DemonWings = 492,
520	AngelWings = 493,
521	MagicalHarp = 494,
522	RainbowRod = 495,
523	IceRod = 496,
524	NeptunesShell = 497,
525	Mannequin = 498,
526	GreaterHealingPotion = 499,
527	GreaterManaPotion = 500,
528	PixieDust = 501,
529	CrystalShard = 502,
530	ClownHat = 503,
531	ClownShirt = 504,
532	ClownPants = 505,
533	Flamethrower = 506,
534	Bell = 507,
535	Harp = 508,
536	Wrench = 509,
537	WireCutter = 510,
538	ActiveStoneBlock = 511,
539	InactiveStoneBlock = 512,
540	Lever = 513,
541	LaserRifle = 514,
542	CrystalBullet = 515,
543	HolyArrow = 516,
544	MagicDagger = 517,
545	CrystalStorm = 518,
546	CursedFlames = 519,
547	SoulOfLight = 520,
548	SoulOfNight = 521,
549	CursedFlame = 522,
550	CursedTorch = 523,
551	AdamantiteForge = 524,
552	MythrilAnvil = 525,
553	UnicornHorn = 526,
554	DarkShard = 527,
555	LightShard = 528,
556	RedPressurePlate = 529,
557	Wire = 530,
558	SpellTome = 531,
559	StarCloak = 532,
560	Megashark = 533,
561	Shotgun = 534,
562	PhilosophersStone = 535,
563	TitanGlove = 536,
564	CobaltNaginata = 537,
565	Switch = 538,
566	DartTrap = 539,
567	Boulder = 540,
568	GreenPressurePlate = 541,
569	GrayPressurePlate = 542,
570	BrownPressurePlate = 543,
571	MechanicalEye = 544,
572	CursedArrow = 545,
573	CursedBullet = 546,
574	SoulOfFright = 547,
575	SoulOfMight = 548,
576	SoulOfSight = 549,
577	Gungnir = 550,
578	HallowedPlateMail = 551,
579	HallowedGreaves = 552,
580	HallowedHelmet = 553,
581	CrossNecklace = 554,
582	ManaFlower = 555,
583	MechanicalWorm = 556,
584	MechanicalSkull = 557,
585	HallowedHeadgear = 558,
586	HallowedMask = 559,
587	SlimeCrown = 560,
588	LightDisc = 561,
589	MusicBoxOverworldDay = 562,
590	MusicBoxEerie = 563,
591	MusicBoxNight = 564,
592	MusicBoxTitle = 565,
593	MusicBoxUnderground = 566,
594	MusicBoxBoss1 = 567,
595	MusicBoxJungle = 568,
596	MusicBoxCorruption = 569,
597	MusicBoxUndergroundCorruption = 570,
598	MusicBoxTheHallow = 571,
599	MusicBoxBoss2 = 572,
600	MusicBoxUndergroundHallow = 573,
601	MusicBoxBoss3 = 574,
602	SoulOfFlight = 575,
603	MusicBox = 576,
604	DemoniteBrick = 577,
605	HallowedRepeater = 578,
606	Drax = 579,
607	Explosives = 580,
608	InletPump = 581,
609	OutletPump = 582,
610	Timer1Second = 583,
611	Timer3Second = 584,
612	Timer5Second = 585,
613	CandyCaneBlock = 586,
614	CandyCaneWall = 587,
615	SantaHat = 588,
616	SantaShirt = 589,
617	SantaPants = 590,
618	GreenCandyCaneBlock = 591,
619	GreenCandyCaneWall = 592,
620	SnowBlock = 593,
621	SnowBrick = 594,
622	SnowBrickWall = 595,
623	BlueLight = 596,
624	RedLight = 597,
625	GreenLight = 598,
626	BluePresent = 599,
627	GreenPresent = 600,
628	YellowPresent = 601,
629	SnowGlobe = 602,
630	Carrot = 603,
631	AdamantiteBeam = 604,
632	AdamantiteBeamWall = 605,
633	DemoniteBrickWall = 606,
634	SandstoneBrick = 607,
635	SandstoneBrickWall = 608,
636	EbonstoneBrick = 609,
637	EbonstoneBrickWall = 610,
638	RedStucco = 611,
639	YellowStucco = 612,
640	GreenStucco = 613,
641	GrayStucco = 614,
642	RedStuccoWall = 615,
643	YellowStuccoWall = 616,
644	GreenStuccoWall = 617,
645	GrayStuccoWall = 618,
646	Ebonwood = 619,
647	RichMahogany = 620,
648	Pearlwood = 621,
649	EbonwoodWall = 622,
650	RichMahoganyWall = 623,
651	PearlwoodWall = 624,
652	EbonwoodChest = 625,
653	RichMahoganyChest = 626,
654	PearlwoodChest = 627,
655	EbonwoodChair = 628,
656	RichMahoganyChair = 629,
657	PearlwoodChair = 630,
658	EbonwoodPlatform = 631,
659	RichMahoganyPlatform = 632,
660	PearlwoodPlatform = 633,
661	BonePlatform = 634,
662	EbonwoodWorkBench = 635,
663	RichMahoganyWorkBench = 636,
664	PearlwoodWorkBench = 637,
665	EbonwoodTable = 638,
666	RichMahoganyTable = 639,
667	PearlwoodTable = 640,
668	EbonwoodPiano = 641,
669	RichMahoganyPiano = 642,
670	PearlwoodPiano = 643,
671	EbonwoodBed = 644,
672	RichMahoganyBed = 645,
673	PearlwoodBed = 646,
674	EbonwoodDresser = 647,
675	RichMahoganyDresser = 648,
676	PearlwoodDresser = 649,
677	EbonwoodDoor = 650,
678	RichMahoganyDoor = 651,
679	PearlwoodDoor = 652,
680	EbonwoodSword = 653,
681	EbonwoodHammer = 654,
682	EbonwoodBow = 655,
683	RichMahoganySword = 656,
684	RichMahoganyHammer = 657,
685	RichMahoganyBow = 658,
686	PearlwoodSword = 659,
687	PearlwoodHammer = 660,
688	PearlwoodBow = 661,
689	RainbowBrick = 662,
690	RainbowBrickWall = 663,
691	IceBlock = 664,
692	RedsWings = 665,
693	RedsHelmet = 666,
694	RedsBreastplate = 667,
695	RedsLeggings = 668,
696	Fish = 669,
697	IceBoomerang = 670,
698	Keybrand = 671,
699	Cutlass = 672,
700	BorealWoodWorkBench = 673,
701	TrueExcalibur = 674,
702	TrueNightsEdge = 675,
703	Frostbrand = 676,
704	BorealWoodTable = 677,
705	RedPotion = 678,
706	TacticalShotgun = 679,
707	IvyChest = 680,
708	IceChest = 681,
709	Marrow = 682,
710	UnholyTrident = 683,
711	FrostHelmet = 684,
712	FrostBreastplate = 685,
713	FrostLeggings = 686,
714	TinHelmet = 687,
715	TinChainmail = 688,
716	TinGreaves = 689,
717	LeadHelmet = 690,
718	LeadChainmail = 691,
719	LeadGreaves = 692,
720	TungstenHelmet = 693,
721	TungstenChainmail = 694,
722	TungstenGreaves = 695,
723	PlatinumHelmet = 696,
724	PlatinumChainmail = 697,
725	PlatinumGreaves = 698,
726	TinOre = 699,
727	LeadOre = 700,
728	TungstenOre = 701,
729	PlatinumOre = 702,
730	TinBar = 703,
731	LeadBar = 704,
732	TungstenBar = 705,
733	PlatinumBar = 706,
734	TinWatch = 707,
735	TungstenWatch = 708,
736	PlatinumWatch = 709,
737	TinChandelier = 710,
738	TungstenChandelier = 711,
739	PlatinumChandelier = 712,
740	PlatinumCandle = 713,
741	PlatinumCandelabra = 714,
742	PlatinumCrown = 715,
743	LeadAnvil = 716,
744	TinBrick = 717,
745	TungstenBrick = 718,
746	PlatinumBrick = 719,
747	TinBrickWall = 720,
748	TungstenBrickWall = 721,
749	PlatinumBrickWall = 722,
750	BeamSword = 723,
751	IceBlade = 724,
752	IceBow = 725,
753	FrostStaff = 726,
754	WoodHelmet = 727,
755	WoodBreastplate = 728,
756	WoodGreaves = 729,
757	EbonwoodHelmet = 730,
758	EbonwoodBreastplate = 731,
759	EbonwoodGreaves = 732,
760	RichMahoganyHelmet = 733,
761	RichMahoganyBreastplate = 734,
762	RichMahoganyGreaves = 735,
763	PearlwoodHelmet = 736,
764	PearlwoodBreastplate = 737,
765	PearlwoodGreaves = 738,
766	AmethystStaff = 739,
767	TopazStaff = 740,
768	SapphireStaff = 741,
769	EmeraldStaff = 742,
770	RubyStaff = 743,
771	DiamondStaff = 744,
772	GrassWall = 745,
773	JungleWall = 746,
774	FlowerWall = 747,
775	Jetpack = 748,
776	ButterflyWings = 749,
777	CactusWall = 750,
778	Cloud = 751,
779	CloudWall = 752,
780	Seaweed = 753,
781	RuneHat = 754,
782	RuneRobe = 755,
783	MushroomSpear = 756,
784	TerraBlade = 757,
785	GrenadeLauncher = 758,
786	RocketLauncher = 759,
787	ProximityMineLauncher = 760,
788	FairyWings = 761,
789	SlimeBlock = 762,
790	FleshBlock = 763,
791	MushroomWall = 764,
792	RainCloud = 765,
793	BoneBlock = 766,
794	FrozenSlimeBlock = 767,
795	BoneBlockWall = 768,
796	SlimeBlockWall = 769,
797	FleshBlockWall = 770,
798	RocketI = 771,
799	RocketII = 772,
800	RocketIII = 773,
801	RocketIV = 774,
802	AsphaltBlock = 775,
803	CobaltPickaxe = 776,
804	MythrilPickaxe = 777,
805	AdamantitePickaxe = 778,
806	Clentaminator = 779,
807	GreenSolution = 780,
808	BlueSolution = 781,
809	PurpleSolution = 782,
810	DarkBlueSolution = 783,
811	RedSolution = 784,
812	HarpyWings = 785,
813	BoneWings = 786,
814	Hammush = 787,
815	NettleBurst = 788,
816	AnkhBanner = 789,
817	SnakeBanner = 790,
818	OmegaBanner = 791,
819	CrimsonHelmet = 792,
820	CrimsonScalemail = 793,
821	CrimsonGreaves = 794,
822	BloodButcherer = 795,
823	TendonBow = 796,
824	FleshGrinder = 797,
825	DeathbringerPickaxe = 798,
826	BloodLustCluster = 799,
827	TheUndertaker = 800,
828	TheMeatball = 801,
829	TheRottedFork = 802,
830	EskimoHood = 803,
831	EskimoCoat = 804,
832	EskimoPants = 805,
833	LivingWoodChair = 806,
834	CactusChair = 807,
835	BoneChair = 808,
836	FleshChair = 809,
837	MushroomChair = 810,
838	BoneWorkBench = 811,
839	CactusWorkBench = 812,
840	FleshWorkBench = 813,
841	MushroomWorkBench = 814,
842	SlimeWorkBench = 815,
843	CactusDoor = 816,
844	FleshDoor = 817,
845	MushroomDoor = 818,
846	LivingWoodDoor = 819,
847	BoneDoor = 820,
848	FlameWings = 821,
849	FrozenWings = 822,
850	GhostWings = 823,
851	SunplateBlock = 824,
852	DiscWall = 825,
853	SkywareChair = 826,
854	BoneTable = 827,
855	FleshTable = 828,
856	LivingWoodTable = 829,
857	SkywareTable = 830,
858	LivingWoodChest = 831,
859	LivingWoodWand = 832,
860	PurpleIceBlock = 833,
861	PinkIceBlock = 834,
862	RedIceBlock = 835,
863	CrimstoneBlock = 836,
864	SkywareDoor = 837,
865	SkywareChest = 838,
866	SteampunkHat = 839,
867	SteampunkShirt = 840,
868	SteampunkPants = 841,
869	BeeHat = 842,
870	BeeShirt = 843,
871	BeePants = 844,
872	WorldBanner = 845,
873	SunBanner = 846,
874	GravityBanner = 847,
875	PharaohsMask = 848,
876	Actuator = 849,
877	BlueWrench = 850,
878	GreenWrench = 851,
879	BluePressurePlate = 852,
880	YellowPressurePlate = 853,
881	DiscountCard = 854,
882	LuckyCoin = 855,
883	UnicornOnAStick = 856,
884	SandstormInABottle = 857,
885	BorealWoodSofa = 858,
886	BeachBall = 859,
887	CharmOfMyths = 860,
888	MoonShell = 861,
889	StarVeil = 862,
890	WaterWalkingBoots = 863,
891	Tiara = 864,
892	PrincessDress = 865,
893	PharaohsRobe = 866,
894	GreenCap = 867,
895	MushroomCap = 868,
896	TamOShanter = 869,
897	MummyMask = 870,
898	MummyShirt = 871,
899	MummyPants = 872,
900	CowboyHat = 873,
901	CowboyJacket = 874,
902	CowboyPants = 875,
903	PirateHat = 876,
904	PirateShirt = 877,
905	PiratePants = 878,
906	VikingHelmet = 879,
907	CrimtaneOre = 880,
908	CactusSword = 881,
909	CactusPickaxe = 882,
910	IceBrick = 883,
911	IceBrickWall = 884,
912	AdhesiveBandage = 885,
913	ArmorPolish = 886,
914	Bezoar = 887,
915	Blindfold = 888,
916	FastClock = 889,
917	Megaphone = 890,
918	Nazar = 891,
919	Vitamins = 892,
920	TrifoldMap = 893,
921	CactusHelmet = 894,
922	CactusBreastplate = 895,
923	CactusLeggings = 896,
924	PowerGlove = 897,
925	LightningBoots = 898,
926	SunStone = 899,
927	MoonStone = 900,
928	ArmorBracing = 901,
929	MedicatedBandage = 902,
930	ThePlan = 903,
931	CountercurseMantra = 904,
932	CoinGun = 905,
933	LavaCharm = 906,
934	ObsidianWaterWalkingBoots = 907,
935	LavaWaders = 908,
936	PureWaterFountain = 909,
937	DesertWaterFountain = 910,
938	Shadewood = 911,
939	ShadewoodDoor = 912,
940	ShadewoodPlatform = 913,
941	ShadewoodChest = 914,
942	ShadewoodChair = 915,
943	ShadewoodWorkBench = 916,
944	ShadewoodTable = 917,
945	ShadewoodDresser = 918,
946	ShadewoodPiano = 919,
947	ShadewoodBed = 920,
948	ShadewoodSword = 921,
949	ShadewoodHammer = 922,
950	ShadewoodBow = 923,
951	ShadewoodHelmet = 924,
952	ShadewoodBreastplate = 925,
953	ShadewoodGreaves = 926,
954	ShadewoodWall = 927,
955	Cannon = 928,
956	Cannonball = 929,
957	FlareGun = 930,
958	Flare = 931,
959	BoneWand = 932,
960	LeafWand = 933,
961	FlyingCarpet = 934,
962	AvengerEmblem = 935,
963	MechanicalGlove = 936,
964	LandMine = 937,
965	PaladinsShield = 938,
966	WebSlinger = 939,
967	JungleWaterFountain = 940,
968	IcyWaterFountain = 941,
969	CorruptWaterFountain = 942,
970	CrimsonWaterFountain = 943,
971	HallowedWaterFountain = 944,
972	BloodWaterFountain = 945,
973	Umbrella = 946,
974	ChlorophyteOre = 947,
975	SteampunkWings = 948,
976	Snowball = 949,
977	IceSkates = 950,
978	SnowballLauncher = 951,
979	WebCoveredChest = 952,
980	ClimbingClaws = 953,
981	AncientIronHelmet = 954,
982	AncientGoldHelmet = 955,
983	AncientShadowHelmet = 956,
984	AncientShadowScalemail = 957,
985	AncientShadowGreaves = 958,
986	AncientNecroHelmet = 959,
987	AncientCobaltHelmet = 960,
988	AncientCobaltBreastplate = 961,
989	AncientCobaltLeggings = 962,
990	BlackBelt = 963,
991	Boomstick = 964,
992	Rope = 965,
993	Campfire = 966,
994	Marshmallow = 967,
995	MarshmallowOnAStick = 968,
996	CookedMarshmallow = 969,
997	RedRocket = 970,
998	GreenRocket = 971,
999	BlueRocket = 972,
1000	YellowRocket = 973,
1001	IceTorch = 974,
1002	ShoeSpikes = 975,
1003	TigerClimbingGear = 976,
1004	Tabi = 977,
1005	PinkEskimoHood = 978,
1006	PinkEskimoCoat = 979,
1007	PinkEskimoPants = 980,
1008	PinkThread = 981,
1009	ManaRegenerationBand = 982,
1010	SandstormInABalloon = 983,
1011	MasterNinjaGear = 984,
1012	RopeCoil = 985,
1013	Blowgun = 986,
1014	BlizzardInABottle = 987,
1015	FrostburnArrow = 988,
1016	EnchantedSword = 989,
1017	PickaxeAxe = 990,
1018	CobaltWaraxe = 991,
1019	MythrilWaraxe = 992,
1020	AdamantiteWaraxe = 993,
1021	EatersBone = 994,
1022	BlendOMatic = 995,
1023	MeatGrinder = 996,
1024	Extractinator = 997,
1025	Solidifier = 998,
1026	Amber = 999,
1027	ConfettiGun = 1000,
1028	ChlorophyteMask = 1001,
1029	ChlorophyteHelmet = 1002,
1030	ChlorophyteHeadgear = 1003,
1031	ChlorophytePlateMail = 1004,
1032	ChlorophyteGreaves = 1005,
1033	ChlorophyteBar = 1006,
1034	RedDye = 1007,
1035	OrangeDye = 1008,
1036	YellowDye = 1009,
1037	LimeDye = 1010,
1038	GreenDye = 1011,
1039	TealDye = 1012,
1040	CyanDye = 1013,
1041	SkyBlueDye = 1014,
1042	BlueDye = 1015,
1043	PurpleDye = 1016,
1044	VioletDye = 1017,
1045	PinkDye = 1018,
1046	RedAndBlackDye = 1019,
1047	OrangeAndBlackDye = 1020,
1048	YellowAndBlackDye = 1021,
1049	LimeAndBlackDye = 1022,
1050	GreenAndBlackDye = 1023,
1051	TealAndBlackDye = 1024,
1052	CyanAndBlackDye = 1025,
1053	SkyBlueAndBlackDye = 1026,
1054	BlueAndBlackDye = 1027,
1055	PurpleAndBlackDye = 1028,
1056	VioletAndBlackDye = 1029,
1057	PinkAndBlackDye = 1030,
1058	FlameDye = 1031,
1059	FlameAndBlackDye = 1032,
1060	GreenFlameDye = 1033,
1061	GreenFlameAndBlackDye = 1034,
1062	BlueFlameDye = 1035,
1063	BlueFlameAndBlackDye = 1036,
1064	SilverDye = 1037,
1065	BrightRedDye = 1038,
1066	BrightOrangeDye = 1039,
1067	BrightYellowDye = 1040,
1068	BrightLimeDye = 1041,
1069	BrightGreenDye = 1042,
1070	BrightTealDye = 1043,
1071	BrightCyanDye = 1044,
1072	BrightSkyBlueDye = 1045,
1073	BrightBlueDye = 1046,
1074	BrightPurpleDye = 1047,
1075	BrightVioletDye = 1048,
1076	BrightPinkDye = 1049,
1077	BlackDye = 1050,
1078	RedAndSilverDye = 1051,
1079	OrangeAndSilverDye = 1052,
1080	YellowAndSilverDye = 1053,
1081	LimeAndSilverDye = 1054,
1082	GreenAndSilverDye = 1055,
1083	TealAndSilverDye = 1056,
1084	CyanAndSilverDye = 1057,
1085	SkyBlueAndSilverDye = 1058,
1086	BlueAndSilverDye = 1059,
1087	PurpleAndSilverDye = 1060,
1088	VioletAndSilverDye = 1061,
1089	PinkAndSilverDye = 1062,
1090	IntenseFlameDye = 1063,
1091	IntenseGreenFlameDye = 1064,
1092	IntenseBlueFlameDye = 1065,
1093	RainbowDye = 1066,
1094	IntenseRainbowDye = 1067,
1095	YellowGradientDye = 1068,
1096	CyanGradientDye = 1069,
1097	VioletGradientDye = 1070,
1098	Paintbrush = 1071,
1099	PaintRoller = 1072,
1100	RedPaint = 1073,
1101	OrangePaint = 1074,
1102	YellowPaint = 1075,
1103	LimePaint = 1076,
1104	GreenPaint = 1077,
1105	TealPaint = 1078,
1106	CyanPaint = 1079,
1107	SkyBluePaint = 1080,
1108	BluePaint = 1081,
1109	PurplePaint = 1082,
1110	VioletPaint = 1083,
1111	PinkPaint = 1084,
1112	DeepRedPaint = 1085,
1113	DeepOrangePaint = 1086,
1114	DeepYellowPaint = 1087,
1115	DeepLimePaint = 1088,
1116	DeepGreenPaint = 1089,
1117	DeepTealPaint = 1090,
1118	DeepCyanPaint = 1091,
1119	DeepSkyBluePaint = 1092,
1120	DeepBluePaint = 1093,
1121	DeepPurplePaint = 1094,
1122	DeepVioletPaint = 1095,
1123	DeepPinkPaint = 1096,
1124	BlackPaint = 1097,
1125	WhitePaint = 1098,
1126	GrayPaint = 1099,
1127	PaintScraper = 1100,
1128	LihzahrdBrick = 1101,
1129	LihzahrdBrickWall = 1102,
1130	SlushBlock = 1103,
1131	PalladiumOre = 1104,
1132	OrichalcumOre = 1105,
1133	TitaniumOre = 1106,
1134	TealMushroom = 1107,
1135	GreenMushroom = 1108,
1136	SkyBlueFlower = 1109,
1137	YellowMarigold = 1110,
1138	BlueBerries = 1111,
1139	LimeKelp = 1112,
1140	PinkPricklyPear = 1113,
1141	OrangeBloodroot = 1114,
1142	RedHusk = 1115,
1143	CyanHusk = 1116,
1144	VioletHusk = 1117,
1145	PurpleMucus = 1118,
1146	BlackInk = 1119,
1147	DyeVat = 1120,
1148	BeeGun = 1121,
1149	PossessedHatchet = 1122,
1150	BeeKeeper = 1123,
1151	Hive = 1124,
1152	HoneyBlock = 1125,
1153	HiveWall = 1126,
1154	CrispyHoneyBlock = 1127,
1155	HoneyBucket = 1128,
1156	HiveWand = 1129,
1157	Beenade = 1130,
1158	GravityGlobe = 1131,
1159	HoneyComb = 1132,
1160	Abeemination = 1133,
1161	BottledHoney = 1134,
1162	RainHat = 1135,
1163	RainCoat = 1136,
1164	LihzahrdDoor = 1137,
1165	DungeonDoor = 1138,
1166	LeadDoor = 1139,
1167	IronDoor = 1140,
1168	TempleKey = 1141,
1169	LihzahrdChest = 1142,
1170	LihzahrdChair = 1143,
1171	LihzahrdTable = 1144,
1172	LihzahrdWorkBench = 1145,
1173	SuperDartTrap = 1146,
1174	FlameTrap = 1147,
1175	SpikyBallTrap = 1148,
1176	SpearTrap = 1149,
1177	WoodenSpike = 1150,
1178	LihzahrdPressurePlate = 1151,
1179	LihzahrdStatue = 1152,
1180	LihzahrdWatcherStatue = 1153,
1181	LihzahrdGuardianStatue = 1154,
1182	WaspGun = 1155,
1183	PiranhaGun = 1156,
1184	PygmyStaff = 1157,
1185	PygmyNecklace = 1158,
1186	TikiMask = 1159,
1187	TikiShirt = 1160,
1188	TikiPants = 1161,
1189	LeafWings = 1162,
1190	BlizzardInABalloon = 1163,
1191	BundleOfBalloons = 1164,
1192	BatWings = 1165,
1193	BoneSword = 1166,
1194	HerculesBeetle = 1167,
1195	SmokeBomb = 1168,
1196	BoneKey = 1169,
1197	Nectar = 1170,
1198	TikiTotem = 1171,
1199	LizardEgg = 1172,
1200	GraveMarker = 1173,
1201	CrossGraveMarker = 1174,
1202	Headstone = 1175,
1203	Gravestone = 1176,
1204	Obelisk = 1177,
1205	LeafBlower = 1178,
1206	ChlorophyteBullet = 1179,
1207	ParrotCracker = 1180,
1208	StrangeGlowingMushroom = 1181,
1209	Seedling = 1182,
1210	WispInABottle = 1183,
1211	PalladiumBar = 1184,
1212	PalladiumSword = 1185,
1213	PalladiumPike = 1186,
1214	PalladiumRepeater = 1187,
1215	PalladiumPickaxe = 1188,
1216	PalladiumDrill = 1189,
1217	PalladiumChainsaw = 1190,
1218	OrichalcumBar = 1191,
1219	OrichalcumSword = 1192,
1220	OrichalcumHalberd = 1193,
1221	OrichalcumRepeater = 1194,
1222	OrichalcumPickaxe = 1195,
1223	OrichalcumDrill = 1196,
1224	OrichalcumChainsaw = 1197,
1225	TitaniumBar = 1198,
1226	TitaniumSword = 1199,
1227	TitaniumTrident = 1200,
1228	TitaniumRepeater = 1201,
1229	TitaniumPickaxe = 1202,
1230	TitaniumDrill = 1203,
1231	TitaniumChainsaw = 1204,
1232	PalladiumMask = 1205,
1233	PalladiumHelmet = 1206,
1234	PalladiumHeadgear = 1207,
1235	PalladiumBreastplate = 1208,
1236	PalladiumLeggings = 1209,
1237	OrichalcumMask = 1210,
1238	OrichalcumHelmet = 1211,
1239	OrichalcumHeadgear = 1212,
1240	OrichalcumBreastplate = 1213,
1241	OrichalcumLeggings = 1214,
1242	TitaniumMask = 1215,
1243	TitaniumHelmet = 1216,
1244	TitaniumHeadgear = 1217,
1245	TitaniumBreastplate = 1218,
1246	TitaniumLeggings = 1219,
1247	OrichalcumAnvil = 1220,
1248	TitaniumForge = 1221,
1249	PalladiumWaraxe = 1222,
1250	OrichalcumWaraxe = 1223,
1251	TitaniumWaraxe = 1224,
1252	HallowedBar = 1225,
1253	ChlorophyteClaymore = 1226,
1254	ChlorophyteSaber = 1227,
1255	ChlorophytePartisan = 1228,
1256	ChlorophyteShotbow = 1229,
1257	ChlorophytePickaxe = 1230,
1258	ChlorophyteDrill = 1231,
1259	ChlorophyteChainsaw = 1232,
1260	ChlorophyteGreataxe = 1233,
1261	ChlorophyteWarhammer = 1234,
1262	ChlorophyteArrow = 1235,
1263	AmethystHook = 1236,
1264	TopazHook = 1237,
1265	SapphireHook = 1238,
1266	EmeraldHook = 1239,
1267	RubyHook = 1240,
1268	DiamondHook = 1241,
1269	AmberMosquito = 1242,
1270	UmbrellaHat = 1243,
1271	NimbusRod = 1244,
1272	OrangeTorch = 1245,
1273	CrimsandBlock = 1246,
1274	BeeCloak = 1247,
1275	EyeOfTheGolem = 1248,
1276	HoneyBalloon = 1249,
1277	BlueHorseshoeBalloon = 1250,
1278	WhiteHorseshoeBalloon = 1251,
1279	YellowHorseshoeBalloon = 1252,
1280	FrozenTurtleShell = 1253,
1281	SniperRifle = 1254,
1282	VenusMagnum = 1255,
1283	CrimsonRod = 1256,
1284	CrimtaneBar = 1257,
1285	Stynger = 1258,
1286	FlowerPow = 1259,
1287	RainbowGun = 1260,
1288	StyngerBolt = 1261,
1289	ChlorophyteJackhammer = 1262,
1290	Teleporter = 1263,
1291	FlowerOfFrost = 1264,
1292	Uzi = 1265,
1293	MagnetSphere = 1266,
1294	PurpleStainedGlass = 1267,
1295	YellowStainedGlass = 1268,
1296	BlueStainedGlass = 1269,
1297	GreenStainedGlass = 1270,
1298	RedStainedGlass = 1271,
1299	MulticoloredStainedGlass = 1272,
1300	SkeletronHand = 1273,
1301	Skull = 1274,
1302	BallaHat = 1275,
1303	GangstaHat = 1276,
1304	SailorHat = 1277,
1305	EyePatch = 1278,
1306	SailorShirt = 1279,
1307	SailorPants = 1280,
1308	SkeletronMask = 1281,
1309	AmethystRobe = 1282,
1310	TopazRobe = 1283,
1311	SapphireRobe = 1284,
1312	EmeraldRobe = 1285,
1313	RubyRobe = 1286,
1314	DiamondRobe = 1287,
1315	WhiteTuxedoShirt = 1288,
1316	WhiteTuxedoPants = 1289,
1317	PanicNecklace = 1290,
1318	LifeFruit = 1291,
1319	LihzahrdAltar = 1292,
1320	LihzahrdPowerCell = 1293,
1321	Picksaw = 1294,
1322	HeatRay = 1295,
1323	StaffOfEarth = 1296,
1324	GolemFist = 1297,
1325	WaterChest = 1298,
1326	Binoculars = 1299,
1327	RifleScope = 1300,
1328	DestroyerEmblem = 1301,
1329	HighVelocityBullet = 1302,
1330	JellyfishNecklace = 1303,
1331	ZombieArm = 1304,
1332	TheAxe = 1305,
1333	IceSickle = 1306,
1334	ClothierVoodooDoll = 1307,
1335	PoisonStaff = 1308,
1336	SlimeStaff = 1309,
1337	PoisonDart = 1310,
1338	EyeSpring = 1311,
1339	ToySled = 1312,
1340	BookOfSkulls = 1313,
1341	KOCannon = 1314,
1342	PirateMap = 1315,
1343	TurtleHelmet = 1316,
1344	TurtleScaleMail = 1317,
1345	TurtleLeggings = 1318,
1346	SnowballCannon = 1319,
1347	BonePickaxe = 1320,
1348	MagicQuiver = 1321,
1349	MagmaStone = 1322,
1350	ObsidianRose = 1323,
1351	Bananarang = 1324,
1352	ChainKnife = 1325,
1353	RodOfDiscord = 1326,
1354	DeathSickle = 1327,
1355	TurtleShell = 1328,
1356	TissueSample = 1329,
1357	Vertebrae = 1330,
1358	BloodySpine = 1331,
1359	Ichor = 1332,
1360	IchorTorch = 1333,
1361	IchorArrow = 1334,
1362	IchorBullet = 1335,
1363	GoldenShower = 1336,
1364	BunnyCannon = 1337,
1365	ExplosiveBunny = 1338,
1366	VialOfVenom = 1339,
1367	FlaskOfVenom = 1340,
1368	VenomArrow = 1341,
1369	VenomBullet = 1342,
1370	FireGauntlet = 1343,
1371	Cog = 1344,
1372	Confetti = 1345,
1373	Nanites = 1346,
1374	ExplosivePowder = 1347,
1375	GoldDust = 1348,
1376	PartyBullet = 1349,
1377	NanoBullet = 1350,
1378	ExplodingBullet = 1351,
1379	GoldenBullet = 1352,
1380	FlaskOfCursedFlames = 1353,
1381	FlaskOfFire = 1354,
1382	FlaskOfGold = 1355,
1383	FlaskOfIchor = 1356,
1384	FlaskOfNanites = 1357,
1385	FlaskOfParty = 1358,
1386	FlaskOfPoison = 1359,
1387	EyeOfCthulhuTrophy = 1360,
1388	EaterOfWorldsTrophy = 1361,
1389	BrainOfCthulhuTrophy = 1362,
1390	SkeletronTrophy = 1363,
1391	QueenBeeTrophy = 1364,
1392	WallOfFleshTrophy = 1365,
1393	DestroyerTrophy = 1366,
1394	SkeletronPrimeTrophy = 1367,
1395	RetinazerTrophy = 1368,
1396	SpazmatismTrophy = 1369,
1397	PlanteraTrophy = 1370,
1398	GolemTrophy = 1371,
1399	BloodMoonRising = 1372,
1400	TheHangedMan = 1373,
1401	GloryOfTheFire = 1374,
1402	BoneWarp = 1375,
1403	WallSkeleton = 1376,
1404	HangingSkeleton = 1377,
1405	BlueSlabWall = 1378,
1406	BlueTiledWall = 1379,
1407	PinkSlabWall = 1380,
1408	PinkTiledWall = 1381,
1409	GreenSlabWall = 1382,
1410	GreenTiledWall = 1383,
1411	BlueBrickPlatform = 1384,
1412	PinkBrickPlatform = 1385,
1413	GreenBrickPlatform = 1386,
1414	MetalShelf = 1387,
1415	BrassShelf = 1388,
1416	WoodShelf = 1389,
1417	BrassLantern = 1390,
1418	CagedLantern = 1391,
1419	CarriageLantern = 1392,
1420	AlchemyLantern = 1393,
1421	DiablostLamp = 1394,
1422	OilRagSconse = 1395,
1423	BlueDungeonChair = 1396,
1424	BlueDungeonTable = 1397,
1425	BlueDungeonWorkBench = 1398,
1426	GreenDungeonChair = 1399,
1427	GreenDungeonTable = 1400,
1428	GreenDungeonWorkBench = 1401,
1429	PinkDungeonChair = 1402,
1430	PinkDungeonTable = 1403,
1431	PinkDungeonWorkBench = 1404,
1432	BlueDungeonCandle = 1405,
1433	GreenDungeonCandle = 1406,
1434	PinkDungeonCandle = 1407,
1435	BlueDungeonVase = 1408,
1436	GreenDungeonVase = 1409,
1437	PinkDungeonVase = 1410,
1438	BlueDungeonDoor = 1411,
1439	GreenDungeonDoor = 1412,
1440	PinkDungeonDoor = 1413,
1441	BlueDungeonBookcase = 1414,
1442	GreenDungeonBookcase = 1415,
1443	PinkDungeonBookcase = 1416,
1444	Catacomb = 1417,
1445	DungeonShelf = 1418,
1446	SkellingtonJSkellingsworth = 1419,
1447	TheCursedMan = 1420,
1448	TheEyeSeesTheEnd = 1421,
1449	SomethingEvilIsWatchingYou = 1422,
1450	TheTwinsHaveAwoken = 1423,
1451	TheScreamer = 1424,
1452	GoblinsPlayingPoker = 1425,
1453	Dryadisque = 1426,
1454	Sunflowers = 1427,
1455	TerrarianGothic = 1428,
1456	Beanie = 1429,
1457	ImbuingStation = 1430,
1458	StarInABottle = 1431,
1459	EmptyBullet = 1432,
1460	Impact = 1433,
1461	PoweredByBirds = 1434,
1462	TheDestroyer = 1435,
1463	ThePersistencyOfEyes = 1436,
1464	UnicornCrossingTheHallows = 1437,
1465	GreatWave = 1438,
1466	StarryNight = 1439,
1467	GuidePicasso = 1440,
1468	TheGuardiansGaze = 1441,
1469	FatherOfSomeone = 1442,
1470	NurseLisa = 1443,
1471	ShadowbeamStaff = 1444,
1472	InfernoFork = 1445,
1473	SpectreStaff = 1446,
1474	WoodenFence = 1447,
1475	LeadFence = 1448,
1476	BubbleMachine = 1449,
1477	BubbleWand = 1450,
1478	MarchingBonesBanner = 1451,
1479	NecromanticSign = 1452,
1480	RustedCompanyStandard = 1453,
1481	RaggedBrotherhoodSigil = 1454,
1482	MoltenLegionFlag = 1455,
1483	DiabolicSigil = 1456,
1484	ObsidianPlatform = 1457,
1485	ObsidianDoor = 1458,
1486	ObsidianChair = 1459,
1487	ObsidianTable = 1460,
1488	ObsidianWorkBench = 1461,
1489	ObsidianVase = 1462,
1490	ObsidianBookcase = 1463,
1491	HellboundBanner = 1464,
1492	HellHammerBanner = 1465,
1493	HelltowerBanner = 1466,
1494	LostHopesOfManBanner = 1467,
1495	ObsidianWatcherBanner = 1468,
1496	LavaEruptsBanner = 1469,
1497	BlueDungeonBed = 1470,
1498	GreenDungeonBed = 1471,
1499	PinkDungeonBed = 1472,
1500	ObsidianBed = 1473,
1501	Waldo = 1474,
1502	Darkness = 1475,
1503	DarkSoulReaper = 1476,
1504	Land = 1477,
1505	TrappedGhost = 1478,
1506	DemonsEye = 1479,
1507	FindingGold = 1480,
1508	FirstEncounter = 1481,
1509	GoodMorning = 1482,
1510	UndergroundReward = 1483,
1511	ThroughTheWindow = 1484,
1512	PlaceAboveTheClouds = 1485,
1513	DoNotStepOnTheGrass = 1486,
1514	ColdWatersInTheWhiteLand = 1487,
1515	LightlessChasms = 1488,
1516	TheLandOfDeceivingLooks = 1489,
1517	Daylight = 1490,
1518	SecretOfTheSands = 1491,
1519	DeadlandComesAlive = 1492,
1520	EvilPresence = 1493,
1521	SkyGuardian = 1494,
1522	AmericanExplosive = 1495,
1523	Discover = 1496,
1524	HandEarth = 1497,
1525	OldMiner = 1498,
1526	Skelehead = 1499,
1527	FacingTheCerebralMastermind = 1500,
1528	LakeOfFire = 1501,
1529	TrioSuperHeroes = 1502,
1530	SpectreHood = 1503,
1531	SpectreRobe = 1504,
1532	SpectrePants = 1505,
1533	SpectrePickaxe = 1506,
1534	SpectreHamaxe = 1507,
1535	Ectoplasm = 1508,
1536	GothicChair = 1509,
1537	GothicTable = 1510,
1538	GothicWorkBench = 1511,
1539	GothicBookcase = 1512,
1540	PaladinsHammer = 1513,
1541	SWATHelmet = 1514,
1542	BeeWings = 1515,
1543	GiantHarpyFeather = 1516,
1544	BoneFeather = 1517,
1545	FireFeather = 1518,
1546	IceFeather = 1519,
1547	BrokenBatWing = 1520,
1548	TatteredBeeWing = 1521,
1549	LargeAmethyst = 1522,
1550	LargeTopaz = 1523,
1551	LargeSapphire = 1524,
1552	LargeEmerald = 1525,
1553	LargeRuby = 1526,
1554	LargeDiamond = 1527,
1555	JungleChest = 1528,
1556	CorruptionChest = 1529,
1557	CrimsonChest = 1530,
1558	HallowedChest = 1531,
1559	FrozenChest = 1532,
1560	JungleKey = 1533,
1561	CorruptionKey = 1534,
1562	CrimsonKey = 1535,
1563	HallowedKey = 1536,
1564	FrozenKey = 1537,
1565	ImpFace = 1538,
1566	OminousPresence = 1539,
1567	ShiningMoon = 1540,
1568	LivingGore = 1541,
1569	FlowingMagma = 1542,
1570	SpectrePaintbrush = 1543,
1571	SpectrePaintRoller = 1544,
1572	SpectrePaintScraper = 1545,
1573	ShroomiteHeadgear = 1546,
1574	ShroomiteMask = 1547,
1575	ShroomiteHelmet = 1548,
1576	ShroomiteBreastplate = 1549,
1577	ShroomiteLeggings = 1550,
1578	Autohammer = 1551,
1579	ShroomiteBar = 1552,
1580	Sdmg = 1553,
1581	CenxsTiara = 1554,
1582	CenxsBreastplate = 1555,
1583	CenxsLeggings = 1556,
1584	CrownosMask = 1557,
1585	CrownosBreastplate = 1558,
1586	CrownosLeggings = 1559,
1587	WillsHelmet = 1560,
1588	WillsBreastplate = 1561,
1589	WillsLeggings = 1562,
1590	JimsHelmet = 1563,
1591	JimsBreastplate = 1564,
1592	JimsLeggings = 1565,
1593	AaronsHelmet = 1566,
1594	AaronsBreastplate = 1567,
1595	AaronsLeggings = 1568,
1596	VampireKnives = 1569,
1597	BrokenHeroSword = 1570,
1598	ScourgeOfTheCorruptor = 1571,
1599	StaffOfTheFrostHydra = 1572,
1600	TheCreationOfTheGuide = 1573,
1601	TheMerchant = 1574,
1602	CrownoDevoursHisLunch = 1575,
1603	RareEnchantment = 1576,
1604	GloriousNight = 1577,
1605	SweetheartNecklace = 1578,
1606	FlurryBoots = 1579,
1607	DTownsHelmet = 1580,
1608	DTownsBreastplate = 1581,
1609	DTownsLeggings = 1582,
1610	DTownsWings = 1583,
1611	WillsWings = 1584,
1612	CrownosWings = 1585,
1613	CenxsWings = 1586,
1614	CenxsDress = 1587,
1615	CenxsDressPants = 1588,
1616	PalladiumColumn = 1589,
1617	PalladiumColumnWall = 1590,
1618	BubblegumBlock = 1591,
1619	BubblegumBlockWall = 1592,
1620	TitanstoneBlock = 1593,
1621	TitanstoneBlockWall = 1594,
1622	MagicCuffs = 1595,
1623
1624	MusicBoxCrimson = 1598,
1625	MusicBoxAltOverworldDay = 1600,
1626	MusicBoxRain = 1601,
1627	MusicBoxIce = 1602,
1628	MusicBoxDungeon = 1605,
1629	MusicBoxPlantera = 1606,
1630	MusicBoxBoss5 = 1607,
1631	MusicBoxTemple = 1608,
1632	MusicBoxEclipse = 1609,
1633	MusicBoxMushrooms = 1610,
1634	ButterflyDust = 1611,
1635	AnkhCharm = 1612,
1636	AnkhShield = 1613,
1637	BlueFlare = 1614,
1638	AnglerFishBanner = 1615,
1639	AngryNimbusBanner = 1616,
1640	AnomuraFungusBanner = 1617,
1641	AntlionBanner = 1618,
1642	ArapaimaBanner = 1619,
1643	ArmoredSkeletonBanner = 1620,
1644	BatBanner = 1621,
1645	BirdBanner = 1622,
1646	BlackRecluseBanner = 1623,
1647	BloodFeederBanner = 1624,
1648	BloodJellyBanner = 1625,
1649	BloodCrawlerBanner = 1626,
1650	BoneSerpentBanner = 1627,
1651	BunnyBanner = 1628,
1652	ChaosElementalBanner = 1629,
1653	MimicBanner = 1630,
1654	ClownBanner = 1631,
1655	CorruptBunnyBanner = 1632,
1656	CorruptGoldfishBanner = 1633,
1657	CrabBanner = 1634,
1658	CrimeraBanner = 1635,
1659	CrimsonAxeBanner = 1636,
1660	CursedHammerBanner = 1637,
1661	DemonBanner = 1638,
1662	DemonEyeBanner = 1639,
1663	DerplingBanner = 1640,
1664	EaterOfSoulsBanner = 1641,
1665	EnchantedSwordBanner = 1642,
1666	ZombieEskimoBanner = 1643,
1667	FaceMonsterBanner = 1644,
1668	FloatyGrossBanner = 1645,
1669	FlyingFishBanner = 1646,
1670	FlyingSnakeBanner = 1647,
1671	FrankensteinBanner = 1648,
1672	FungiBulbBanner = 1649,
1673	FungoFishBanner = 1650,
1674	GastropodBanner = 1651,
1675	GoblinThiefBanner = 1652,
1676	GoblinSorcererBanner = 1653,
1677	GoblinPeonBanner = 1654,
1678	GoblinScoutBanner = 1655,
1679	GoblinWarriorBanner = 1656,
1680	GoldfishBanner = 1657,
1681	HarpyBanner = 1658,
1682	HellbatBanner = 1659,
1683	HerplingBanner = 1660,
1684	HornetBanner = 1661,
1685	IceElementalBanner = 1662,
1686	IcyMermanBanner = 1663,
1687	FireImpBanner = 1664,
1688	JellyfishBanner = 1665,
1689	JungleCreeperBanner = 1666,
1690	LihzahrdBanner = 1667,
1691	ManEaterBanner = 1668,
1692	MeteorHeadBanner = 1669,
1693	MothBanner = 1670,
1694	MummyBanner = 1671,
1695	MushiLadybugBanner = 1672,
1696	ParrotBanner = 1673,
1697	PigronBanner = 1674,
1698	PiranhaBanner = 1675,
1699	PirateBanner = 1676,
1700	PixieBanner = 1677,
1701	RaincoatZombieBanner = 1678,
1702	ReaperBanner = 1679,
1703	SharkBanner = 1680,
1704	SkeletonBanner = 1681,
1705	SkeletonMageBanner = 1682,
1706	SlimeBanner = 1683,
1707	SnowFlinxBanner = 1684,
1708	SpiderBanner = 1685,
1709	SporeZombieBanner = 1686,
1710	SwampThingBanner = 1687,
1711	TortoiseBanner = 1688,
1712	ToxicSludgeBanner = 1689,
1713	UmbrellaSlimeBanner = 1690,
1714	UnicornBanner = 1691,
1715	VampireBanner = 1692,
1716	VultureBanner = 1693,
1717	NypmhBanner = 1694,
1718	WerewolfBanner = 1695,
1719	WolfBanner = 1696,
1720	WorldFeederBanner = 1697,
1721	WormBanner = 1698,
1722	WraithBanner = 1699,
1723	WyvernBanner = 1700,
1724	ZombieBanner = 1701,
1725	GlassPlatform = 1702,
1726	GlassChair = 1703,
1727	GoldenChair = 1704,
1728	GoldenToilet = 1705,
1729	BarStool = 1706,
1730	HoneyChair = 1707,
1731	SteampunkChair = 1708,
1732	GlassDoor = 1709,
1733	GoldenDoor = 1710,
1734	HoneyDoor = 1711,
1735	SteampunkDoor = 1712,
1736	GlassTable = 1713,
1737	BanquetTable = 1714,
1738	Bar = 1715,
1739	GoldenTable = 1716,
1740	HoneyTable = 1717,
1741	SteampunkTable = 1718,
1742	GlassBed = 1719,
1743	GoldenBed = 1720,
1744	HoneyBed = 1721,
1745	SteampunkBed = 1722,
1746	LivingWoodWall = 1723,
1747	FartInAJar = 1724,
1748	Pumpkin = 1725,
1749	PumpkinWall = 1726,
1750	Hay = 1727,
1751	HayWall = 1728,
1752	SpookyWood = 1729,
1753	SpookyWoodWall = 1730,
1754	PumpkinHelmet = 1731,
1755	PumpkinBreastplate = 1732,
1756	PumpkinLeggings = 1733,
1757	CandyApple = 1734,
1758	SoulCake = 1735,
1759	NurseHat = 1736,
1760	NurseShirt = 1737,
1761	NursePants = 1738,
1762	WizardsHat = 1739,
1763	GuyFawkesMask = 1740,
1764	DyeTraderRobe = 1741,
1765	SteampunkGoggles = 1742,
1766	CyborgHelmet = 1743,
1767	CyborgShirt = 1744,
1768	CyborgPants = 1745,
1769	CreeperMask = 1746,
1770	CreeperShirt = 1747,
1771	CreeperPants = 1748,
1772	CatMask = 1749,
1773	CatShirt = 1750,
1774	CatPants = 1751,
1775	GhostMask = 1752,
1776	GhostShirt = 1753,
1777	PumpkinMask = 1754,
1778	PumpkinShirt = 1755,
1779	PumpkinPants = 1756,
1780	RobotMask = 1757,
1781	RobotShirt = 1758,
1782	RobotPants = 1759,
1783	UnicornMask = 1760,
1784	UnicornShirt = 1761,
1785	UnicornPants = 1762,
1786	VampireMask = 1763,
1787	VampireShirt = 1764,
1788	VampirePants = 1765,
1789	WitchHat = 1766,
1790	LeprechaunHat = 1767,
1791	LeprechaunShirt = 1768,
1792	LeprechaunPants = 1769,
1793	PixieShirt = 1770,
1794	PixiePants = 1771,
1795	PrincessHat = 1772,
1796	PrincessDressNew = 1773,
1797	GoodieBag = 1774,
1798	WitchDress = 1775,
1799	WitchBoots = 1776,
1800	BrideOfFrankensteinMask = 1777,
1801	BrideOfFrankensteinDress = 1778,
1802	KarateTortoiseMask = 1779,
1803	KarateTortoiseShirt = 1780,
1804	KarateTortoisePants = 1781,
1805	CandyCornRifle = 1782,
1806	CandyCorn = 1783,
1807	JackOLanternLauncher = 1784,
1808	ExplosiveJackOLantern = 1785,
1809	Sickle = 1786,
1810	PumpkinPie = 1787,
1811	ScarecrowHat = 1788,
1812	ScarecrowShirt = 1789,
1813	ScarecrowPants = 1790,
1814	Cauldron = 1791,
1815	PumpkinChair = 1792,
1816	PumpkinDoor = 1793,
1817	PumpkinTable = 1794,
1818	PumpkinWorkBench = 1795,
1819	PumpkinPlatform = 1796,
1820	TatteredFairyWings = 1797,
1821	SpiderEgg = 1798,
1822	MagicalPumpkinSeed = 1799,
1823	BatHook = 1800,
1824	BatScepter = 1801,
1825	RavenStaff = 1802,
1826	JungleKeyMold = 1803,
1827	CorruptionKeyMold = 1804,
1828	CrimsonKeyMold = 1805,
1829	HallowedKeyMold = 1806,
1830	FrozenKeyMold = 1807,
1831	HangingJackOLantern = 1808,
1832	RottenEgg = 1809,
1833	UnluckyYarn = 1810,
1834	BlackFairyDust = 1811,
1835	Jackelier = 1812,
1836	JackOLantern = 1813,
1837	SpookyChair = 1814,
1838	SpookyDoor = 1815,
1839	SpookyTable = 1816,
1840	SpookyWorkBench = 1817,
1841	SpookyPlatform = 1818,
1842	ReaperHood = 1819,
1843	ReaperRobe = 1820,
1844	FoxMask = 1821,
1845	FoxShirt = 1822,
1846	FoxPants = 1823,
1847	CatEars = 1824,
1848	BloodyMachete = 1825,
1849	TheHorsemansBlade = 1826,
1850	BladedGlove = 1827,
1851	PumpkinSeed = 1828,
1852	SpookyHook = 1829,
1853	SpookyWings = 1830,
1854	SpookyTwig = 1831,
1855	SpookyHelmet = 1832,
1856	SpookyBreastplate = 1833,
1857	SpookyLeggings = 1834,
1858	StakeLauncher = 1835,
1859	Stake = 1836,
1860	CursedSapling = 1837,
1861	SpaceCreatureMask = 1838,
1862	SpaceCreatureShirt = 1839,
1863	SpaceCreaturePants = 1840,
1864	WolfMask = 1841,
1865	WolfShirt = 1842,
1866	WolfPants = 1843,
1867	PumpkinMoonMedallion = 1844,
1868	NecromanticScroll = 1845,
1869	JackingSkeletron = 1846,
1870	BitterHarvest = 1847,
1871	BloodMoonCountess = 1848,
1872	HallowsEve = 1849,
1873	MorbidCuriosity = 1850,
1874	TreasureHunterShirt = 1851,
1875	TreasureHunterPants = 1852,
1876	DryadCoverings = 1853,
1877	DryadLoincloth = 1854,
1878	MourningWoodTrophy = 1855,
1879	PumpkingTrophy = 1856,
1880	JackOLanternMask = 1857,
1881	SniperScope = 1858,
1882	HeartLantern = 1859,
1883	JellyfishDivingGear = 1860,
1884	ArcticDivingGear = 1861,
1885	FrostsparkBoots = 1862,
1886	FartInABalloon = 1863,
1887	PapyrusScarab = 1864,
1888	CelestialStone = 1865,
1889	Hoverboard = 1866,
1890	CandyCane = 1867,
1891	SugarPlum = 1868,
1892	Present = 1869,
1893	RedRyder = 1870,
1894	FestiveWings = 1871,
1895	PineTreeBlock = 1872,
1896	ChristmasTree = 1873,
1897	StarTopper1 = 1874,
1898	StarTopper2 = 1875,
1899	StarTopper3 = 1876,
1900	BowTopper = 1877,
1901	WhiteGarland = 1878,
1902	WhiteAndRedGarland = 1879,
1903	RedGarland = 1880,
1904	RedAndGreenGarland = 1881,
1905	GreenGarland = 1882,
1906	GreenAndWhiteGarland = 1883,
1907	MulticoloredBulb = 1884,
1908	RedBulb = 1885,
1909	YellowBulb = 1886,
1910	GreenBulb = 1887,
1911	RedAndGreenBulb = 1888,
1912	YellowAndGreenBulb = 1889,
1913	RedAndYellowBulb = 1890,
1914	WhiteBulb = 1891,
1915	WhiteAndRedBulb = 1892,
1916	WhiteAndYellowBulb = 1893,
1917	WhiteAndGreenBulb = 1894,
1918	MulticoloredLights = 1895,
1919	RedLights = 1896,
1920	GreenLights = 1897,
1921	BlueLights = 1898,
1922	YellowLights = 1899,
1923	RedAndYellowLights = 1900,
1924	RedAndGreenLights = 1901,
1925	YellowAndGreenLights = 1902,
1926	BlueAndGreenLights = 1903,
1927	RedAndBlueLights = 1904,
1928	BlueAndYellowLights = 1905,
1929	GiantBow = 1906,
1930	ReindeerAntlers = 1907,
1931	Holly = 1908,
1932	CandyCaneSword = 1909,
1933	ElfMelter = 1910,
1934	ChristmasPudding = 1911,
1935	Eggnog = 1912,
1936	StarAnise = 1913,
1937	ReindeerBells = 1914,
1938	CandyCaneHook = 1915,
1939	ChristmasHook = 1916,
1940	CnadyCanePickaxe = 1917,
1941	FruitcakeChakram = 1918,
1942	SugarCookie = 1919,
1943	GingerbreadCookie = 1920,
1944	HandWarmer = 1921,
1945	Coal = 1922,
1946	Toolbox = 1923,
1947	PineDoor = 1924,
1948	PineChair = 1925,
1949	PineTable = 1926,
1950	DogWhistle = 1927,
1951	ChristmasTreeSword = 1928,
1952	ChainGun = 1929,
1953	Razorpine = 1930,
1954	BlizzardStaff = 1931,
1955	MrsClauseHat = 1932,
1956	MrsClauseShirt = 1933,
1957	MrsClauseHeels = 1934,
1958	ParkaHood = 1935,
1959	ParkaCoat = 1936,
1960	ParkaPants = 1937,
1961	SnowHat = 1938,
1962	UglySweater = 1939,
1963	TreeMask = 1940,
1964	TreeShirt = 1941,
1965	TreeTrunks = 1942,
1966	ElfHat = 1943,
1967	ElfShirt = 1944,
1968	ElfPants = 1945,
1969	SnowmanCannon = 1946,
1970	NorthPole = 1947,
1971	ChristmasTreeWallpaper = 1948,
1972	OrnamentWallpaper = 1949,
1973	CandyCaneWallpaper = 1950,
1974	FestiveWallpaper = 1951,
1975	StarsWallpaper = 1952,
1976	SquigglesWallpaper = 1953,
1977	SnowflakeWallpaper = 1954,
1978	KrampusHornWallpaper = 1955,
1979	BluegreenWallpaper = 1956,
1980	GrinchFingerWallpaper = 1957,
1981	NaughtyPresent = 1958,
1982	BabyGrinchMischiefWhistle = 1959,
1983	IceQueenTrophy = 1960,
1984	SantaNK1Trophy = 1961,
1985	EverscreamTrophy = 1962,
1986	MusicBoxPumpkinMoon = 1963,
1987	MusicBoxAltUnderground = 1964,
1988	MusicBoxFrostMoon = 1965,
1989	BrownPaint = 1966,
1990	ShadowPaint = 1967,
1991	NegativePaint = 1968,
1992	TeamDye = 1969,
1993	AmethystGemsparkBlock = 1970,
1994	TopazGemsparkBlock = 1971,
1995	SapphireGemsparkBlock = 1972,
1996	EmeraldGemsparkBlock = 1973,
1997	RubyGemsparkBlock = 1974,
1998	DiamondGemsparkBlock = 1975,
1999	AmberGemsparkBlock = 1976,
2000	LifeHairDye = 1977,
2001	ManaHairDye = 1978,
2002	DepthHairDye = 1979,
2003	MoneyHairDye = 1980,
2004	TimeHairDye = 1981,
2005	TeamHairDye = 1982,
2006	BiomeHairDye = 1983,
2007	PartyHairDye = 1984,
2008	RainbowHairDye = 1985,
2009	SpeedHairDye = 1986,
2010	AngelHalo = 1987,
2011	Fez = 1988,
2012	Womannequin = 1989,
2013	HairDyeRemover = 1990,
2014	BugNet = 1991,
2015	Firefly = 1992,
2016	FireflyInABottle = 1993,
2017	MonarchButterfly = 1994,
2018	PurpleEmperorButterfly = 1995,
2019	RedAdmiralButterfly = 1996,
2020	UlyssesButterfly = 1997,
2021	SulphurButterfly = 1998,
2022	TreeNymphButterfly = 1999,
2023	ZebraSwallowtailButterfly = 2000,
2024	JuliaButterfly = 2001,
2025	Worm = 2002,
2026	Mouse = 2003,
2027	LightningBug = 2004,
2028	LightningBugInABottle = 2005,
2029	Snail = 2006,
2030	GlowingSnail = 2007,
2031	FancyGreyWallpaper = 2008,
2032	IceFloeWallpaper = 2009,
2033	MusicWallpaper = 2010,
2034	PurpleRainWallpaper = 2011,
2035	RainbowWallpaper = 2012,
2036	SparkleStoneWallpaper = 2013,
2037	StarlitHeavenWallpaper = 2014,
2038	Bird = 2015,
2039	BlueJay = 2016,
2040	Cardinal = 2017,
2041	Squirrel = 2018,
2042	Bunny = 2019,
2043	CactusBookcase = 2020,
2044	EbonwoodBookcase = 2021,
2045	FleshBookcase = 2022,
2046	HoneyBookcase = 2023,
2047	SteampunkBookcase = 2024,
2048	GlassBookcase = 2025,
2049	RichMahoganyBookcase = 2026,
2050	PearlwoodBookcase = 2027,
2051	SpookyBookcase = 2028,
2052	SkywareBookcase = 2029,
2053	LihzahrdBookcase = 2030,
2054	FrozenBookcase = 2031,
2055	CactusLantern = 2032,
2056	EbonwoodLantern = 2033,
2057	FleshLantern = 2034,
2058	HoneyLantern = 2035,
2059	SteampunkLantern = 2036,
2060	GlassLantern = 2037,
2061	RichMahoganyLantern = 2038,
2062	PearlwoodLantern = 2039,
2063	FrozenLantern = 2040,
2064	LihzahrdLantern = 2041,
2065	SkywareLantern = 2042,
2066	SpookyLantern = 2043,
2067	FrozenDoor = 2044,
2068	CactusCandle = 2045,
2069	EbonwoodCandle = 2046,
2070	FleshCandle = 2047,
2071	GlassCandle = 2048,
2072	FrozenCandle = 2049,
2073	RichMahoganyCandle = 2050,
2074	PearlwoodCandle = 2051,
2075	LihzahrdCandle = 2052,
2076	SkywareCandle = 2053,
2077	PumpkinCandle = 2054,
2078	CactusChandelier = 2055,
2079	EbonwoodChandelier = 2056,
2080	FleshChandelier = 2057,
2081	HoneyChandelier = 2058,
2082	FrozenChandelier = 2059,
2083	RichMahoganyChandelier = 2060,
2084	PearlwoodChandelier = 2061,
2085	LihzahrdChandelier = 2062,
2086	SkywareChandelier = 2063,
2087	SpookyChandelier = 2064,
2088	GlassChandelier = 2065,
2089	CactusBed = 2066,
2090	FleshBed = 2067,
2091	FrozenBed = 2068,
2092	LihzahrdBed = 2069,
2093	SkywareBed = 2070,
2094	SpookyBed = 2071,
2095	CactusBathtub = 2072,
2096	EbonwoodBathtub = 2073,
2097	FleshBathtub = 2074,
2098	GlassBathtub = 2075,
2099	FrozenBathtub = 2076,
2100	RichMahoganyBathtub = 2077,
2101	PearlwoodBathtub = 2078,
2102	LihzahrdBathtub = 2079,
2103	SkywareBathtub = 2080,
2104	SpookyBathtub = 2081,
2105	CactusLamp = 2082,
2106	EbonwoodLamp = 2083,
2107	FleshLamp = 2084,
2108	GlassLamp = 2085,
2109	FrozenLamp = 2086,
2110	RichMahoganyLamp = 2087,
2111	PearlwoodLamp = 2088,
2112	LihzahrdLamp = 2089,
2113	SkywareLamp = 2090,
2114	SpookyLamp = 2091,
2115	CactusCandelabra = 2092,
2116	EbonwoodCandelabra = 2093,
2117	FleshCandelabra = 2094,
2118	HoneyCandelabra = 2095,
2119	SteampunkCandelabra = 2096,
2120	GlassCandelabra = 2097,
2121	RichMahoganyCandelabra = 2098,
2122	PearlwoodCandelabra = 2099,
2123	FrozenCandelabra = 2100,
2124	LihzahrdCandelabra = 2101,
2125	SkywareCandelabra = 2102,
2126	SpookyCandelabra = 2103,
2127	BrainMask = 2104,
2128	FleshMask = 2105,
2129	TwinMask = 2106,
2130	SkeletronPrimeMask = 2107,
2131	BeeMask = 2108,
2132	PlanteraMask = 2109,
2133	GolemMask = 2110,
2134	EaterMask = 2111,
2135	EyeMask = 2112,
2136	DestroyerMask = 2113,
2137	BlacksmithRack = 2114,
2138	CarpentryRack = 2115,
2139	HelmetRack = 2116,
2140	SpearRack = 2117,
2141	SwordRack = 2118,
2142	StoneSlab = 2119,
2143	SandstoneSlab = 2120,
2144	Frog = 2121,
2145	MallardDuck = 2122,
2146	Duck = 2123,
2147	HoneyBathtub = 2124,
2148	SteampunkBathtub = 2125,
2149	LivingWoodBathtub = 2126,
2150	ShadewoodBathtub = 2127,
2151	BoneBathtub = 2128,
2152	HoneyLamp = 2129,
2153	SteampunkLamp = 2130,
2154	LivingWoodLamp = 2131,
2155	ShadewoodLamp = 2132,
2156	GoldenLamp = 2133,
2157	BoneLamp = 2134,
2158	LivingWoodBookcase = 2135,
2159	ShadewoodBookcase = 2136,
2160	GoldenBookcase = 2137,
2161	BoneBookcase = 2138,
2162	LivingWoodBed = 2139,
2163	BoneBed = 2140,
2164	LivingWoodChandelier = 2141,
2165	ShadewoodChandelier = 2142,
2166	GoldenChandelier = 2143,
2167	BoneChandelier = 2144,
2168	LivingWoodLantern = 2145,
2169	ShadewoodLantern = 2146,
2170	GoldenLantern = 2147,
2171	BoneLantern = 2148,
2172	LivingWoodCandelabra = 2149,
2173	ShadewoodCandelabra = 2150,
2174	GoldenCandelabra = 2151,
2175	BoneCandelabra = 2152,
2176	LivingWoodCandle = 2153,
2177	ShadewoodCandle = 2154,
2178	GoldenCandle = 2155,
2179	BlackScorpion = 2156,
2180	Scorpion = 2157,
2181	BubbleWallpaper = 2158,
2182	CopperPipeWallpaper = 2159,
2183	DuckyWallpaper = 2160,
2184	FrostCore = 2161,
2185	BunnyCage = 2162,
2186	SquirrelCage = 2163,
2187	MallardDuckCage = 2164,
2188	DuckCage = 2165,
2189	BirdCage = 2166,
2190	BlueJayCage = 2167,
2191	CardinalCage = 2168,
2192	WaterfallWall = 2169,
2193	LavafallWall = 2170,
2194	CrimsonSeeds = 2171,
2195	HeavyWorkBench = 2172,
2196	CopperPlating = 2173,
2197	SnailCage = 2174,
2198	GlowingSnailCage = 2175,
2199	ShroomiteDiggingClaw = 2176,
2200	AmmoBox = 2177,
2201	MonarchButterflyJar = 2178,
2202	PurpleEmperorButterflyJar = 2179,
2203	RedAdmiralButterflyJar = 2180,
2204	UlyssesButterflyJar = 2181,
2205	SulphurButterflyJar = 2182,
2206	TreeNymphButterflyJar = 2183,
2207	ZebraSwallowtailButterflyJar = 2184,
2208	JuliaButterflyJar = 2185,
2209	ScorpionCage = 2186,
2210	BlackScorpionCage = 2187,
2211	VenomStaff = 2188,
2212	SpectreMask = 2189,
2213	FrogCage = 2190,
2214	MouseCage = 2191,
2215	BoneWelder = 2192,
2216	FleshCloningVaat = 2193,
2217	GlassKiln = 2194,
2218	LihzahrdFurnace = 2195,
2219	LivingLoom = 2196,
2220	SkyMill = 2197,
2221	IceMachine = 2198,
2222	BeetleHelmet = 2199,
2223	BeetleScaleMail = 2200,
2224	BeetleShell = 2201,
2225	BeetleLeggings = 2202,
2226	SteampunkBoiler = 2203,
2227	HoneyDispenser = 2204,
2228	Penguin = 2205,
2229	PenguinCage = 2206,
2230	WormCage = 2207,
2231	Terrarium = 2208,
2232	SuperManaPotion = 2209,
2233	EbonwoodFence = 2210,
2234	RichMahoganyFence = 2211,
2235	PearlwoodFence = 2212,
2236	ShadewoodFence = 2213,
2237	BrickLayer = 2214,
2238	ExtendoGrip = 2215,
2239	PaintSprayer = 2216,
2240	PortableCementMixer = 2217,
2241	BeetleHusk = 2218,
2242	CelestialMagnet = 2219,
2243	CelestialEmblem = 2220,
2244	CelestialCuffs = 2221,
2245	PeddlersHat = 2222,
2246	PulseBow = 2223,
2247	DynastyChandelier = 2224,
2248	DynastyLamp = 2225,
2249	DynastyLantern = 2226,
2250	DynastyCandelabra = 2227,
2251	DynastyChair = 2228,
2252	DynastyWorkBench = 2229,
2253	DynastyChest = 2230,
2254	DynastyBed = 2231,
2255	DynastyBathtub = 2232,
2256	DynastyBookcase = 2233,
2257	DynastyCup = 2234,
2258	DynastyBowl = 2235,
2259	DynastyCandle = 2236,
2260	DynastyClock = 2237,
2261	GoldenClock = 2238,
2262	GlassClock = 2239,
2263	HoneyClock = 2240,
2264	SteampunkClock = 2241,
2265	FancyDishes = 2242,
2266	GlassBowl = 2243,
2267	WineGlass = 2244,
2268	LivingWoodPiano = 2245,
2269	FleshPiano = 2246,
2270	FrozenPiano = 2247,
2271	FrozenTable = 2248,
2272	HoneyChest = 2249,
2273	SteampunkChest = 2250,
2274	HoneyWorkBench = 2251,
2275	FrozenWorkBench = 2252,
2276	SteampunkWorkBench = 2253,
2277	GlassPiano = 2254,
2278	HoneyPiano = 2255,
2279	SteampunkPiano = 2256,
2280	HoneyCup = 2257,
2281	SteampunkCup = 2258,
2282	DynastyTable = 2259,
2283	DynastyWood = 2260,
2284	RedDynastyShingles = 2261,
2285	BlueDynastyShingles = 2262,
2286	WhiteDynastyWall = 2263,
2287	BlueDynastyWall = 2264,
2288	DynastyDoor = 2265,
2289	Sake = 2266,
2290	PadThai = 2267,
2291	Pho = 2268,
2292	Revolver = 2269,
2293	Gatligator = 2270,
2294	ArcaneRuneWall = 2271,
2295	WaterGun = 2272,
2296	Katana = 2273,
2297	UltrabrightTorch = 2274,
2298	MagicHat = 2275,
2299	DiamondRing = 2276,
2300	Gi = 2277,
2301	Kimono = 2278,
2302	GypsyRobe = 2279,
2303	BeetleWings = 2280,
2304	TigerSkin = 2281,
2305	LeopardSkin = 2282,
2306	ZebraSkin = 2283,
2307	CrimsonCloak = 2284,
2308	MysteriousCape = 2285,
2309	RedCape = 2286,
2310	WinterCape = 2287,
2311	FrozenChair = 2288,
2312	WoodFishingPole = 2289,
2313	Bass = 2290,
2314	ReinforcedFishingPole = 2291,
2315	FiberglassFishingPole = 2292,
2316	FisherOfSouls = 2293,
2317	GoldenFishingRod = 2294,
2318	MechanicsRod = 2295,
2319	SittingDucksFishingRod = 2296,
2320	Trout = 2297,
2321	Salmon = 2298,
2322	AtlanticCod = 2299,
2323	Tuna = 2300,
2324	RedSnapper = 2301,
2325	NeonTetra = 2302,
2326	ArmoredCavefish = 2303,
2327	Damselfish = 2304,
2328	CrimsonTigerfish = 2305,
2329	FrostMinnow = 2306,
2330	PrincessFish = 2307,
2331	GoldenCarp = 2308,
2332	SpecularFish = 2309,
2333	Prismite = 2310,
2334	VariegatedLardfish = 2311,
2335	FlarefinKoi = 2312,
2336	DoubleCod = 2313,
2337	Honeyfin = 2314,
2338	Obsidifish = 2315,
2339	Shrimp = 2316,
2340	ChaosFish = 2317,
2341	Ebonkoi = 2318,
2342	Hemopiranha = 2319,
2343	Rockfish = 2320,
2344	Stinkfish = 2321,
2345	MiningPotion = 2322,
2346	HeartreachPotion = 2323,
2347	CalmingPotion = 2324,
2348	BuilderPotion = 2325,
2349	TitanPotion = 2326,
2350	FlipperPotion = 2327,
2351	SummoningPotion = 2328,
2352	TrapsightPotion = 2329,
2353	PurpleClubberfish = 2330,
2354	ObsidianSwordfish = 2331,
2355	Swordfish = 2332,
2356	IronFence = 2333,
2357	WoodenCrate = 2334,
2358	IronCrate = 2335,
2359	GoldenCrate = 2336,
2360	OldShoe = 2337,
2361	FishingSeaweed = 2338,
2362	TinCan = 2339,
2363	MinecartTrack = 2340,
2364	ReaverShark = 2341,
2365	SawtoothShark = 2342,
2366	Minecart = 2343,
2367	AmmoReservationPotion = 2344,
2368	LifeforcePotion = 2345,
2369	EndurancePotion = 2346,
2370	RagePotion = 2347,
2371	InfernoPotion = 2348,
2372	WrathPotion = 2349,
2373	RecallPotion = 2350,
2374	TeleportationPotion = 2351,
2375	LovePotion = 2352,
2376	StinkPotion = 2353,
2377	FishingPotion = 2354,
2378	SonarPotion = 2355,
2379	CratePotion = 2356,
2380	ShiverthornSeeds = 2357,
2381	Shiverthorn = 2358,
2382	WarmthPotion = 2359,
2383	FishHook = 2360,
2384	BeeHeadgear = 2361,
2385	BeeBreastplate = 2362,
2386	BeeGreaves = 2363,
2387	HornetStaff = 2364,
2388	ImpStaff = 2365,
2389	QueenSpiderStaff = 2366,
2390	AnglerHat = 2367,
2391	AnglerVest = 2368,
2392	AnglerPants = 2369,
2393	SpiderMask = 2370,
2394	SpiderBreastplate = 2371,
2395	SpiderGreaves = 2372,
2396	HighTestFishingLine = 2373,
2397	AnglerEarring = 2374,
2398	TackleBox = 2375,
2399	BlueDungeonPiano = 2376,
2400	GreenDungeonPiano = 2377,
2401	PinkDungeonPiano = 2378,
2402	GoldenPiano = 2379,
2403	ObsidianPiano = 2380,
2404	BonePiano = 2381,
2405	CactusPiano = 2382,
2406	SpookyPiano = 2383,
2407	SkywarePiano = 2384,
2408	LihzahrdPiano = 2385,
2409	BlueDungeonDresser = 2386,
2410	GreenDungeonDresser = 2387,
2411	PinkDungeonDresser = 2388,
2412	GoldenDresser = 2389,
2413	ObsidianDresser = 2390,
2414	BoneDresser = 2391,
2415	CactusDresser = 2392,
2416	SpookyDresser = 2393,
2417	SkywareDresser = 2394,
2418	HoneyDresser = 2395,
2419	LihzahrdDresser = 2396,
2420	Sofa = 2397,
2421	EbonwoodSofa = 2398,
2422	RichMahoganySofa = 2399,
2423	PearlwoodSofa = 2400,
2424	ShadewoodSofa = 2401,
2425	BlueDungeonSofa = 2402,
2426	GreenDungeonSofa = 2403,
2427	PinkDungeonSofa = 2404,
2428	GoldenSofa = 2405,
2429	ObsidianSofa = 2406,
2430	BoneSofa = 2407,
2431	CactusSofa = 2408,
2432	SpookySofa = 2409,
2433	SkywareSofa = 2410,
2434	HoneySofa = 2411,
2435	SteampunkSofa = 2412,
2436	MushroomSofa = 2413,
2437	GlassSofa = 2414,
2438	PumpkinSofa = 2415,
2439	LihzahrdSofa = 2416,
2440	SeashellHairpin = 2417,
2441	MermaidAdornment = 2418,
2442	MermaidTail = 2419,
2443	ZephyrFish = 2420,
2444	Fleshcatcher = 2421,
2445	HotlineFishingHook = 2422,
2446	FrogLeg = 2423,
2447	Anchor = 2424,
2448	CookedFish = 2425,
2449	CookedShrimp = 2426,
2450	Sashimi = 2427,
2451	FuzzyCarrot = 2428,
2452	ScalyTruffle = 2429,
2453	SlimySaddle = 2430,
2454	BeeWax = 2431,
2455	CopperPlatingWall = 2432,
2456	StoneSlabWall = 2433,
2457	Sail = 2434,
2458	CoralstoneBlock = 2435,
2459	BlueJellyfish = 2436,
2460	GreenJellyfish = 2437,
2461	PinkJellyfish = 2438,
2462	BlueJellyfishJar = 2439,
2463	GreenJellyfishJar = 2440,
2464	PinkJellyfishJar = 2441,
2465	LifePreserver = 2442,
2466	ShipsWheel = 2443,
2467	CompassRose = 2444,
2468	WallAnchor = 2445,
2469	GoldfishTrophy = 2446,
2470	BunnyfishTrophy = 2447,
2471	SwordfishTrophy = 2448,
2472	SharkteethTrophy = 2449,
2473	Batfish = 2450,
2474	BumblebeeTuna = 2451,
2475	Catfish = 2452,
2476	Cloudfish = 2453,
2477	Cursedfish = 2454,
2478	Dirtfish = 2455,
2479	DynamiteFish = 2456,
2480	EaterOfPlankton = 2457,
2481	FallenStarfish = 2458,
2482	TheFishOfCthulu = 2459,
2483	Fishotron = 2460,
2484	Harpyfish = 2461,
2485	Hungerfish = 2462,
2486	Ichorfish = 2463,
2487	Jewelfish = 2464,
2488	MirageFish = 2465,
2489	MutantFlinxfin = 2466,
2490	Pengfish = 2467,
2491	Pixiefish = 2468,
2492	Spiderfish = 2469,
2493	TundraTrout = 2470,
2494	UnicornFish = 2471,
2495	GuideVoodooFish = 2472,
2496	Wyverntail = 2473,
2497	ZombieFish = 2474,
2498	AmanitaFungifin = 2475,
2499	Angelfish = 2476,
2500	BloodyManowar = 2477,
2501	Bonefish = 2478,
2502	Bunnyfish = 2479,
2503	CapnTunabeard = 2480,
2504	Clownfish = 2481,
2505	DemonicHellfish = 2482,
2506	Derpfish = 2483,
2507	Fishron = 2484,
2508	InfectedScabbardfish = 2485,
2509	Mudfish = 2486,
2510	Slimefish = 2487,
2511	TropicalBarracuda = 2488,
2512	KingSlimeTrophy = 2489,
2513	ShipInABottle = 2490,
2514	HardySaddle = 2491,
2515	PressureTrack = 2492,
2516	KingSlimeMask = 2493,
2517	FinWings = 2494,
2518	TreasureMap = 2495,
2519	SeaweedPlanter = 2496,
2520	PillaginMePixels = 2497,
2521	FishCostumeMask = 2498,
2522	FishCostumeShirt = 2499,
2523	FishCostumeFinskirt = 2500,
2524	GingerBeard = 2501,
2525	HoneyedGoggles = 2502,
2526	BorealWood = 2503,
2527	PalmWood = 2504,
2528	BorealWoodWall = 2505,
2529	PalmWoodWall = 2506,
2530	BorealWoodFence = 2507,
2531	PalmWoodFence = 2508,
2532	BorealWoodHelmet = 2509,
2533	BorealWoodBreastplate = 2510,
2534	BorealWoodGreaves = 2511,
2535	PalmWoodHelmet = 2512,
2536	PalmWoodBreastplate = 2513,
2537	PalmWoodGreaves = 2514,
2538	PalmWoodBow = 2515,
2539	PalmWoodHammer = 2516,
2540	PalmWoodSword = 2517,
2541	PalmWoodPlatform = 2518,
2542	PalmWoodBathtub = 2519,
2543	PalmWoodBed = 2520,
2544	PalmWoodBench = 2521,
2545	PalmWoodCandelabra = 2522,
2546	PalmWoodCandle = 2523,
2547	PalmWoodChair = 2524,
2548	PalmWoodChandelier = 2525,
2549	PalmWoodChest = 2526,
2550	PalmWoodSofa = 2527,
2551	PalmWoodDoor = 2528,
2552	PalmWoodDresser = 2529,
2553	PalmWoodLantern = 2530,
2554	PalmWoodPiano = 2531,
2555	PalmWoodTable = 2532,
2556	PalmWoodLamp = 2533,
2557	PalmWoodWorkBench = 2534,
2558	OpticStaff = 2535,
2559	PalmWoodBookcase = 2536,
2560	MushroomBathtub = 2537,
2561	MushroomBed = 2538,
2562	MushroomBench = 2539,
2563	MushroomBookcase = 2540,
2564	MushroomCandelabra = 2541,
2565	MushroomCandle = 2542,
2566	MushroomChandelier = 2543,
2567	MushroomChest = 2544,
2568	MushroomDresser = 2545,
2569	MushroomLantern = 2546,
2570	MushroomLamp = 2547,
2571	MushroomPiano = 2548,
2572	MushroomPlatform = 2549,
2573	MushroomTable = 2550,
2574	SpiderStaff = 2551,
2575	BorealWoodBathtub = 2552,
2576	BorealWoodBed = 2553,
2577	BorealWoodBookcase = 2554,
2578	BorealWoodCandelabra = 2555,
2579	BorealWoodCandle = 2556,
2580	BorealWoodChair = 2557,
2581	BorealWoodChandelier = 2558,
2582	BorealWoodChest = 2559,
2583	BorealWoodClock = 2560,
2584	BorealWoodDoor = 2561,
2585	BorealWoodDresser = 2562,
2586	BorealWoodLamp = 2563,
2587	BorealWoodLantern = 2564,
2588	BorealWoodPiano = 2565,
2589	BorealWoodPlatform = 2566,
2590	SlimeBathtub = 2567,
2591	SlimeBed = 2568,
2592	SlimeBookcase = 2569,
2593	SlimeCandelabra = 2570,
2594	SlimeCandle = 2571,
2595	SlimeChair = 2572,
2596	SlimeChandelier = 2573,
2597	SlimeChest = 2574,
2598	SlimeClock = 2575,
2599	SlimeDoor = 2576,
2600	SlimeDresser = 2577,
2601	SlimeLamp = 2578,
2602	SlimeLantern = 2579,
2603	SlimePiano = 2580,
2604	SlimePlatform = 2581,
2605	SlimeSofa = 2582,
2606	SlimeTable = 2583,
2607	PirateStaff = 2584,
2608	SlimeHook = 2585,
2609	StickyGrenade = 2586,
2610	TartarSauce = 2587,
2611	DukeFishronMask = 2588,
2612	DukeFishronTrophy = 2589,
2613	MolotovCocktail = 2590,
2614	BoneClock = 2591,
2615	CactusClock = 2592,
2616	EbonwoodClock = 2593,
2617	FrozenClock = 2594,
2618	LihzahrdClock = 2595,
2619	LivingWoodClock = 2596,
2620	RichMahoganyClock = 2597,
2621	FleshClock = 2598,
2622	MushroomClock = 2599,
2623	ObsidianClock = 2600,
2624	PalmWoodClock = 2601,
2625	PearlwoodClock = 2602,
2626	PumpkinClock = 2603,
2627	ShadewoodClock = 2604,
2628	SpookyClock = 2605,
2629	SkywareClock = 2606,
2630	SpiderFang = 2607,
2631	FalconBlade = 2608,
2632	FishronWings = 2609,
2633	SlimeGun = 2610,
2634	Flairon = 2611,
2635	GreenDungeonChest = 2612,
2636	PinkDungeonChest = 2613,
2637	BlueDungeonChest = 2614,
2638	BoneChest = 2615,
2639	CactusChest = 2616,
2640	FleshChest = 2617,
2641	ObsidianChest = 2618,
2642	PumpkinChest = 2619,
2643	SpookyChest = 2620,
2644	TempestStaff = 2621,
2645	RazorbladeTyphoon = 2622,
2646	BubbleGun = 2623,
2647	Tsunami = 2624,
2648	Seashell = 2625,
2649	Starfish = 2626,
2650	SteampunkPlatform = 2627,
2651	SkywarePlatform = 2628,
2652	LivingWoodPlatform = 2629,
2653	HoneyPlatform = 2630,
2654	SkywareWorkbench = 2631,
2655	GlassWorkBench = 2632,
2656	LivingWoodWorkBench = 2633,
2657	FleshSofa = 2634,
2658	FrozenSofa = 2635,
2659	LivingWoodSofa = 2636,
2660	PumpkinDresser = 2637,
2661	SteampunkDresser = 2638,
2662	GlassDresser = 2639,
2663	FleshDresser = 2640,
2664	PumpkinLantern = 2641,
2665	ObsidianLantern = 2642,
2666	PumpkinLamp = 2643,
2667	ObsidianLamp = 2644,
2668	BlueDungeonLamp = 2645,
2669	GreenDungeonLamp = 2646,
2670	PinkDungeonLamp = 2647,
2671	HoneyCandle = 2648,
2672	SteampunkCandle = 2649,
2673	SpookyCandle = 2650,
2674	ObsidianCandle = 2651,
2675	BlueDungeonChandelier = 2652,
2676	GreenDungeonChandelier = 2653,
2677	PinkDungeonChandelier = 2654,
2678	SteampunkChandelier = 2655,
2679	PumpkinChandelier = 2656,
2680	ObsidianChandelier = 2657,
2681	BlueDungeonBathtub = 2658,
2682	GreenDungeonBathtub = 2659,
2683	PinkDungeonBathtub = 2660,
2684	PumpkinBathtub = 2661,
2685	ObsidianBathtub = 2662,
2686	GoldenBathtub = 2663,
2687	BlueDungeonCandelabra = 2664,
2688	GreenDungeonCandelabra = 2665,
2689	PinkDungeonCandelabra = 2666,
2690	ObsidianCandelabra = 2667,
2691	PumpkinCandelabra = 2668,
2692	PumpkinBed = 2669,
2693	PumpkinBookcase = 2670,
2694	PumpkinPiano = 2671,
2695	SharkStatue = 2672,
2696	TruffleWorm = 2673,
2697	ApprenticeBait = 2674,
2698	JourneymanBait = 2675,
2699	MasterBait = 2676,
2700	AmberGemsparkWall = 2677,
2701	AmberGemsparkWallOff = 2678,
2702	AmethystGemsparkWall = 2679,
2703	AmethystGemsparkWallOff = 2680,
2704	DiamondGemsparkWall = 2681,
2705	DiamondGemsparkWallOff = 2682,
2706	EmeraldGemsparkWall = 2683,
2707	EmeraldGemsparkWallOff = 2684,
2708	RubyGemsparkWall = 2685,
2709	RubyGemsparkWallOff = 2686,
2710	SapphireGemsparkWall = 2687,
2711	SapphireGemsparkWallOff = 2688,
2712	TopazGemsparkWall = 2689,
2713	TopazGemsparkWallOff = 2690,
2714	TinPlatingWall = 2691,
2715	TinPlating = 2692,
2716	WaterfallBlock = 2693,
2717	LavafallBlock = 2694,
2718	ConfettiBlock = 2695,
2719	ConfettiWall = 2696,
2720	ConfettiBlockBlack = 2697,
2721	ConfettiWallBlack = 2698,
2722	WeaponRack = 2699,
2723	FireworksBox = 2700,
2724	LivingFireBlock = 2701,
2725	AlphabetStatue0 = 2702,
2726	AlphabetStatue1 = 2703,
2727	AlphabetStatue2 = 2704,
2728	AlphabetStatue3 = 2705,
2729	AlphabetStatue4 = 2706,
2730	AlphabetStatue5 = 2707,
2731	AlphabetStatue6 = 2708,
2732	AlphabetStatue7 = 2709,
2733	AlphabetStatue8 = 2710,
2734	AlphabetStatue9 = 2711,
2735	AlphabetStatueA = 2712,
2736	AlphabetStatueB = 2713,
2737	AlphabetStatueC = 2714,
2738	AlphabetStatueD = 2715,
2739	AlphabetStatueE = 2716,
2740	AlphabetStatueF = 2717,
2741	AlphabetStatueG = 2718,
2742	AlphabetStatueH = 2719,
2743	AlphabetStatueI = 2720,
2744	AlphabetStatueJ = 2721,
2745	AlphabetStatueK = 2722,
2746	AlphabetStatueL = 2723,
2747	AlphabetStatueM = 2724,
2748	AlphabetStatueN = 2725,
2749	AlphabetStatueO = 2726,
2750	AlphabetStatueP = 2727,
2751	AlphabetStatueQ = 2728,
2752	AlphabetStatueR = 2729,
2753	AlphabetStatueS = 2730,
2754	AlphabetStatueT = 2731,
2755	AlphabetStatueU = 2732,
2756	AlphabetStatueV = 2733,
2757	AlphabetStatueW = 2734,
2758	AlphabetStatueX = 2735,
2759	AlphabetStatueY = 2736,
2760	AlphabetStatueZ = 2737,
2761	FireworkFountain = 2738,
2762	BoosterTrack = 2739,
2763	Grasshopper = 2740,
2764	GrasshopperCage = 2741,
2765	MusicBoxUndergroundCrimson = 2742,
2766	CactusTable = 2743,
2767	CactusPlatform = 2744,
2768	BorealWoodSword = 2745,
2769	BorealWoodHammer = 2746,
2770	BorealWoodBow = 2747,
2771	GlassChest = 2748,
2772
2773	DragonMask = 3500,
2774	TitanHelmet = 3501,
2775	SpectralHeadgear = 3502,
2776	DragonBreastplate = 3503,
2777	TitanMail = 3504,
2778	SpectralArmor = 3505,
2779	DragonGreaves = 3506,
2780	TitanLeggings = 3507,
2781	SpectralSubligar = 3508,
2782	Tizona = 3509,
2783	Tonbogiri = 3510,
2784	Sharanga = 3511,
2785	SpectralArrow = 3512,
2786	VulcanRepeater = 3513,
2787	VulcanBolt = 3514,
2788	SuspiciousLookingSkull = 3515,
2789	SoulOfBlight = 3516,
2790	PetriDish = 3517,
2791	Beeswax = 3518,
2792	VialOfBlood = 3519,
2793	WolfFang = 3520,
2794	Brain = 3521,
2795	MusicBoxDesert = 3522,
2796	MusicBoxSpace = 3523,
2797	MusicBoxTutorial = 3524,
2798	MusicBoxBoss4 = 3525,
2799	MusicBoxOcean = 3526,
2800	MusicBoxSnow = 3527,
2801	FabulousRibbon = 3528,
2802	GeorgesHat = 3529,
2803	FabulousTutu = 3530,
2804	GeorgesTuxedoShirt = 3531,
2805	FabulousSlippers = 3532,
2806	GeorgesTuxedoPants = 3533,
2807	SparklyWings = 3534,
2808	OcramTrophy = 3535,
2809	AlbinoAntlionBanner = 3536,
2810	OrcaBanner = 3537,
2811	VampireMinerBanner = 3538,
2812	ShadowHammerBanner = 3539,
2813	ShadowMummyBanner = 3540,
2814	SpectralGastropodBanner = 3541,
2815	SpectralElementalBanner = 3542,
2816	DragonSnatcherBanner = 3543,
2817	ArchWyvernBanner = 3544,
2818	ArchDemonBanner = 3545,
2819	StarTopper4 = 3546,
2820	Topper505 = 3547,
2821	OcramMask = 3548,
2822	HornedGodRobe = 3549,
2823	HornedGodBoots = 3550,
2824	HornedGodMask = 3551,
2825}
2826
2827#[cfg(feature = "convert")]
2828impl TryFrom<terra_items::Item> for Item {
2829	type Error = ();
2830	fn try_from(value: terra_items::Item) -> Result<Self, Self::Error> {
2831		let id = value.to_id(102);
2832		let Ok(id) = i16::try_from(id) else {
2833			return Err(());
2834		};
2835
2836		let Some(item) = Self::from_id(id) else {
2837			return Err(());
2838		};
2839
2840		Ok(item)
2841	}
2842}
2843
2844#[cfg(feature = "convert")]
2845impl TryFrom<Item> for terra_items::Item {
2846	type Error = ();
2847	fn try_from(value: Item) -> Result<Self, Self::Error> {
2848		match value {
2849			Item::MusicBoxSnow => return Ok(Self::MusicBoxSnow),
2850			Item::MusicBoxSpace => return Ok(Self::MusicBoxSpace),
2851			Item::MusicBoxBoss4 => return Ok(Self::MusicBoxBoss4),
2852			Item::MusicBoxDesert => return Ok(Self::MusicBoxDesert),
2853			Item::MusicBoxOcean => return Ok(Self::MusicBoxOcean),
2854			_ => {}
2855		};
2856
2857		let id = value.to_id();
2858		if id > 2748 {
2859			return Err(());
2860		}
2861
2862		let Some(item) = Self::from_id(id as i32) else {
2863			return Err(());
2864		};
2865
2866		Ok(item)
2867	}
2868}
2869
2870impl Item {
2871	pub fn to_id(self) -> i16 {
2872		self as i16
2873	}
2874
2875	pub fn from_id(id: i16) -> Option<Self> {
2876		Some(match id {
2877			-24 => Self::YellowPhasesaber,
2878			-23 => Self::WhitePhasesaber,
2879			-22 => Self::PurplePhasesaber,
2880			-21 => Self::GreenPhasesaber,
2881			-20 => Self::RedPhasesaber,
2882			-19 => Self::BluePhasesaber,
2883			-18 => Self::CopperBow,
2884			-17 => Self::CopperHammer,
2885			-16 => Self::CopperAxe,
2886			-15 => Self::CopperShortsword,
2887			-14 => Self::CopperBroadsword,
2888			-13 => Self::CopperPickaxe,
2889			-12 => Self::SilverBow,
2890			-11 => Self::SilverHammer,
2891			-10 => Self::SilverAxe,
2892			-9 => Self::SilverShortsword,
2893			-8 => Self::SilverBroadsword,
2894			-7 => Self::SilverPickaxe,
2895			-6 => Self::GoldBow,
2896			-5 => Self::GoldHammer,
2897			-4 => Self::GoldAxe,
2898			-3 => Self::GoldShortsword,
2899			-2 => Self::GoldBroadsword,
2900			-1 => Self::GoldPickaxe,
2901			1 => Self::IronPickaxe,
2902			2 => Self::DirtBlock,
2903			3 => Self::StoneBlock,
2904			4 => Self::IronBroadsword,
2905			5 => Self::Mushroom,
2906			6 => Self::IronShortsword,
2907			7 => Self::IronHammer,
2908			8 => Self::Torch,
2909			9 => Self::Wood,
2910			10 => Self::IronAxe,
2911			11 => Self::IronOre,
2912			12 => Self::CopperOre,
2913			13 => Self::GoldOre,
2914			14 => Self::SilverOre,
2915			15 => Self::CopperWatch,
2916			16 => Self::SilverWatch,
2917			17 => Self::GoldWatch,
2918			18 => Self::DepthMeter,
2919			19 => Self::GoldBar,
2920			20 => Self::CopperBar,
2921			21 => Self::SilverBar,
2922			22 => Self::IronBar,
2923			23 => Self::Gel,
2924			24 => Self::WoodenSword,
2925			25 => Self::WoodenDoor,
2926			26 => Self::StoneWall,
2927			27 => Self::Acorn,
2928			28 => Self::LesserHealingPotion,
2929			29 => Self::LifeCrystal,
2930			30 => Self::DirtWall,
2931			31 => Self::Bottle,
2932			32 => Self::WoodenTable,
2933			33 => Self::Furnace,
2934			34 => Self::WoodenChair,
2935			35 => Self::IronAnvil,
2936			36 => Self::WorkBench,
2937			37 => Self::Goggles,
2938			38 => Self::Lens,
2939			39 => Self::WoodenBow,
2940			40 => Self::WoodenArrow,
2941			41 => Self::FlamingArrow,
2942			42 => Self::Shuriken,
2943			43 => Self::SuspiciousLookingEye,
2944			44 => Self::DemonBow,
2945			45 => Self::WarAxeOfTheNight,
2946			46 => Self::LightsBane,
2947			47 => Self::UnholyArrow,
2948			48 => Self::Chest,
2949			49 => Self::BandOfRegeneration,
2950			50 => Self::MagicMirror,
2951			51 => Self::JestersArrow,
2952			52 => Self::AngelStatue,
2953			53 => Self::CloudInABottle,
2954			54 => Self::HermesBoots,
2955			55 => Self::EnchantedBoomerang,
2956			56 => Self::DemoniteOre,
2957			57 => Self::DemoniteBar,
2958			58 => Self::Heart,
2959			59 => Self::CorruptSeeds,
2960			60 => Self::VileMushroom,
2961			61 => Self::EbonstoneBlock,
2962			62 => Self::GrassSeeds,
2963			63 => Self::Sunflower,
2964			64 => Self::Vilethorn,
2965			65 => Self::Starfury,
2966			66 => Self::PurificationPowder,
2967			67 => Self::VilePowder,
2968			68 => Self::RottenChunk,
2969			69 => Self::WormTooth,
2970			70 => Self::WormFood,
2971			71 => Self::CopperCoin,
2972			72 => Self::SilverCoin,
2973			73 => Self::GoldCoin,
2974			74 => Self::PlatinumCoin,
2975			75 => Self::FallenStar,
2976			76 => Self::CopperGreaves,
2977			77 => Self::IronGreaves,
2978			78 => Self::SilverGreaves,
2979			79 => Self::GoldGreaves,
2980			80 => Self::CopperChainmail,
2981			81 => Self::IronChainmail,
2982			82 => Self::SilverChainmail,
2983			83 => Self::GoldChainmail,
2984			84 => Self::GrapplingHook,
2985			85 => Self::Chain,
2986			86 => Self::ShadowScale,
2987			87 => Self::PiggyBank,
2988			88 => Self::MiningHelmet,
2989			89 => Self::CopperHelmet,
2990			90 => Self::IronHelmet,
2991			91 => Self::SilverHelmet,
2992			92 => Self::GoldHelmet,
2993			93 => Self::WoodWall,
2994			94 => Self::WoodPlatform,
2995			95 => Self::FlintlockPistol,
2996			96 => Self::Musket,
2997			97 => Self::MusketBall,
2998			98 => Self::Minishark,
2999			99 => Self::IronBow,
3000			100 => Self::ShadowGreaves,
3001			101 => Self::ShadowScalemail,
3002			102 => Self::ShadowHelmet,
3003			103 => Self::NightmarePickaxe,
3004			104 => Self::TheBreaker,
3005			105 => Self::Candle,
3006			106 => Self::CopperChandelier,
3007			107 => Self::SilverChandelier,
3008			108 => Self::GoldChandelier,
3009			109 => Self::ManaCrystal,
3010			110 => Self::LesserManaPotion,
3011			111 => Self::BandOfStarpower,
3012			112 => Self::FlowerOfFire,
3013			113 => Self::MagicMissile,
3014			114 => Self::DirtRod,
3015			115 => Self::ShadowOrb,
3016			116 => Self::Meteorite,
3017			117 => Self::MeteoriteBar,
3018			118 => Self::Hook,
3019			119 => Self::Flamarang,
3020			120 => Self::MoltenFury,
3021			121 => Self::FieryGreatsword,
3022			122 => Self::MoltenPickaxe,
3023			123 => Self::MeteorHelmet,
3024			124 => Self::MeteorSuit,
3025			125 => Self::MeteorLeggings,
3026			126 => Self::BottledWater,
3027			127 => Self::SpaceGun,
3028			128 => Self::RocketBoots,
3029			129 => Self::GrayBrick,
3030			130 => Self::GrayBrickWall,
3031			131 => Self::RedBrick,
3032			132 => Self::RedBrickWall,
3033			133 => Self::ClayBlock,
3034			134 => Self::BlueBrick,
3035			135 => Self::BlueBrickWall,
3036			136 => Self::ChainLantern,
3037			137 => Self::GreenBrick,
3038			138 => Self::GreenBrickWall,
3039			139 => Self::PinkBrick,
3040			140 => Self::PinkBrickWall,
3041			141 => Self::GoldBrick,
3042			142 => Self::GoldBrickWall,
3043			143 => Self::SilverBrick,
3044			144 => Self::SilverBrickWall,
3045			145 => Self::CopperBrick,
3046			146 => Self::CopperBrickWall,
3047			147 => Self::Spike,
3048			148 => Self::WaterCandle,
3049			149 => Self::Book,
3050			150 => Self::Cobweb,
3051			151 => Self::NecroHelmet,
3052			152 => Self::NecroBreastplate,
3053			153 => Self::NecroGreaves,
3054			154 => Self::Bone,
3055			155 => Self::Muramasa,
3056			156 => Self::CobaltShield,
3057			157 => Self::AquaScepter,
3058			158 => Self::LuckyHorseshoe,
3059			159 => Self::ShinyRedBalloon,
3060			160 => Self::Harpoon,
3061			161 => Self::SpikyBall,
3062			162 => Self::BallOHurt,
3063			163 => Self::BlueMoon,
3064			164 => Self::Handgun,
3065			165 => Self::WaterBolt,
3066			166 => Self::Bomb,
3067			167 => Self::Dynamite,
3068			168 => Self::Grenade,
3069			169 => Self::SandBlock,
3070			170 => Self::Glass,
3071			171 => Self::Sign,
3072			172 => Self::AshBlock,
3073			173 => Self::Obsidian,
3074			174 => Self::Hellstone,
3075			175 => Self::HellstoneBar,
3076			176 => Self::MudBlock,
3077			177 => Self::Sapphire,
3078			178 => Self::Ruby,
3079			179 => Self::Emerald,
3080			180 => Self::Topaz,
3081			181 => Self::Amethyst,
3082			182 => Self::Diamond,
3083			183 => Self::GlowingMushroom,
3084			184 => Self::Star,
3085			185 => Self::IvyWhip,
3086			186 => Self::BreathingReed,
3087			187 => Self::Flipper,
3088			188 => Self::HealingPotion,
3089			189 => Self::ManaPotion,
3090			190 => Self::BladeOfGrass,
3091			191 => Self::ThornChakram,
3092			192 => Self::ObsidianBrick,
3093			193 => Self::ObsidianSkull,
3094			194 => Self::MushroomGrassSeeds,
3095			195 => Self::JungleGrassSeeds,
3096			196 => Self::WoodenHammer,
3097			197 => Self::StarCannon,
3098			198 => Self::BluePhaseblade,
3099			199 => Self::RedPhaseblade,
3100			200 => Self::GreenPhaseblade,
3101			201 => Self::PurplePhaseblade,
3102			202 => Self::WhitePhaseblade,
3103			203 => Self::YellowPhaseblade,
3104			204 => Self::MeteorHamaxe,
3105			205 => Self::EmptyBucket,
3106			206 => Self::WaterBucket,
3107			207 => Self::LavaBucket,
3108			208 => Self::JungleRose,
3109			209 => Self::Stinger,
3110			210 => Self::Vine,
3111			211 => Self::FeralClaws,
3112			212 => Self::AnkletOfTheWind,
3113			213 => Self::StaffOfRegrowth,
3114			214 => Self::HellstoneBrick,
3115			215 => Self::WhoopieCushion,
3116			216 => Self::Shackle,
3117			217 => Self::MoltenHamaxe,
3118			218 => Self::Flamelash,
3119			219 => Self::PhoenixBlaster,
3120			220 => Self::Sunfury,
3121			221 => Self::Hellforge,
3122			222 => Self::ClayPot,
3123			223 => Self::NaturesGift,
3124			224 => Self::Bed,
3125			225 => Self::Silk,
3126			226 => Self::LesserRestorationPotion,
3127			227 => Self::RestorationPotion,
3128			228 => Self::JungleHat,
3129			229 => Self::JungleShirt,
3130			230 => Self::JunglePants,
3131			231 => Self::MoltenHelmet,
3132			232 => Self::MoltenBreastplate,
3133			233 => Self::MoltenGreaves,
3134			234 => Self::MeteorShot,
3135			235 => Self::StickyBomb,
3136			236 => Self::BlackLens,
3137			237 => Self::Sunglasses,
3138			238 => Self::WizardHat,
3139			239 => Self::TopHat,
3140			240 => Self::TuxedoShirt,
3141			241 => Self::TuxedoPants,
3142			242 => Self::SummerHat,
3143			243 => Self::BunnyHood,
3144			244 => Self::PlumbersHat,
3145			245 => Self::PlumbersShirt,
3146			246 => Self::PlumbersPants,
3147			247 => Self::HerosHat,
3148			248 => Self::HerosShirt,
3149			249 => Self::HerosPants,
3150			250 => Self::FishBowl,
3151			251 => Self::ArchaeologistsHat,
3152			252 => Self::ArchaeologistsJacket,
3153			253 => Self::ArchaeologistsPants,
3154			254 => Self::BlackThread,
3155			255 => Self::PurpleThread,
3156			256 => Self::NinjaHood,
3157			257 => Self::NinjaShirt,
3158			258 => Self::NinjaPants,
3159			259 => Self::Leather,
3160			260 => Self::RedHat,
3161			261 => Self::Goldfish,
3162			262 => Self::Robe,
3163			263 => Self::RobotHat,
3164			264 => Self::GoldCrown,
3165			265 => Self::HellfireArrow,
3166			266 => Self::Sandgun,
3167			267 => Self::GuideVoodooDoll,
3168			268 => Self::DivingHelmet,
3169			269 => Self::FamiliarShirt,
3170			270 => Self::FamiliarPants,
3171			271 => Self::FamiliarWig,
3172			272 => Self::DemonScythe,
3173			273 => Self::NightsEdge,
3174			274 => Self::DarkLance,
3175			275 => Self::Coral,
3176			276 => Self::Cactus,
3177			277 => Self::Trident,
3178			278 => Self::SilverBullet,
3179			279 => Self::ThrowingKnife,
3180			280 => Self::Spear,
3181			281 => Self::Blowpipe,
3182			282 => Self::Glowstick,
3183			283 => Self::Seed,
3184			284 => Self::WoodenBoomerang,
3185			285 => Self::Aglet,
3186			286 => Self::StickyGlowstick,
3187			287 => Self::PoisonedKnife,
3188			288 => Self::ObsidianSkinPotion,
3189			289 => Self::RegenerationPotion,
3190			290 => Self::SwiftnessPotion,
3191			291 => Self::GillsPotion,
3192			292 => Self::IronskinPotion,
3193			293 => Self::ManaRegenerationPotion,
3194			294 => Self::MagicPowerPotion,
3195			295 => Self::FeatherfallPotion,
3196			296 => Self::SpelunkerPotion,
3197			297 => Self::InvisibilityPotion,
3198			298 => Self::ShinePotion,
3199			299 => Self::NightOwlPotion,
3200			300 => Self::BattlePotion,
3201			301 => Self::ThornsPotion,
3202			302 => Self::WaterWalkingPotion,
3203			303 => Self::ArcheryPotion,
3204			304 => Self::HunterPotion,
3205			305 => Self::GravitationPotion,
3206			306 => Self::GoldChest,
3207			307 => Self::DaybloomSeeds,
3208			308 => Self::MoonglowSeeds,
3209			309 => Self::BlinkrootSeeds,
3210			310 => Self::DeathweedSeeds,
3211			311 => Self::WaterleafSeeds,
3212			312 => Self::FireblossomSeeds,
3213			313 => Self::Daybloom,
3214			314 => Self::Moonglow,
3215			315 => Self::Blinkroot,
3216			316 => Self::Deathweed,
3217			317 => Self::Waterleaf,
3218			318 => Self::Fireblossom,
3219			319 => Self::SharkFin,
3220			320 => Self::Feather,
3221			321 => Self::Tombstone,
3222			322 => Self::MimeMask,
3223			323 => Self::AntlionMandible,
3224			324 => Self::IllegalGunParts,
3225			325 => Self::TheDoctorsShirt,
3226			326 => Self::TheDoctorsPants,
3227			327 => Self::GoldenKey,
3228			328 => Self::ShadowChest,
3229			329 => Self::ShadowKey,
3230			330 => Self::ObsidianBrickWall,
3231			331 => Self::JungleSpores,
3232			332 => Self::Loom,
3233			333 => Self::Piano,
3234			334 => Self::Dresser,
3235			335 => Self::Bench,
3236			336 => Self::Bathtub,
3237			337 => Self::RedBanner,
3238			338 => Self::GreenBanner,
3239			339 => Self::BlueBanner,
3240			340 => Self::YellowBanner,
3241			341 => Self::LampPost,
3242			342 => Self::TikiTorch,
3243			343 => Self::Barrel,
3244			344 => Self::ChineseLantern,
3245			345 => Self::CookingPot,
3246			346 => Self::Safe,
3247			347 => Self::SkullLantern,
3248			348 => Self::TrashCan,
3249			349 => Self::Candelabra,
3250			350 => Self::PinkVase,
3251			351 => Self::Mug,
3252			352 => Self::Keg,
3253			353 => Self::Ale,
3254			354 => Self::Bookcase,
3255			355 => Self::Throne,
3256			356 => Self::Bowl,
3257			357 => Self::BowlOfSoup,
3258			358 => Self::Toilet,
3259			359 => Self::GrandfatherClock,
3260			360 => Self::ArmorStatue,
3261			361 => Self::GoblinBattleStandard,
3262			362 => Self::TatteredCloth,
3263			363 => Self::Sawmill,
3264			364 => Self::CobaltOre,
3265			365 => Self::MythrilOre,
3266			366 => Self::AdamantiteOre,
3267			367 => Self::Pwnhammer,
3268			368 => Self::Excalibur,
3269			369 => Self::HallowedSeeds,
3270			370 => Self::EbonsandBlock,
3271			371 => Self::CobaltHat,
3272			372 => Self::CobaltHelmet,
3273			373 => Self::CobaltMask,
3274			374 => Self::CobaltBreastplate,
3275			375 => Self::CobaltLeggings,
3276			376 => Self::MythrilHood,
3277			377 => Self::MythrilHelmet,
3278			378 => Self::MythrilHat,
3279			379 => Self::MythrilChainmail,
3280			380 => Self::MythrilGreaves,
3281			381 => Self::CobaltBar,
3282			382 => Self::MythrilBar,
3283			383 => Self::CobaltChainsaw,
3284			384 => Self::MythrilChainsaw,
3285			385 => Self::CobaltDrill,
3286			386 => Self::MythrilDrill,
3287			387 => Self::AdamantiteChainsaw,
3288			388 => Self::AdamantiteDrill,
3289			389 => Self::DaoOfPow,
3290			390 => Self::MythrilHalberd,
3291			391 => Self::AdamantiteBar,
3292			392 => Self::GlassWall,
3293			393 => Self::Compass,
3294			394 => Self::DivingGear,
3295			395 => Self::Gps,
3296			396 => Self::ObsidianHorseshoe,
3297			397 => Self::ObsidianShield,
3298			398 => Self::TinkerersWorkshop,
3299			399 => Self::CloudinaBalloon,
3300			400 => Self::AdamantiteHeadgear,
3301			401 => Self::AdamantiteHelmet,
3302			402 => Self::AdamantiteMask,
3303			403 => Self::AdamantiteBreastplate,
3304			404 => Self::AdamantiteLeggings,
3305			405 => Self::SpectreBoots,
3306			406 => Self::AdamantiteGlaive,
3307			407 => Self::Toolbelt,
3308			408 => Self::PearlsandBlock,
3309			409 => Self::PearlstoneBlock,
3310			410 => Self::MiningShirt,
3311			411 => Self::MiningPants,
3312			412 => Self::PearlstoneBrick,
3313			413 => Self::IridescentBrick,
3314			414 => Self::MudstoneBlock,
3315			415 => Self::CobaltBrick,
3316			416 => Self::MythrilBrick,
3317			417 => Self::PearlstoneBrickWall,
3318			418 => Self::IridescentBrickWall,
3319			419 => Self::MudstoneBrickWall,
3320			420 => Self::CobaltBrickWall,
3321			421 => Self::MythrilBrickWall,
3322			422 => Self::HolyWater,
3323			423 => Self::UnholyWater,
3324			424 => Self::SiltBlock,
3325			425 => Self::FairyBell,
3326			426 => Self::BreakerBlade,
3327			427 => Self::BlueTorch,
3328			428 => Self::RedTorch,
3329			429 => Self::GreenTorch,
3330			430 => Self::PurpleTorch,
3331			431 => Self::WhiteTorch,
3332			432 => Self::YellowTorch,
3333			433 => Self::DemonTorch,
3334			434 => Self::ClockworkAssaultRifle,
3335			435 => Self::CobaltRepeater,
3336			436 => Self::MythrilRepeater,
3337			437 => Self::DualHook,
3338			438 => Self::StarStatue,
3339			439 => Self::SwordStatue,
3340			440 => Self::SlimeStatue,
3341			441 => Self::GoblinStatue,
3342			442 => Self::ShieldStatue,
3343			443 => Self::BatStatue,
3344			444 => Self::FishStatue,
3345			445 => Self::BunnyStatue,
3346			446 => Self::SkeletonStatue,
3347			447 => Self::ReaperStatue,
3348			448 => Self::WomanStatue,
3349			449 => Self::ImpStatue,
3350			450 => Self::GargoyleStatue,
3351			451 => Self::GloomStatue,
3352			452 => Self::HornetStatue,
3353			453 => Self::BombStatue,
3354			454 => Self::CrabStatue,
3355			455 => Self::HammerStatue,
3356			456 => Self::PotionStatue,
3357			457 => Self::SpearStatue,
3358			458 => Self::CrossStatue,
3359			459 => Self::JellyfishStatue,
3360			460 => Self::BowStatue,
3361			461 => Self::BoomerangStatue,
3362			462 => Self::BootStatue,
3363			463 => Self::ChestStatue,
3364			464 => Self::BirdStatue,
3365			465 => Self::AxeStatue,
3366			466 => Self::CorruptStatue,
3367			467 => Self::TreeStatue,
3368			468 => Self::AnvilStatue,
3369			469 => Self::PickaxeStatue,
3370			470 => Self::MushroomStatue,
3371			471 => Self::EyeballStatue,
3372			472 => Self::PillarStatue,
3373			473 => Self::HeartStatue,
3374			474 => Self::PotStatue,
3375			475 => Self::SunflowerStatue,
3376			476 => Self::KingStatue,
3377			477 => Self::QueenStatue,
3378			478 => Self::PiranhaStatue,
3379			479 => Self::PlankedWall,
3380			480 => Self::WoodenBeam,
3381			481 => Self::AdamantiteRepeater,
3382			482 => Self::AdamantiteSword,
3383			483 => Self::CobaltSword,
3384			484 => Self::MythrilSword,
3385			485 => Self::MoonCharm,
3386			486 => Self::Ruler,
3387			487 => Self::CrystalBall,
3388			488 => Self::DiscoBall,
3389			489 => Self::SorcererEmblem,
3390			490 => Self::WarriorEmblem,
3391			491 => Self::RangerEmblem,
3392			492 => Self::DemonWings,
3393			493 => Self::AngelWings,
3394			494 => Self::MagicalHarp,
3395			495 => Self::RainbowRod,
3396			496 => Self::IceRod,
3397			497 => Self::NeptunesShell,
3398			498 => Self::Mannequin,
3399			499 => Self::GreaterHealingPotion,
3400			500 => Self::GreaterManaPotion,
3401			501 => Self::PixieDust,
3402			502 => Self::CrystalShard,
3403			503 => Self::ClownHat,
3404			504 => Self::ClownShirt,
3405			505 => Self::ClownPants,
3406			506 => Self::Flamethrower,
3407			507 => Self::Bell,
3408			508 => Self::Harp,
3409			509 => Self::Wrench,
3410			510 => Self::WireCutter,
3411			511 => Self::ActiveStoneBlock,
3412			512 => Self::InactiveStoneBlock,
3413			513 => Self::Lever,
3414			514 => Self::LaserRifle,
3415			515 => Self::CrystalBullet,
3416			516 => Self::HolyArrow,
3417			517 => Self::MagicDagger,
3418			518 => Self::CrystalStorm,
3419			519 => Self::CursedFlames,
3420			520 => Self::SoulOfLight,
3421			521 => Self::SoulOfNight,
3422			522 => Self::CursedFlame,
3423			523 => Self::CursedTorch,
3424			524 => Self::AdamantiteForge,
3425			525 => Self::MythrilAnvil,
3426			526 => Self::UnicornHorn,
3427			527 => Self::DarkShard,
3428			528 => Self::LightShard,
3429			529 => Self::RedPressurePlate,
3430			530 => Self::Wire,
3431			531 => Self::SpellTome,
3432			532 => Self::StarCloak,
3433			533 => Self::Megashark,
3434			534 => Self::Shotgun,
3435			535 => Self::PhilosophersStone,
3436			536 => Self::TitanGlove,
3437			537 => Self::CobaltNaginata,
3438			538 => Self::Switch,
3439			539 => Self::DartTrap,
3440			540 => Self::Boulder,
3441			541 => Self::GreenPressurePlate,
3442			542 => Self::GrayPressurePlate,
3443			543 => Self::BrownPressurePlate,
3444			544 => Self::MechanicalEye,
3445			545 => Self::CursedArrow,
3446			546 => Self::CursedBullet,
3447			547 => Self::SoulOfFright,
3448			548 => Self::SoulOfMight,
3449			549 => Self::SoulOfSight,
3450			550 => Self::Gungnir,
3451			551 => Self::HallowedPlateMail,
3452			552 => Self::HallowedGreaves,
3453			553 => Self::HallowedHelmet,
3454			554 => Self::CrossNecklace,
3455			555 => Self::ManaFlower,
3456			556 => Self::MechanicalWorm,
3457			557 => Self::MechanicalSkull,
3458			558 => Self::HallowedHeadgear,
3459			559 => Self::HallowedMask,
3460			560 => Self::SlimeCrown,
3461			561 => Self::LightDisc,
3462			562 => Self::MusicBoxOverworldDay,
3463			563 => Self::MusicBoxEerie,
3464			564 => Self::MusicBoxNight,
3465			565 => Self::MusicBoxTitle,
3466			566 => Self::MusicBoxUnderground,
3467			567 => Self::MusicBoxBoss1,
3468			568 => Self::MusicBoxJungle,
3469			569 => Self::MusicBoxCorruption,
3470			570 => Self::MusicBoxUndergroundCorruption,
3471			571 => Self::MusicBoxTheHallow,
3472			572 => Self::MusicBoxBoss2,
3473			573 => Self::MusicBoxUndergroundHallow,
3474			574 => Self::MusicBoxBoss3,
3475			575 => Self::SoulOfFlight,
3476			576 => Self::MusicBox,
3477			577 => Self::DemoniteBrick,
3478			578 => Self::HallowedRepeater,
3479			579 => Self::Drax,
3480			580 => Self::Explosives,
3481			581 => Self::InletPump,
3482			582 => Self::OutletPump,
3483			583 => Self::Timer1Second,
3484			584 => Self::Timer3Second,
3485			585 => Self::Timer5Second,
3486			586 => Self::CandyCaneBlock,
3487			587 => Self::CandyCaneWall,
3488			588 => Self::SantaHat,
3489			589 => Self::SantaShirt,
3490			590 => Self::SantaPants,
3491			591 => Self::GreenCandyCaneBlock,
3492			592 => Self::GreenCandyCaneWall,
3493			593 => Self::SnowBlock,
3494			594 => Self::SnowBrick,
3495			595 => Self::SnowBrickWall,
3496			596 => Self::BlueLight,
3497			597 => Self::RedLight,
3498			598 => Self::GreenLight,
3499			599 => Self::BluePresent,
3500			600 => Self::GreenPresent,
3501			601 => Self::YellowPresent,
3502			602 => Self::SnowGlobe,
3503			603 => Self::Carrot,
3504			604 => Self::AdamantiteBeam,
3505			605 => Self::AdamantiteBeamWall,
3506			606 => Self::DemoniteBrickWall,
3507			607 => Self::SandstoneBrick,
3508			608 => Self::SandstoneBrickWall,
3509			609 => Self::EbonstoneBrick,
3510			610 => Self::EbonstoneBrickWall,
3511			611 => Self::RedStucco,
3512			612 => Self::YellowStucco,
3513			613 => Self::GreenStucco,
3514			614 => Self::GrayStucco,
3515			615 => Self::RedStuccoWall,
3516			616 => Self::YellowStuccoWall,
3517			617 => Self::GreenStuccoWall,
3518			618 => Self::GrayStuccoWall,
3519			619 => Self::Ebonwood,
3520			620 => Self::RichMahogany,
3521			621 => Self::Pearlwood,
3522			622 => Self::EbonwoodWall,
3523			623 => Self::RichMahoganyWall,
3524			624 => Self::PearlwoodWall,
3525			625 => Self::EbonwoodChest,
3526			626 => Self::RichMahoganyChest,
3527			627 => Self::PearlwoodChest,
3528			628 => Self::EbonwoodChair,
3529			629 => Self::RichMahoganyChair,
3530			630 => Self::PearlwoodChair,
3531			631 => Self::EbonwoodPlatform,
3532			632 => Self::RichMahoganyPlatform,
3533			633 => Self::PearlwoodPlatform,
3534			634 => Self::BonePlatform,
3535			635 => Self::EbonwoodWorkBench,
3536			636 => Self::RichMahoganyWorkBench,
3537			637 => Self::PearlwoodWorkBench,
3538			638 => Self::EbonwoodTable,
3539			639 => Self::RichMahoganyTable,
3540			640 => Self::PearlwoodTable,
3541			641 => Self::EbonwoodPiano,
3542			642 => Self::RichMahoganyPiano,
3543			643 => Self::PearlwoodPiano,
3544			644 => Self::EbonwoodBed,
3545			645 => Self::RichMahoganyBed,
3546			646 => Self::PearlwoodBed,
3547			647 => Self::EbonwoodDresser,
3548			648 => Self::RichMahoganyDresser,
3549			649 => Self::PearlwoodDresser,
3550			650 => Self::EbonwoodDoor,
3551			651 => Self::RichMahoganyDoor,
3552			652 => Self::PearlwoodDoor,
3553			653 => Self::EbonwoodSword,
3554			654 => Self::EbonwoodHammer,
3555			655 => Self::EbonwoodBow,
3556			656 => Self::RichMahoganySword,
3557			657 => Self::RichMahoganyHammer,
3558			658 => Self::RichMahoganyBow,
3559			659 => Self::PearlwoodSword,
3560			660 => Self::PearlwoodHammer,
3561			661 => Self::PearlwoodBow,
3562			662 => Self::RainbowBrick,
3563			663 => Self::RainbowBrickWall,
3564			664 => Self::IceBlock,
3565			665 => Self::RedsWings,
3566			666 => Self::RedsHelmet,
3567			667 => Self::RedsBreastplate,
3568			668 => Self::RedsLeggings,
3569			669 => Self::Fish,
3570			670 => Self::IceBoomerang,
3571			671 => Self::Keybrand,
3572			672 => Self::Cutlass,
3573			673 => Self::BorealWoodWorkBench,
3574			674 => Self::TrueExcalibur,
3575			675 => Self::TrueNightsEdge,
3576			676 => Self::Frostbrand,
3577			677 => Self::BorealWoodTable,
3578			678 => Self::RedPotion,
3579			679 => Self::TacticalShotgun,
3580			680 => Self::IvyChest,
3581			681 => Self::IceChest,
3582			682 => Self::Marrow,
3583			683 => Self::UnholyTrident,
3584			684 => Self::FrostHelmet,
3585			685 => Self::FrostBreastplate,
3586			686 => Self::FrostLeggings,
3587			687 => Self::TinHelmet,
3588			688 => Self::TinChainmail,
3589			689 => Self::TinGreaves,
3590			690 => Self::LeadHelmet,
3591			691 => Self::LeadChainmail,
3592			692 => Self::LeadGreaves,
3593			693 => Self::TungstenHelmet,
3594			694 => Self::TungstenChainmail,
3595			695 => Self::TungstenGreaves,
3596			696 => Self::PlatinumHelmet,
3597			697 => Self::PlatinumChainmail,
3598			698 => Self::PlatinumGreaves,
3599			699 => Self::TinOre,
3600			700 => Self::LeadOre,
3601			701 => Self::TungstenOre,
3602			702 => Self::PlatinumOre,
3603			703 => Self::TinBar,
3604			704 => Self::LeadBar,
3605			705 => Self::TungstenBar,
3606			706 => Self::PlatinumBar,
3607			707 => Self::TinWatch,
3608			708 => Self::TungstenWatch,
3609			709 => Self::PlatinumWatch,
3610			710 => Self::TinChandelier,
3611			711 => Self::TungstenChandelier,
3612			712 => Self::PlatinumChandelier,
3613			713 => Self::PlatinumCandle,
3614			714 => Self::PlatinumCandelabra,
3615			715 => Self::PlatinumCrown,
3616			716 => Self::LeadAnvil,
3617			717 => Self::TinBrick,
3618			718 => Self::TungstenBrick,
3619			719 => Self::PlatinumBrick,
3620			720 => Self::TinBrickWall,
3621			721 => Self::TungstenBrickWall,
3622			722 => Self::PlatinumBrickWall,
3623			723 => Self::BeamSword,
3624			724 => Self::IceBlade,
3625			725 => Self::IceBow,
3626			726 => Self::FrostStaff,
3627			727 => Self::WoodHelmet,
3628			728 => Self::WoodBreastplate,
3629			729 => Self::WoodGreaves,
3630			730 => Self::EbonwoodHelmet,
3631			731 => Self::EbonwoodBreastplate,
3632			732 => Self::EbonwoodGreaves,
3633			733 => Self::RichMahoganyHelmet,
3634			734 => Self::RichMahoganyBreastplate,
3635			735 => Self::RichMahoganyGreaves,
3636			736 => Self::PearlwoodHelmet,
3637			737 => Self::PearlwoodBreastplate,
3638			738 => Self::PearlwoodGreaves,
3639			739 => Self::AmethystStaff,
3640			740 => Self::TopazStaff,
3641			741 => Self::SapphireStaff,
3642			742 => Self::EmeraldStaff,
3643			743 => Self::RubyStaff,
3644			744 => Self::DiamondStaff,
3645			745 => Self::GrassWall,
3646			746 => Self::JungleWall,
3647			747 => Self::FlowerWall,
3648			748 => Self::Jetpack,
3649			749 => Self::ButterflyWings,
3650			750 => Self::CactusWall,
3651			751 => Self::Cloud,
3652			752 => Self::CloudWall,
3653			753 => Self::Seaweed,
3654			754 => Self::RuneHat,
3655			755 => Self::RuneRobe,
3656			756 => Self::MushroomSpear,
3657			757 => Self::TerraBlade,
3658			758 => Self::GrenadeLauncher,
3659			759 => Self::RocketLauncher,
3660			760 => Self::ProximityMineLauncher,
3661			761 => Self::FairyWings,
3662			762 => Self::SlimeBlock,
3663			763 => Self::FleshBlock,
3664			764 => Self::MushroomWall,
3665			765 => Self::RainCloud,
3666			766 => Self::BoneBlock,
3667			767 => Self::FrozenSlimeBlock,
3668			768 => Self::BoneBlockWall,
3669			769 => Self::SlimeBlockWall,
3670			770 => Self::FleshBlockWall,
3671			771 => Self::RocketI,
3672			772 => Self::RocketII,
3673			773 => Self::RocketIII,
3674			774 => Self::RocketIV,
3675			775 => Self::AsphaltBlock,
3676			776 => Self::CobaltPickaxe,
3677			777 => Self::MythrilPickaxe,
3678			778 => Self::AdamantitePickaxe,
3679			779 => Self::Clentaminator,
3680			780 => Self::GreenSolution,
3681			781 => Self::BlueSolution,
3682			782 => Self::PurpleSolution,
3683			783 => Self::DarkBlueSolution,
3684			784 => Self::RedSolution,
3685			785 => Self::HarpyWings,
3686			786 => Self::BoneWings,
3687			787 => Self::Hammush,
3688			788 => Self::NettleBurst,
3689			789 => Self::AnkhBanner,
3690			790 => Self::SnakeBanner,
3691			791 => Self::OmegaBanner,
3692			792 => Self::CrimsonHelmet,
3693			793 => Self::CrimsonScalemail,
3694			794 => Self::CrimsonGreaves,
3695			795 => Self::BloodButcherer,
3696			796 => Self::TendonBow,
3697			797 => Self::FleshGrinder,
3698			798 => Self::DeathbringerPickaxe,
3699			799 => Self::BloodLustCluster,
3700			800 => Self::TheUndertaker,
3701			801 => Self::TheMeatball,
3702			802 => Self::TheRottedFork,
3703			803 => Self::EskimoHood,
3704			804 => Self::EskimoCoat,
3705			805 => Self::EskimoPants,
3706			806 => Self::LivingWoodChair,
3707			807 => Self::CactusChair,
3708			808 => Self::BoneChair,
3709			809 => Self::FleshChair,
3710			810 => Self::MushroomChair,
3711			811 => Self::BoneWorkBench,
3712			812 => Self::CactusWorkBench,
3713			813 => Self::FleshWorkBench,
3714			814 => Self::MushroomWorkBench,
3715			815 => Self::SlimeWorkBench,
3716			816 => Self::CactusDoor,
3717			817 => Self::FleshDoor,
3718			818 => Self::MushroomDoor,
3719			819 => Self::LivingWoodDoor,
3720			820 => Self::BoneDoor,
3721			821 => Self::FlameWings,
3722			822 => Self::FrozenWings,
3723			823 => Self::GhostWings,
3724			824 => Self::SunplateBlock,
3725			825 => Self::DiscWall,
3726			826 => Self::SkywareChair,
3727			827 => Self::BoneTable,
3728			828 => Self::FleshTable,
3729			829 => Self::LivingWoodTable,
3730			830 => Self::SkywareTable,
3731			831 => Self::LivingWoodChest,
3732			832 => Self::LivingWoodWand,
3733			833 => Self::PurpleIceBlock,
3734			834 => Self::PinkIceBlock,
3735			835 => Self::RedIceBlock,
3736			836 => Self::CrimstoneBlock,
3737			837 => Self::SkywareDoor,
3738			838 => Self::SkywareChest,
3739			839 => Self::SteampunkHat,
3740			840 => Self::SteampunkShirt,
3741			841 => Self::SteampunkPants,
3742			842 => Self::BeeHat,
3743			843 => Self::BeeShirt,
3744			844 => Self::BeePants,
3745			845 => Self::WorldBanner,
3746			846 => Self::SunBanner,
3747			847 => Self::GravityBanner,
3748			848 => Self::PharaohsMask,
3749			849 => Self::Actuator,
3750			850 => Self::BlueWrench,
3751			851 => Self::GreenWrench,
3752			852 => Self::BluePressurePlate,
3753			853 => Self::YellowPressurePlate,
3754			854 => Self::DiscountCard,
3755			855 => Self::LuckyCoin,
3756			856 => Self::UnicornOnAStick,
3757			857 => Self::SandstormInABottle,
3758			858 => Self::BorealWoodSofa,
3759			859 => Self::BeachBall,
3760			860 => Self::CharmOfMyths,
3761			861 => Self::MoonShell,
3762			862 => Self::StarVeil,
3763			863 => Self::WaterWalkingBoots,
3764			864 => Self::Tiara,
3765			865 => Self::PrincessDress,
3766			866 => Self::PharaohsRobe,
3767			867 => Self::GreenCap,
3768			868 => Self::MushroomCap,
3769			869 => Self::TamOShanter,
3770			870 => Self::MummyMask,
3771			871 => Self::MummyShirt,
3772			872 => Self::MummyPants,
3773			873 => Self::CowboyHat,
3774			874 => Self::CowboyJacket,
3775			875 => Self::CowboyPants,
3776			876 => Self::PirateHat,
3777			877 => Self::PirateShirt,
3778			878 => Self::PiratePants,
3779			879 => Self::VikingHelmet,
3780			880 => Self::CrimtaneOre,
3781			881 => Self::CactusSword,
3782			882 => Self::CactusPickaxe,
3783			883 => Self::IceBrick,
3784			884 => Self::IceBrickWall,
3785			885 => Self::AdhesiveBandage,
3786			886 => Self::ArmorPolish,
3787			887 => Self::Bezoar,
3788			888 => Self::Blindfold,
3789			889 => Self::FastClock,
3790			890 => Self::Megaphone,
3791			891 => Self::Nazar,
3792			892 => Self::Vitamins,
3793			893 => Self::TrifoldMap,
3794			894 => Self::CactusHelmet,
3795			895 => Self::CactusBreastplate,
3796			896 => Self::CactusLeggings,
3797			897 => Self::PowerGlove,
3798			898 => Self::LightningBoots,
3799			899 => Self::SunStone,
3800			900 => Self::MoonStone,
3801			901 => Self::ArmorBracing,
3802			902 => Self::MedicatedBandage,
3803			903 => Self::ThePlan,
3804			904 => Self::CountercurseMantra,
3805			905 => Self::CoinGun,
3806			906 => Self::LavaCharm,
3807			907 => Self::ObsidianWaterWalkingBoots,
3808			908 => Self::LavaWaders,
3809			909 => Self::PureWaterFountain,
3810			910 => Self::DesertWaterFountain,
3811			911 => Self::Shadewood,
3812			912 => Self::ShadewoodDoor,
3813			913 => Self::ShadewoodPlatform,
3814			914 => Self::ShadewoodChest,
3815			915 => Self::ShadewoodChair,
3816			916 => Self::ShadewoodWorkBench,
3817			917 => Self::ShadewoodTable,
3818			918 => Self::ShadewoodDresser,
3819			919 => Self::ShadewoodPiano,
3820			920 => Self::ShadewoodBed,
3821			921 => Self::ShadewoodSword,
3822			922 => Self::ShadewoodHammer,
3823			923 => Self::ShadewoodBow,
3824			924 => Self::ShadewoodHelmet,
3825			925 => Self::ShadewoodBreastplate,
3826			926 => Self::ShadewoodGreaves,
3827			927 => Self::ShadewoodWall,
3828			928 => Self::Cannon,
3829			929 => Self::Cannonball,
3830			930 => Self::FlareGun,
3831			931 => Self::Flare,
3832			932 => Self::BoneWand,
3833			933 => Self::LeafWand,
3834			934 => Self::FlyingCarpet,
3835			935 => Self::AvengerEmblem,
3836			936 => Self::MechanicalGlove,
3837			937 => Self::LandMine,
3838			938 => Self::PaladinsShield,
3839			939 => Self::WebSlinger,
3840			940 => Self::JungleWaterFountain,
3841			941 => Self::IcyWaterFountain,
3842			942 => Self::CorruptWaterFountain,
3843			943 => Self::CrimsonWaterFountain,
3844			944 => Self::HallowedWaterFountain,
3845			945 => Self::BloodWaterFountain,
3846			946 => Self::Umbrella,
3847			947 => Self::ChlorophyteOre,
3848			948 => Self::SteampunkWings,
3849			949 => Self::Snowball,
3850			950 => Self::IceSkates,
3851			951 => Self::SnowballLauncher,
3852			952 => Self::WebCoveredChest,
3853			953 => Self::ClimbingClaws,
3854			954 => Self::AncientIronHelmet,
3855			955 => Self::AncientGoldHelmet,
3856			956 => Self::AncientShadowHelmet,
3857			957 => Self::AncientShadowScalemail,
3858			958 => Self::AncientShadowGreaves,
3859			959 => Self::AncientNecroHelmet,
3860			960 => Self::AncientCobaltHelmet,
3861			961 => Self::AncientCobaltBreastplate,
3862			962 => Self::AncientCobaltLeggings,
3863			963 => Self::BlackBelt,
3864			964 => Self::Boomstick,
3865			965 => Self::Rope,
3866			966 => Self::Campfire,
3867			967 => Self::Marshmallow,
3868			968 => Self::MarshmallowOnAStick,
3869			969 => Self::CookedMarshmallow,
3870			970 => Self::RedRocket,
3871			971 => Self::GreenRocket,
3872			972 => Self::BlueRocket,
3873			973 => Self::YellowRocket,
3874			974 => Self::IceTorch,
3875			975 => Self::ShoeSpikes,
3876			976 => Self::TigerClimbingGear,
3877			977 => Self::Tabi,
3878			978 => Self::PinkEskimoHood,
3879			979 => Self::PinkEskimoCoat,
3880			980 => Self::PinkEskimoPants,
3881			981 => Self::PinkThread,
3882			982 => Self::ManaRegenerationBand,
3883			983 => Self::SandstormInABalloon,
3884			984 => Self::MasterNinjaGear,
3885			985 => Self::RopeCoil,
3886			986 => Self::Blowgun,
3887			987 => Self::BlizzardInABottle,
3888			988 => Self::FrostburnArrow,
3889			989 => Self::EnchantedSword,
3890			990 => Self::PickaxeAxe,
3891			991 => Self::CobaltWaraxe,
3892			992 => Self::MythrilWaraxe,
3893			993 => Self::AdamantiteWaraxe,
3894			994 => Self::EatersBone,
3895			995 => Self::BlendOMatic,
3896			996 => Self::MeatGrinder,
3897			997 => Self::Extractinator,
3898			998 => Self::Solidifier,
3899			999 => Self::Amber,
3900			1000 => Self::ConfettiGun,
3901			1001 => Self::ChlorophyteMask,
3902			1002 => Self::ChlorophyteHelmet,
3903			1003 => Self::ChlorophyteHeadgear,
3904			1004 => Self::ChlorophytePlateMail,
3905			1005 => Self::ChlorophyteGreaves,
3906			1006 => Self::ChlorophyteBar,
3907			1007 => Self::RedDye,
3908			1008 => Self::OrangeDye,
3909			1009 => Self::YellowDye,
3910			1010 => Self::LimeDye,
3911			1011 => Self::GreenDye,
3912			1012 => Self::TealDye,
3913			1013 => Self::CyanDye,
3914			1014 => Self::SkyBlueDye,
3915			1015 => Self::BlueDye,
3916			1016 => Self::PurpleDye,
3917			1017 => Self::VioletDye,
3918			1018 => Self::PinkDye,
3919			1019 => Self::RedAndBlackDye,
3920			1020 => Self::OrangeAndBlackDye,
3921			1021 => Self::YellowAndBlackDye,
3922			1022 => Self::LimeAndBlackDye,
3923			1023 => Self::GreenAndBlackDye,
3924			1024 => Self::TealAndBlackDye,
3925			1025 => Self::CyanAndBlackDye,
3926			1026 => Self::SkyBlueAndBlackDye,
3927			1027 => Self::BlueAndBlackDye,
3928			1028 => Self::PurpleAndBlackDye,
3929			1029 => Self::VioletAndBlackDye,
3930			1030 => Self::PinkAndBlackDye,
3931			1031 => Self::FlameDye,
3932			1032 => Self::FlameAndBlackDye,
3933			1033 => Self::GreenFlameDye,
3934			1034 => Self::GreenFlameAndBlackDye,
3935			1035 => Self::BlueFlameDye,
3936			1036 => Self::BlueFlameAndBlackDye,
3937			1037 => Self::SilverDye,
3938			1038 => Self::BrightRedDye,
3939			1039 => Self::BrightOrangeDye,
3940			1040 => Self::BrightYellowDye,
3941			1041 => Self::BrightLimeDye,
3942			1042 => Self::BrightGreenDye,
3943			1043 => Self::BrightTealDye,
3944			1044 => Self::BrightCyanDye,
3945			1045 => Self::BrightSkyBlueDye,
3946			1046 => Self::BrightBlueDye,
3947			1047 => Self::BrightPurpleDye,
3948			1048 => Self::BrightVioletDye,
3949			1049 => Self::BrightPinkDye,
3950			1050 => Self::BlackDye,
3951			1051 => Self::RedAndSilverDye,
3952			1052 => Self::OrangeAndSilverDye,
3953			1053 => Self::YellowAndSilverDye,
3954			1054 => Self::LimeAndSilverDye,
3955			1055 => Self::GreenAndSilverDye,
3956			1056 => Self::TealAndSilverDye,
3957			1057 => Self::CyanAndSilverDye,
3958			1058 => Self::SkyBlueAndSilverDye,
3959			1059 => Self::BlueAndSilverDye,
3960			1060 => Self::PurpleAndSilverDye,
3961			1061 => Self::VioletAndSilverDye,
3962			1062 => Self::PinkAndSilverDye,
3963			1063 => Self::IntenseFlameDye,
3964			1064 => Self::IntenseGreenFlameDye,
3965			1065 => Self::IntenseBlueFlameDye,
3966			1066 => Self::RainbowDye,
3967			1067 => Self::IntenseRainbowDye,
3968			1068 => Self::YellowGradientDye,
3969			1069 => Self::CyanGradientDye,
3970			1070 => Self::VioletGradientDye,
3971			1071 => Self::Paintbrush,
3972			1072 => Self::PaintRoller,
3973			1073 => Self::RedPaint,
3974			1074 => Self::OrangePaint,
3975			1075 => Self::YellowPaint,
3976			1076 => Self::LimePaint,
3977			1077 => Self::GreenPaint,
3978			1078 => Self::TealPaint,
3979			1079 => Self::CyanPaint,
3980			1080 => Self::SkyBluePaint,
3981			1081 => Self::BluePaint,
3982			1082 => Self::PurplePaint,
3983			1083 => Self::VioletPaint,
3984			1084 => Self::PinkPaint,
3985			1085 => Self::DeepRedPaint,
3986			1086 => Self::DeepOrangePaint,
3987			1087 => Self::DeepYellowPaint,
3988			1088 => Self::DeepLimePaint,
3989			1089 => Self::DeepGreenPaint,
3990			1090 => Self::DeepTealPaint,
3991			1091 => Self::DeepCyanPaint,
3992			1092 => Self::DeepSkyBluePaint,
3993			1093 => Self::DeepBluePaint,
3994			1094 => Self::DeepPurplePaint,
3995			1095 => Self::DeepVioletPaint,
3996			1096 => Self::DeepPinkPaint,
3997			1097 => Self::BlackPaint,
3998			1098 => Self::WhitePaint,
3999			1099 => Self::GrayPaint,
4000			1100 => Self::PaintScraper,
4001			1101 => Self::LihzahrdBrick,
4002			1102 => Self::LihzahrdBrickWall,
4003			1103 => Self::SlushBlock,
4004			1104 => Self::PalladiumOre,
4005			1105 => Self::OrichalcumOre,
4006			1106 => Self::TitaniumOre,
4007			1107 => Self::TealMushroom,
4008			1108 => Self::GreenMushroom,
4009			1109 => Self::SkyBlueFlower,
4010			1110 => Self::YellowMarigold,
4011			1111 => Self::BlueBerries,
4012			1112 => Self::LimeKelp,
4013			1113 => Self::PinkPricklyPear,
4014			1114 => Self::OrangeBloodroot,
4015			1115 => Self::RedHusk,
4016			1116 => Self::CyanHusk,
4017			1117 => Self::VioletHusk,
4018			1118 => Self::PurpleMucus,
4019			1119 => Self::BlackInk,
4020			1120 => Self::DyeVat,
4021			1121 => Self::BeeGun,
4022			1122 => Self::PossessedHatchet,
4023			1123 => Self::BeeKeeper,
4024			1124 => Self::Hive,
4025			1125 => Self::HoneyBlock,
4026			1126 => Self::HiveWall,
4027			1127 => Self::CrispyHoneyBlock,
4028			1128 => Self::HoneyBucket,
4029			1129 => Self::HiveWand,
4030			1130 => Self::Beenade,
4031			1131 => Self::GravityGlobe,
4032			1132 => Self::HoneyComb,
4033			1133 => Self::Abeemination,
4034			1134 => Self::BottledHoney,
4035			1135 => Self::RainHat,
4036			1136 => Self::RainCoat,
4037			1137 => Self::LihzahrdDoor,
4038			1138 => Self::DungeonDoor,
4039			1139 => Self::LeadDoor,
4040			1140 => Self::IronDoor,
4041			1141 => Self::TempleKey,
4042			1142 => Self::LihzahrdChest,
4043			1143 => Self::LihzahrdChair,
4044			1144 => Self::LihzahrdTable,
4045			1145 => Self::LihzahrdWorkBench,
4046			1146 => Self::SuperDartTrap,
4047			1147 => Self::FlameTrap,
4048			1148 => Self::SpikyBallTrap,
4049			1149 => Self::SpearTrap,
4050			1150 => Self::WoodenSpike,
4051			1151 => Self::LihzahrdPressurePlate,
4052			1152 => Self::LihzahrdStatue,
4053			1153 => Self::LihzahrdWatcherStatue,
4054			1154 => Self::LihzahrdGuardianStatue,
4055			1155 => Self::WaspGun,
4056			1156 => Self::PiranhaGun,
4057			1157 => Self::PygmyStaff,
4058			1158 => Self::PygmyNecklace,
4059			1159 => Self::TikiMask,
4060			1160 => Self::TikiShirt,
4061			1161 => Self::TikiPants,
4062			1162 => Self::LeafWings,
4063			1163 => Self::BlizzardInABalloon,
4064			1164 => Self::BundleOfBalloons,
4065			1165 => Self::BatWings,
4066			1166 => Self::BoneSword,
4067			1167 => Self::HerculesBeetle,
4068			1168 => Self::SmokeBomb,
4069			1169 => Self::BoneKey,
4070			1170 => Self::Nectar,
4071			1171 => Self::TikiTotem,
4072			1172 => Self::LizardEgg,
4073			1173 => Self::GraveMarker,
4074			1174 => Self::CrossGraveMarker,
4075			1175 => Self::Headstone,
4076			1176 => Self::Gravestone,
4077			1177 => Self::Obelisk,
4078			1178 => Self::LeafBlower,
4079			1179 => Self::ChlorophyteBullet,
4080			1180 => Self::ParrotCracker,
4081			1181 => Self::StrangeGlowingMushroom,
4082			1182 => Self::Seedling,
4083			1183 => Self::WispInABottle,
4084			1184 => Self::PalladiumBar,
4085			1185 => Self::PalladiumSword,
4086			1186 => Self::PalladiumPike,
4087			1187 => Self::PalladiumRepeater,
4088			1188 => Self::PalladiumPickaxe,
4089			1189 => Self::PalladiumDrill,
4090			1190 => Self::PalladiumChainsaw,
4091			1191 => Self::OrichalcumBar,
4092			1192 => Self::OrichalcumSword,
4093			1193 => Self::OrichalcumHalberd,
4094			1194 => Self::OrichalcumRepeater,
4095			1195 => Self::OrichalcumPickaxe,
4096			1196 => Self::OrichalcumDrill,
4097			1197 => Self::OrichalcumChainsaw,
4098			1198 => Self::TitaniumBar,
4099			1199 => Self::TitaniumSword,
4100			1200 => Self::TitaniumTrident,
4101			1201 => Self::TitaniumRepeater,
4102			1202 => Self::TitaniumPickaxe,
4103			1203 => Self::TitaniumDrill,
4104			1204 => Self::TitaniumChainsaw,
4105			1205 => Self::PalladiumMask,
4106			1206 => Self::PalladiumHelmet,
4107			1207 => Self::PalladiumHeadgear,
4108			1208 => Self::PalladiumBreastplate,
4109			1209 => Self::PalladiumLeggings,
4110			1210 => Self::OrichalcumMask,
4111			1211 => Self::OrichalcumHelmet,
4112			1212 => Self::OrichalcumHeadgear,
4113			1213 => Self::OrichalcumBreastplate,
4114			1214 => Self::OrichalcumLeggings,
4115			1215 => Self::TitaniumMask,
4116			1216 => Self::TitaniumHelmet,
4117			1217 => Self::TitaniumHeadgear,
4118			1218 => Self::TitaniumBreastplate,
4119			1219 => Self::TitaniumLeggings,
4120			1220 => Self::OrichalcumAnvil,
4121			1221 => Self::TitaniumForge,
4122			1222 => Self::PalladiumWaraxe,
4123			1223 => Self::OrichalcumWaraxe,
4124			1224 => Self::TitaniumWaraxe,
4125			1225 => Self::HallowedBar,
4126			1226 => Self::ChlorophyteClaymore,
4127			1227 => Self::ChlorophyteSaber,
4128			1228 => Self::ChlorophytePartisan,
4129			1229 => Self::ChlorophyteShotbow,
4130			1230 => Self::ChlorophytePickaxe,
4131			1231 => Self::ChlorophyteDrill,
4132			1232 => Self::ChlorophyteChainsaw,
4133			1233 => Self::ChlorophyteGreataxe,
4134			1234 => Self::ChlorophyteWarhammer,
4135			1235 => Self::ChlorophyteArrow,
4136			1236 => Self::AmethystHook,
4137			1237 => Self::TopazHook,
4138			1238 => Self::SapphireHook,
4139			1239 => Self::EmeraldHook,
4140			1240 => Self::RubyHook,
4141			1241 => Self::DiamondHook,
4142			1242 => Self::AmberMosquito,
4143			1243 => Self::UmbrellaHat,
4144			1244 => Self::NimbusRod,
4145			1245 => Self::OrangeTorch,
4146			1246 => Self::CrimsandBlock,
4147			1247 => Self::BeeCloak,
4148			1248 => Self::EyeOfTheGolem,
4149			1249 => Self::HoneyBalloon,
4150			1250 => Self::BlueHorseshoeBalloon,
4151			1251 => Self::WhiteHorseshoeBalloon,
4152			1252 => Self::YellowHorseshoeBalloon,
4153			1253 => Self::FrozenTurtleShell,
4154			1254 => Self::SniperRifle,
4155			1255 => Self::VenusMagnum,
4156			1256 => Self::CrimsonRod,
4157			1257 => Self::CrimtaneBar,
4158			1258 => Self::Stynger,
4159			1259 => Self::FlowerPow,
4160			1260 => Self::RainbowGun,
4161			1261 => Self::StyngerBolt,
4162			1262 => Self::ChlorophyteJackhammer,
4163			1263 => Self::Teleporter,
4164			1264 => Self::FlowerOfFrost,
4165			1265 => Self::Uzi,
4166			1266 => Self::MagnetSphere,
4167			1267 => Self::PurpleStainedGlass,
4168			1268 => Self::YellowStainedGlass,
4169			1269 => Self::BlueStainedGlass,
4170			1270 => Self::GreenStainedGlass,
4171			1271 => Self::RedStainedGlass,
4172			1272 => Self::MulticoloredStainedGlass,
4173			1273 => Self::SkeletronHand,
4174			1274 => Self::Skull,
4175			1275 => Self::BallaHat,
4176			1276 => Self::GangstaHat,
4177			1277 => Self::SailorHat,
4178			1278 => Self::EyePatch,
4179			1279 => Self::SailorShirt,
4180			1280 => Self::SailorPants,
4181			1281 => Self::SkeletronMask,
4182			1282 => Self::AmethystRobe,
4183			1283 => Self::TopazRobe,
4184			1284 => Self::SapphireRobe,
4185			1285 => Self::EmeraldRobe,
4186			1286 => Self::RubyRobe,
4187			1287 => Self::DiamondRobe,
4188			1288 => Self::WhiteTuxedoShirt,
4189			1289 => Self::WhiteTuxedoPants,
4190			1290 => Self::PanicNecklace,
4191			1291 => Self::LifeFruit,
4192			1292 => Self::LihzahrdAltar,
4193			1293 => Self::LihzahrdPowerCell,
4194			1294 => Self::Picksaw,
4195			1295 => Self::HeatRay,
4196			1296 => Self::StaffOfEarth,
4197			1297 => Self::GolemFist,
4198			1298 => Self::WaterChest,
4199			1299 => Self::Binoculars,
4200			1300 => Self::RifleScope,
4201			1301 => Self::DestroyerEmblem,
4202			1302 => Self::HighVelocityBullet,
4203			1303 => Self::JellyfishNecklace,
4204			1304 => Self::ZombieArm,
4205			1305 => Self::TheAxe,
4206			1306 => Self::IceSickle,
4207			1307 => Self::ClothierVoodooDoll,
4208			1308 => Self::PoisonStaff,
4209			1309 => Self::SlimeStaff,
4210			1310 => Self::PoisonDart,
4211			1311 => Self::EyeSpring,
4212			1312 => Self::ToySled,
4213			1313 => Self::BookOfSkulls,
4214			1314 => Self::KOCannon,
4215			1315 => Self::PirateMap,
4216			1316 => Self::TurtleHelmet,
4217			1317 => Self::TurtleScaleMail,
4218			1318 => Self::TurtleLeggings,
4219			1319 => Self::SnowballCannon,
4220			1320 => Self::BonePickaxe,
4221			1321 => Self::MagicQuiver,
4222			1322 => Self::MagmaStone,
4223			1323 => Self::ObsidianRose,
4224			1324 => Self::Bananarang,
4225			1325 => Self::ChainKnife,
4226			1326 => Self::RodOfDiscord,
4227			1327 => Self::DeathSickle,
4228			1328 => Self::TurtleShell,
4229			1329 => Self::TissueSample,
4230			1330 => Self::Vertebrae,
4231			1331 => Self::BloodySpine,
4232			1332 => Self::Ichor,
4233			1333 => Self::IchorTorch,
4234			1334 => Self::IchorArrow,
4235			1335 => Self::IchorBullet,
4236			1336 => Self::GoldenShower,
4237			1337 => Self::BunnyCannon,
4238			1338 => Self::ExplosiveBunny,
4239			1339 => Self::VialOfVenom,
4240			1340 => Self::FlaskOfVenom,
4241			1341 => Self::VenomArrow,
4242			1342 => Self::VenomBullet,
4243			1343 => Self::FireGauntlet,
4244			1344 => Self::Cog,
4245			1345 => Self::Confetti,
4246			1346 => Self::Nanites,
4247			1347 => Self::ExplosivePowder,
4248			1348 => Self::GoldDust,
4249			1349 => Self::PartyBullet,
4250			1350 => Self::NanoBullet,
4251			1351 => Self::ExplodingBullet,
4252			1352 => Self::GoldenBullet,
4253			1353 => Self::FlaskOfCursedFlames,
4254			1354 => Self::FlaskOfFire,
4255			1355 => Self::FlaskOfGold,
4256			1356 => Self::FlaskOfIchor,
4257			1357 => Self::FlaskOfNanites,
4258			1358 => Self::FlaskOfParty,
4259			1359 => Self::FlaskOfPoison,
4260			1360 => Self::EyeOfCthulhuTrophy,
4261			1361 => Self::EaterOfWorldsTrophy,
4262			1362 => Self::BrainOfCthulhuTrophy,
4263			1363 => Self::SkeletronTrophy,
4264			1364 => Self::QueenBeeTrophy,
4265			1365 => Self::WallOfFleshTrophy,
4266			1366 => Self::DestroyerTrophy,
4267			1367 => Self::SkeletronPrimeTrophy,
4268			1368 => Self::RetinazerTrophy,
4269			1369 => Self::SpazmatismTrophy,
4270			1370 => Self::PlanteraTrophy,
4271			1371 => Self::GolemTrophy,
4272			1372 => Self::BloodMoonRising,
4273			1373 => Self::TheHangedMan,
4274			1374 => Self::GloryOfTheFire,
4275			1375 => Self::BoneWarp,
4276			1376 => Self::WallSkeleton,
4277			1377 => Self::HangingSkeleton,
4278			1378 => Self::BlueSlabWall,
4279			1379 => Self::BlueTiledWall,
4280			1380 => Self::PinkSlabWall,
4281			1381 => Self::PinkTiledWall,
4282			1382 => Self::GreenSlabWall,
4283			1383 => Self::GreenTiledWall,
4284			1384 => Self::BlueBrickPlatform,
4285			1385 => Self::PinkBrickPlatform,
4286			1386 => Self::GreenBrickPlatform,
4287			1387 => Self::MetalShelf,
4288			1388 => Self::BrassShelf,
4289			1389 => Self::WoodShelf,
4290			1390 => Self::BrassLantern,
4291			1391 => Self::CagedLantern,
4292			1392 => Self::CarriageLantern,
4293			1393 => Self::AlchemyLantern,
4294			1394 => Self::DiablostLamp,
4295			1395 => Self::OilRagSconse,
4296			1396 => Self::BlueDungeonChair,
4297			1397 => Self::BlueDungeonTable,
4298			1398 => Self::BlueDungeonWorkBench,
4299			1399 => Self::GreenDungeonChair,
4300			1400 => Self::GreenDungeonTable,
4301			1401 => Self::GreenDungeonWorkBench,
4302			1402 => Self::PinkDungeonChair,
4303			1403 => Self::PinkDungeonTable,
4304			1404 => Self::PinkDungeonWorkBench,
4305			1405 => Self::BlueDungeonCandle,
4306			1406 => Self::GreenDungeonCandle,
4307			1407 => Self::PinkDungeonCandle,
4308			1408 => Self::BlueDungeonVase,
4309			1409 => Self::GreenDungeonVase,
4310			1410 => Self::PinkDungeonVase,
4311			1411 => Self::BlueDungeonDoor,
4312			1412 => Self::GreenDungeonDoor,
4313			1413 => Self::PinkDungeonDoor,
4314			1414 => Self::BlueDungeonBookcase,
4315			1415 => Self::GreenDungeonBookcase,
4316			1416 => Self::PinkDungeonBookcase,
4317			1417 => Self::Catacomb,
4318			1418 => Self::DungeonShelf,
4319			1419 => Self::SkellingtonJSkellingsworth,
4320			1420 => Self::TheCursedMan,
4321			1421 => Self::TheEyeSeesTheEnd,
4322			1422 => Self::SomethingEvilIsWatchingYou,
4323			1423 => Self::TheTwinsHaveAwoken,
4324			1424 => Self::TheScreamer,
4325			1425 => Self::GoblinsPlayingPoker,
4326			1426 => Self::Dryadisque,
4327			1427 => Self::Sunflowers,
4328			1428 => Self::TerrarianGothic,
4329			1429 => Self::Beanie,
4330			1430 => Self::ImbuingStation,
4331			1431 => Self::StarInABottle,
4332			1432 => Self::EmptyBullet,
4333			1433 => Self::Impact,
4334			1434 => Self::PoweredByBirds,
4335			1435 => Self::TheDestroyer,
4336			1436 => Self::ThePersistencyOfEyes,
4337			1437 => Self::UnicornCrossingTheHallows,
4338			1438 => Self::GreatWave,
4339			1439 => Self::StarryNight,
4340			1440 => Self::GuidePicasso,
4341			1441 => Self::TheGuardiansGaze,
4342			1442 => Self::FatherOfSomeone,
4343			1443 => Self::NurseLisa,
4344			1444 => Self::ShadowbeamStaff,
4345			1445 => Self::InfernoFork,
4346			1446 => Self::SpectreStaff,
4347			1447 => Self::WoodenFence,
4348			1448 => Self::LeadFence,
4349			1449 => Self::BubbleMachine,
4350			1450 => Self::BubbleWand,
4351			1451 => Self::MarchingBonesBanner,
4352			1452 => Self::NecromanticSign,
4353			1453 => Self::RustedCompanyStandard,
4354			1454 => Self::RaggedBrotherhoodSigil,
4355			1455 => Self::MoltenLegionFlag,
4356			1456 => Self::DiabolicSigil,
4357			1457 => Self::ObsidianPlatform,
4358			1458 => Self::ObsidianDoor,
4359			1459 => Self::ObsidianChair,
4360			1460 => Self::ObsidianTable,
4361			1461 => Self::ObsidianWorkBench,
4362			1462 => Self::ObsidianVase,
4363			1463 => Self::ObsidianBookcase,
4364			1464 => Self::HellboundBanner,
4365			1465 => Self::HellHammerBanner,
4366			1466 => Self::HelltowerBanner,
4367			1467 => Self::LostHopesOfManBanner,
4368			1468 => Self::ObsidianWatcherBanner,
4369			1469 => Self::LavaEruptsBanner,
4370			1470 => Self::BlueDungeonBed,
4371			1471 => Self::GreenDungeonBed,
4372			1472 => Self::PinkDungeonBed,
4373			1473 => Self::ObsidianBed,
4374			1474 => Self::Waldo,
4375			1475 => Self::Darkness,
4376			1476 => Self::DarkSoulReaper,
4377			1477 => Self::Land,
4378			1478 => Self::TrappedGhost,
4379			1479 => Self::DemonsEye,
4380			1480 => Self::FindingGold,
4381			1481 => Self::FirstEncounter,
4382			1482 => Self::GoodMorning,
4383			1483 => Self::UndergroundReward,
4384			1484 => Self::ThroughTheWindow,
4385			1485 => Self::PlaceAboveTheClouds,
4386			1486 => Self::DoNotStepOnTheGrass,
4387			1487 => Self::ColdWatersInTheWhiteLand,
4388			1488 => Self::LightlessChasms,
4389			1489 => Self::TheLandOfDeceivingLooks,
4390			1490 => Self::Daylight,
4391			1491 => Self::SecretOfTheSands,
4392			1492 => Self::DeadlandComesAlive,
4393			1493 => Self::EvilPresence,
4394			1494 => Self::SkyGuardian,
4395			1495 => Self::AmericanExplosive,
4396			1496 => Self::Discover,
4397			1497 => Self::HandEarth,
4398			1498 => Self::OldMiner,
4399			1499 => Self::Skelehead,
4400			1500 => Self::FacingTheCerebralMastermind,
4401			1501 => Self::LakeOfFire,
4402			1502 => Self::TrioSuperHeroes,
4403			1503 => Self::SpectreHood,
4404			1504 => Self::SpectreRobe,
4405			1505 => Self::SpectrePants,
4406			1506 => Self::SpectrePickaxe,
4407			1507 => Self::SpectreHamaxe,
4408			1508 => Self::Ectoplasm,
4409			1509 => Self::GothicChair,
4410			1510 => Self::GothicTable,
4411			1511 => Self::GothicWorkBench,
4412			1512 => Self::GothicBookcase,
4413			1513 => Self::PaladinsHammer,
4414			1514 => Self::SWATHelmet,
4415			1515 => Self::BeeWings,
4416			1516 => Self::GiantHarpyFeather,
4417			1517 => Self::BoneFeather,
4418			1518 => Self::FireFeather,
4419			1519 => Self::IceFeather,
4420			1520 => Self::BrokenBatWing,
4421			1521 => Self::TatteredBeeWing,
4422			1522 => Self::LargeAmethyst,
4423			1523 => Self::LargeTopaz,
4424			1524 => Self::LargeSapphire,
4425			1525 => Self::LargeEmerald,
4426			1526 => Self::LargeRuby,
4427			1527 => Self::LargeDiamond,
4428			1528 => Self::JungleChest,
4429			1529 => Self::CorruptionChest,
4430			1530 => Self::CrimsonChest,
4431			1531 => Self::HallowedChest,
4432			1532 => Self::FrozenChest,
4433			1533 => Self::JungleKey,
4434			1534 => Self::CorruptionKey,
4435			1535 => Self::CrimsonKey,
4436			1536 => Self::HallowedKey,
4437			1537 => Self::FrozenKey,
4438			1538 => Self::ImpFace,
4439			1539 => Self::OminousPresence,
4440			1540 => Self::ShiningMoon,
4441			1541 => Self::LivingGore,
4442			1542 => Self::FlowingMagma,
4443			1543 => Self::SpectrePaintbrush,
4444			1544 => Self::SpectrePaintRoller,
4445			1545 => Self::SpectrePaintScraper,
4446			1546 => Self::ShroomiteHeadgear,
4447			1547 => Self::ShroomiteMask,
4448			1548 => Self::ShroomiteHelmet,
4449			1549 => Self::ShroomiteBreastplate,
4450			1550 => Self::ShroomiteLeggings,
4451			1551 => Self::Autohammer,
4452			1552 => Self::ShroomiteBar,
4453			1553 => Self::Sdmg,
4454			1554 => Self::CenxsTiara,
4455			1555 => Self::CenxsBreastplate,
4456			1556 => Self::CenxsLeggings,
4457			1557 => Self::CrownosMask,
4458			1558 => Self::CrownosBreastplate,
4459			1559 => Self::CrownosLeggings,
4460			1560 => Self::WillsHelmet,
4461			1561 => Self::WillsBreastplate,
4462			1562 => Self::WillsLeggings,
4463			1563 => Self::JimsHelmet,
4464			1564 => Self::JimsBreastplate,
4465			1565 => Self::JimsLeggings,
4466			1566 => Self::AaronsHelmet,
4467			1567 => Self::AaronsBreastplate,
4468			1568 => Self::AaronsLeggings,
4469			1569 => Self::VampireKnives,
4470			1570 => Self::BrokenHeroSword,
4471			1571 => Self::ScourgeOfTheCorruptor,
4472			1572 => Self::StaffOfTheFrostHydra,
4473			1573 => Self::TheCreationOfTheGuide,
4474			1574 => Self::TheMerchant,
4475			1575 => Self::CrownoDevoursHisLunch,
4476			1576 => Self::RareEnchantment,
4477			1577 => Self::GloriousNight,
4478			1578 => Self::SweetheartNecklace,
4479			1579 => Self::FlurryBoots,
4480			1580 => Self::DTownsHelmet,
4481			1581 => Self::DTownsBreastplate,
4482			1582 => Self::DTownsLeggings,
4483			1583 => Self::DTownsWings,
4484			1584 => Self::WillsWings,
4485			1585 => Self::CrownosWings,
4486			1586 => Self::CenxsWings,
4487			1587 => Self::CenxsDress,
4488			1588 => Self::CenxsDressPants,
4489			1589 => Self::PalladiumColumn,
4490			1590 => Self::PalladiumColumnWall,
4491			1591 => Self::BubblegumBlock,
4492			1592 => Self::BubblegumBlockWall,
4493			1593 => Self::TitanstoneBlock,
4494			1594 => Self::TitanstoneBlockWall,
4495			1595 => Self::MagicCuffs,
4496			1598 => Self::MusicBoxCrimson,
4497			1600 => Self::MusicBoxAltOverworldDay,
4498			1601 => Self::MusicBoxRain,
4499			1602 => Self::MusicBoxIce,
4500			1605 => Self::MusicBoxDungeon,
4501			1606 => Self::MusicBoxPlantera,
4502			1607 => Self::MusicBoxBoss5,
4503			1608 => Self::MusicBoxTemple,
4504			1609 => Self::MusicBoxEclipse,
4505			1610 => Self::MusicBoxMushrooms,
4506			1611 => Self::ButterflyDust,
4507			1612 => Self::AnkhCharm,
4508			1613 => Self::AnkhShield,
4509			1614 => Self::BlueFlare,
4510			1615 => Self::AnglerFishBanner,
4511			1616 => Self::AngryNimbusBanner,
4512			1617 => Self::AnomuraFungusBanner,
4513			1618 => Self::AntlionBanner,
4514			1619 => Self::ArapaimaBanner,
4515			1620 => Self::ArmoredSkeletonBanner,
4516			1621 => Self::BatBanner,
4517			1622 => Self::BirdBanner,
4518			1623 => Self::BlackRecluseBanner,
4519			1624 => Self::BloodFeederBanner,
4520			1625 => Self::BloodJellyBanner,
4521			1626 => Self::BloodCrawlerBanner,
4522			1627 => Self::BoneSerpentBanner,
4523			1628 => Self::BunnyBanner,
4524			1629 => Self::ChaosElementalBanner,
4525			1630 => Self::MimicBanner,
4526			1631 => Self::ClownBanner,
4527			1632 => Self::CorruptBunnyBanner,
4528			1633 => Self::CorruptGoldfishBanner,
4529			1634 => Self::CrabBanner,
4530			1635 => Self::CrimeraBanner,
4531			1636 => Self::CrimsonAxeBanner,
4532			1637 => Self::CursedHammerBanner,
4533			1638 => Self::DemonBanner,
4534			1639 => Self::DemonEyeBanner,
4535			1640 => Self::DerplingBanner,
4536			1641 => Self::EaterOfSoulsBanner,
4537			1642 => Self::EnchantedSwordBanner,
4538			1643 => Self::ZombieEskimoBanner,
4539			1644 => Self::FaceMonsterBanner,
4540			1645 => Self::FloatyGrossBanner,
4541			1646 => Self::FlyingFishBanner,
4542			1647 => Self::FlyingSnakeBanner,
4543			1648 => Self::FrankensteinBanner,
4544			1649 => Self::FungiBulbBanner,
4545			1650 => Self::FungoFishBanner,
4546			1651 => Self::GastropodBanner,
4547			1652 => Self::GoblinThiefBanner,
4548			1653 => Self::GoblinSorcererBanner,
4549			1654 => Self::GoblinPeonBanner,
4550			1655 => Self::GoblinScoutBanner,
4551			1656 => Self::GoblinWarriorBanner,
4552			1657 => Self::GoldfishBanner,
4553			1658 => Self::HarpyBanner,
4554			1659 => Self::HellbatBanner,
4555			1660 => Self::HerplingBanner,
4556			1661 => Self::HornetBanner,
4557			1662 => Self::IceElementalBanner,
4558			1663 => Self::IcyMermanBanner,
4559			1664 => Self::FireImpBanner,
4560			1665 => Self::JellyfishBanner,
4561			1666 => Self::JungleCreeperBanner,
4562			1667 => Self::LihzahrdBanner,
4563			1668 => Self::ManEaterBanner,
4564			1669 => Self::MeteorHeadBanner,
4565			1670 => Self::MothBanner,
4566			1671 => Self::MummyBanner,
4567			1672 => Self::MushiLadybugBanner,
4568			1673 => Self::ParrotBanner,
4569			1674 => Self::PigronBanner,
4570			1675 => Self::PiranhaBanner,
4571			1676 => Self::PirateBanner,
4572			1677 => Self::PixieBanner,
4573			1678 => Self::RaincoatZombieBanner,
4574			1679 => Self::ReaperBanner,
4575			1680 => Self::SharkBanner,
4576			1681 => Self::SkeletonBanner,
4577			1682 => Self::SkeletonMageBanner,
4578			1683 => Self::SlimeBanner,
4579			1684 => Self::SnowFlinxBanner,
4580			1685 => Self::SpiderBanner,
4581			1686 => Self::SporeZombieBanner,
4582			1687 => Self::SwampThingBanner,
4583			1688 => Self::TortoiseBanner,
4584			1689 => Self::ToxicSludgeBanner,
4585			1690 => Self::UmbrellaSlimeBanner,
4586			1691 => Self::UnicornBanner,
4587			1692 => Self::VampireBanner,
4588			1693 => Self::VultureBanner,
4589			1694 => Self::NypmhBanner,
4590			1695 => Self::WerewolfBanner,
4591			1696 => Self::WolfBanner,
4592			1697 => Self::WorldFeederBanner,
4593			1698 => Self::WormBanner,
4594			1699 => Self::WraithBanner,
4595			1700 => Self::WyvernBanner,
4596			1701 => Self::ZombieBanner,
4597			1702 => Self::GlassPlatform,
4598			1703 => Self::GlassChair,
4599			1704 => Self::GoldenChair,
4600			1705 => Self::GoldenToilet,
4601			1706 => Self::BarStool,
4602			1707 => Self::HoneyChair,
4603			1708 => Self::SteampunkChair,
4604			1709 => Self::GlassDoor,
4605			1710 => Self::GoldenDoor,
4606			1711 => Self::HoneyDoor,
4607			1712 => Self::SteampunkDoor,
4608			1713 => Self::GlassTable,
4609			1714 => Self::BanquetTable,
4610			1715 => Self::Bar,
4611			1716 => Self::GoldenTable,
4612			1717 => Self::HoneyTable,
4613			1718 => Self::SteampunkTable,
4614			1719 => Self::GlassBed,
4615			1720 => Self::GoldenBed,
4616			1721 => Self::HoneyBed,
4617			1722 => Self::SteampunkBed,
4618			1723 => Self::LivingWoodWall,
4619			1724 => Self::FartInAJar,
4620			1725 => Self::Pumpkin,
4621			1726 => Self::PumpkinWall,
4622			1727 => Self::Hay,
4623			1728 => Self::HayWall,
4624			1729 => Self::SpookyWood,
4625			1730 => Self::SpookyWoodWall,
4626			1731 => Self::PumpkinHelmet,
4627			1732 => Self::PumpkinBreastplate,
4628			1733 => Self::PumpkinLeggings,
4629			1734 => Self::CandyApple,
4630			1735 => Self::SoulCake,
4631			1736 => Self::NurseHat,
4632			1737 => Self::NurseShirt,
4633			1738 => Self::NursePants,
4634			1739 => Self::WizardsHat,
4635			1740 => Self::GuyFawkesMask,
4636			1741 => Self::DyeTraderRobe,
4637			1742 => Self::SteampunkGoggles,
4638			1743 => Self::CyborgHelmet,
4639			1744 => Self::CyborgShirt,
4640			1745 => Self::CyborgPants,
4641			1746 => Self::CreeperMask,
4642			1747 => Self::CreeperShirt,
4643			1748 => Self::CreeperPants,
4644			1749 => Self::CatMask,
4645			1750 => Self::CatShirt,
4646			1751 => Self::CatPants,
4647			1752 => Self::GhostMask,
4648			1753 => Self::GhostShirt,
4649			1754 => Self::PumpkinMask,
4650			1755 => Self::PumpkinShirt,
4651			1756 => Self::PumpkinPants,
4652			1757 => Self::RobotMask,
4653			1758 => Self::RobotShirt,
4654			1759 => Self::RobotPants,
4655			1760 => Self::UnicornMask,
4656			1761 => Self::UnicornShirt,
4657			1762 => Self::UnicornPants,
4658			1763 => Self::VampireMask,
4659			1764 => Self::VampireShirt,
4660			1765 => Self::VampirePants,
4661			1766 => Self::WitchHat,
4662			1767 => Self::LeprechaunHat,
4663			1768 => Self::LeprechaunShirt,
4664			1769 => Self::LeprechaunPants,
4665			1770 => Self::PixieShirt,
4666			1771 => Self::PixiePants,
4667			1772 => Self::PrincessHat,
4668			1773 => Self::PrincessDressNew,
4669			1774 => Self::GoodieBag,
4670			1775 => Self::WitchDress,
4671			1776 => Self::WitchBoots,
4672			1777 => Self::BrideOfFrankensteinMask,
4673			1778 => Self::BrideOfFrankensteinDress,
4674			1779 => Self::KarateTortoiseMask,
4675			1780 => Self::KarateTortoiseShirt,
4676			1781 => Self::KarateTortoisePants,
4677			1782 => Self::CandyCornRifle,
4678			1783 => Self::CandyCorn,
4679			1784 => Self::JackOLanternLauncher,
4680			1785 => Self::ExplosiveJackOLantern,
4681			1786 => Self::Sickle,
4682			1787 => Self::PumpkinPie,
4683			1788 => Self::ScarecrowHat,
4684			1789 => Self::ScarecrowShirt,
4685			1790 => Self::ScarecrowPants,
4686			1791 => Self::Cauldron,
4687			1792 => Self::PumpkinChair,
4688			1793 => Self::PumpkinDoor,
4689			1794 => Self::PumpkinTable,
4690			1795 => Self::PumpkinWorkBench,
4691			1796 => Self::PumpkinPlatform,
4692			1797 => Self::TatteredFairyWings,
4693			1798 => Self::SpiderEgg,
4694			1799 => Self::MagicalPumpkinSeed,
4695			1800 => Self::BatHook,
4696			1801 => Self::BatScepter,
4697			1802 => Self::RavenStaff,
4698			1803 => Self::JungleKeyMold,
4699			1804 => Self::CorruptionKeyMold,
4700			1805 => Self::CrimsonKeyMold,
4701			1806 => Self::HallowedKeyMold,
4702			1807 => Self::FrozenKeyMold,
4703			1808 => Self::HangingJackOLantern,
4704			1809 => Self::RottenEgg,
4705			1810 => Self::UnluckyYarn,
4706			1811 => Self::BlackFairyDust,
4707			1812 => Self::Jackelier,
4708			1813 => Self::JackOLantern,
4709			1814 => Self::SpookyChair,
4710			1815 => Self::SpookyDoor,
4711			1816 => Self::SpookyTable,
4712			1817 => Self::SpookyWorkBench,
4713			1818 => Self::SpookyPlatform,
4714			1819 => Self::ReaperHood,
4715			1820 => Self::ReaperRobe,
4716			1821 => Self::FoxMask,
4717			1822 => Self::FoxShirt,
4718			1823 => Self::FoxPants,
4719			1824 => Self::CatEars,
4720			1825 => Self::BloodyMachete,
4721			1826 => Self::TheHorsemansBlade,
4722			1827 => Self::BladedGlove,
4723			1828 => Self::PumpkinSeed,
4724			1829 => Self::SpookyHook,
4725			1830 => Self::SpookyWings,
4726			1831 => Self::SpookyTwig,
4727			1832 => Self::SpookyHelmet,
4728			1833 => Self::SpookyBreastplate,
4729			1834 => Self::SpookyLeggings,
4730			1835 => Self::StakeLauncher,
4731			1836 => Self::Stake,
4732			1837 => Self::CursedSapling,
4733			1838 => Self::SpaceCreatureMask,
4734			1839 => Self::SpaceCreatureShirt,
4735			1840 => Self::SpaceCreaturePants,
4736			1841 => Self::WolfMask,
4737			1842 => Self::WolfShirt,
4738			1843 => Self::WolfPants,
4739			1844 => Self::PumpkinMoonMedallion,
4740			1845 => Self::NecromanticScroll,
4741			1846 => Self::JackingSkeletron,
4742			1847 => Self::BitterHarvest,
4743			1848 => Self::BloodMoonCountess,
4744			1849 => Self::HallowsEve,
4745			1850 => Self::MorbidCuriosity,
4746			1851 => Self::TreasureHunterShirt,
4747			1852 => Self::TreasureHunterPants,
4748			1853 => Self::DryadCoverings,
4749			1854 => Self::DryadLoincloth,
4750			1855 => Self::MourningWoodTrophy,
4751			1856 => Self::PumpkingTrophy,
4752			1857 => Self::JackOLanternMask,
4753			1858 => Self::SniperScope,
4754			1859 => Self::HeartLantern,
4755			1860 => Self::JellyfishDivingGear,
4756			1861 => Self::ArcticDivingGear,
4757			1862 => Self::FrostsparkBoots,
4758			1863 => Self::FartInABalloon,
4759			1864 => Self::PapyrusScarab,
4760			1865 => Self::CelestialStone,
4761			1866 => Self::Hoverboard,
4762			1867 => Self::CandyCane,
4763			1868 => Self::SugarPlum,
4764			1869 => Self::Present,
4765			1870 => Self::RedRyder,
4766			1871 => Self::FestiveWings,
4767			1872 => Self::PineTreeBlock,
4768			1873 => Self::ChristmasTree,
4769			1874 => Self::StarTopper1,
4770			1875 => Self::StarTopper2,
4771			1876 => Self::StarTopper3,
4772			1877 => Self::BowTopper,
4773			1878 => Self::WhiteGarland,
4774			1879 => Self::WhiteAndRedGarland,
4775			1880 => Self::RedGarland,
4776			1881 => Self::RedAndGreenGarland,
4777			1882 => Self::GreenGarland,
4778			1883 => Self::GreenAndWhiteGarland,
4779			1884 => Self::MulticoloredBulb,
4780			1885 => Self::RedBulb,
4781			1886 => Self::YellowBulb,
4782			1887 => Self::GreenBulb,
4783			1888 => Self::RedAndGreenBulb,
4784			1889 => Self::YellowAndGreenBulb,
4785			1890 => Self::RedAndYellowBulb,
4786			1891 => Self::WhiteBulb,
4787			1892 => Self::WhiteAndRedBulb,
4788			1893 => Self::WhiteAndYellowBulb,
4789			1894 => Self::WhiteAndGreenBulb,
4790			1895 => Self::MulticoloredLights,
4791			1896 => Self::RedLights,
4792			1897 => Self::GreenLights,
4793			1898 => Self::BlueLights,
4794			1899 => Self::YellowLights,
4795			1900 => Self::RedAndYellowLights,
4796			1901 => Self::RedAndGreenLights,
4797			1902 => Self::YellowAndGreenLights,
4798			1903 => Self::BlueAndGreenLights,
4799			1904 => Self::RedAndBlueLights,
4800			1905 => Self::BlueAndYellowLights,
4801			1906 => Self::GiantBow,
4802			1907 => Self::ReindeerAntlers,
4803			1908 => Self::Holly,
4804			1909 => Self::CandyCaneSword,
4805			1910 => Self::ElfMelter,
4806			1911 => Self::ChristmasPudding,
4807			1912 => Self::Eggnog,
4808			1913 => Self::StarAnise,
4809			1914 => Self::ReindeerBells,
4810			1915 => Self::CandyCaneHook,
4811			1916 => Self::ChristmasHook,
4812			1917 => Self::CnadyCanePickaxe,
4813			1918 => Self::FruitcakeChakram,
4814			1919 => Self::SugarCookie,
4815			1920 => Self::GingerbreadCookie,
4816			1921 => Self::HandWarmer,
4817			1922 => Self::Coal,
4818			1923 => Self::Toolbox,
4819			1924 => Self::PineDoor,
4820			1925 => Self::PineChair,
4821			1926 => Self::PineTable,
4822			1927 => Self::DogWhistle,
4823			1928 => Self::ChristmasTreeSword,
4824			1929 => Self::ChainGun,
4825			1930 => Self::Razorpine,
4826			1931 => Self::BlizzardStaff,
4827			1932 => Self::MrsClauseHat,
4828			1933 => Self::MrsClauseShirt,
4829			1934 => Self::MrsClauseHeels,
4830			1935 => Self::ParkaHood,
4831			1936 => Self::ParkaCoat,
4832			1937 => Self::ParkaPants,
4833			1938 => Self::SnowHat,
4834			1939 => Self::UglySweater,
4835			1940 => Self::TreeMask,
4836			1941 => Self::TreeShirt,
4837			1942 => Self::TreeTrunks,
4838			1943 => Self::ElfHat,
4839			1944 => Self::ElfShirt,
4840			1945 => Self::ElfPants,
4841			1946 => Self::SnowmanCannon,
4842			1947 => Self::NorthPole,
4843			1948 => Self::ChristmasTreeWallpaper,
4844			1949 => Self::OrnamentWallpaper,
4845			1950 => Self::CandyCaneWallpaper,
4846			1951 => Self::FestiveWallpaper,
4847			1952 => Self::StarsWallpaper,
4848			1953 => Self::SquigglesWallpaper,
4849			1954 => Self::SnowflakeWallpaper,
4850			1955 => Self::KrampusHornWallpaper,
4851			1956 => Self::BluegreenWallpaper,
4852			1957 => Self::GrinchFingerWallpaper,
4853			1958 => Self::NaughtyPresent,
4854			1959 => Self::BabyGrinchMischiefWhistle,
4855			1960 => Self::IceQueenTrophy,
4856			1961 => Self::SantaNK1Trophy,
4857			1962 => Self::EverscreamTrophy,
4858			1963 => Self::MusicBoxPumpkinMoon,
4859			1964 => Self::MusicBoxAltUnderground,
4860			1965 => Self::MusicBoxFrostMoon,
4861			1966 => Self::BrownPaint,
4862			1967 => Self::ShadowPaint,
4863			1968 => Self::NegativePaint,
4864			1969 => Self::TeamDye,
4865			1970 => Self::AmethystGemsparkBlock,
4866			1971 => Self::TopazGemsparkBlock,
4867			1972 => Self::SapphireGemsparkBlock,
4868			1973 => Self::EmeraldGemsparkBlock,
4869			1974 => Self::RubyGemsparkBlock,
4870			1975 => Self::DiamondGemsparkBlock,
4871			1976 => Self::AmberGemsparkBlock,
4872			1977 => Self::LifeHairDye,
4873			1978 => Self::ManaHairDye,
4874			1979 => Self::DepthHairDye,
4875			1980 => Self::MoneyHairDye,
4876			1981 => Self::TimeHairDye,
4877			1982 => Self::TeamHairDye,
4878			1983 => Self::BiomeHairDye,
4879			1984 => Self::PartyHairDye,
4880			1985 => Self::RainbowHairDye,
4881			1986 => Self::SpeedHairDye,
4882			1987 => Self::AngelHalo,
4883			1988 => Self::Fez,
4884			1989 => Self::Womannequin,
4885			1990 => Self::HairDyeRemover,
4886			1991 => Self::BugNet,
4887			1992 => Self::Firefly,
4888			1993 => Self::FireflyInABottle,
4889			1994 => Self::MonarchButterfly,
4890			1995 => Self::PurpleEmperorButterfly,
4891			1996 => Self::RedAdmiralButterfly,
4892			1997 => Self::UlyssesButterfly,
4893			1998 => Self::SulphurButterfly,
4894			1999 => Self::TreeNymphButterfly,
4895			2000 => Self::ZebraSwallowtailButterfly,
4896			2001 => Self::JuliaButterfly,
4897			2002 => Self::Worm,
4898			2003 => Self::Mouse,
4899			2004 => Self::LightningBug,
4900			2005 => Self::LightningBugInABottle,
4901			2006 => Self::Snail,
4902			2007 => Self::GlowingSnail,
4903			2008 => Self::FancyGreyWallpaper,
4904			2009 => Self::IceFloeWallpaper,
4905			2010 => Self::MusicWallpaper,
4906			2011 => Self::PurpleRainWallpaper,
4907			2012 => Self::RainbowWallpaper,
4908			2013 => Self::SparkleStoneWallpaper,
4909			2014 => Self::StarlitHeavenWallpaper,
4910			2015 => Self::Bird,
4911			2016 => Self::BlueJay,
4912			2017 => Self::Cardinal,
4913			2018 => Self::Squirrel,
4914			2019 => Self::Bunny,
4915			2020 => Self::CactusBookcase,
4916			2021 => Self::EbonwoodBookcase,
4917			2022 => Self::FleshBookcase,
4918			2023 => Self::HoneyBookcase,
4919			2024 => Self::SteampunkBookcase,
4920			2025 => Self::GlassBookcase,
4921			2026 => Self::RichMahoganyBookcase,
4922			2027 => Self::PearlwoodBookcase,
4923			2028 => Self::SpookyBookcase,
4924			2029 => Self::SkywareBookcase,
4925			2030 => Self::LihzahrdBookcase,
4926			2031 => Self::FrozenBookcase,
4927			2032 => Self::CactusLantern,
4928			2033 => Self::EbonwoodLantern,
4929			2034 => Self::FleshLantern,
4930			2035 => Self::HoneyLantern,
4931			2036 => Self::SteampunkLantern,
4932			2037 => Self::GlassLantern,
4933			2038 => Self::RichMahoganyLantern,
4934			2039 => Self::PearlwoodLantern,
4935			2040 => Self::FrozenLantern,
4936			2041 => Self::LihzahrdLantern,
4937			2042 => Self::SkywareLantern,
4938			2043 => Self::SpookyLantern,
4939			2044 => Self::FrozenDoor,
4940			2045 => Self::CactusCandle,
4941			2046 => Self::EbonwoodCandle,
4942			2047 => Self::FleshCandle,
4943			2048 => Self::GlassCandle,
4944			2049 => Self::FrozenCandle,
4945			2050 => Self::RichMahoganyCandle,
4946			2051 => Self::PearlwoodCandle,
4947			2052 => Self::LihzahrdCandle,
4948			2053 => Self::SkywareCandle,
4949			2054 => Self::PumpkinCandle,
4950			2055 => Self::CactusChandelier,
4951			2056 => Self::EbonwoodChandelier,
4952			2057 => Self::FleshChandelier,
4953			2058 => Self::HoneyChandelier,
4954			2059 => Self::FrozenChandelier,
4955			2060 => Self::RichMahoganyChandelier,
4956			2061 => Self::PearlwoodChandelier,
4957			2062 => Self::LihzahrdChandelier,
4958			2063 => Self::SkywareChandelier,
4959			2064 => Self::SpookyChandelier,
4960			2065 => Self::GlassChandelier,
4961			2066 => Self::CactusBed,
4962			2067 => Self::FleshBed,
4963			2068 => Self::FrozenBed,
4964			2069 => Self::LihzahrdBed,
4965			2070 => Self::SkywareBed,
4966			2071 => Self::SpookyBed,
4967			2072 => Self::CactusBathtub,
4968			2073 => Self::EbonwoodBathtub,
4969			2074 => Self::FleshBathtub,
4970			2075 => Self::GlassBathtub,
4971			2076 => Self::FrozenBathtub,
4972			2077 => Self::RichMahoganyBathtub,
4973			2078 => Self::PearlwoodBathtub,
4974			2079 => Self::LihzahrdBathtub,
4975			2080 => Self::SkywareBathtub,
4976			2081 => Self::SpookyBathtub,
4977			2082 => Self::CactusLamp,
4978			2083 => Self::EbonwoodLamp,
4979			2084 => Self::FleshLamp,
4980			2085 => Self::GlassLamp,
4981			2086 => Self::FrozenLamp,
4982			2087 => Self::RichMahoganyLamp,
4983			2088 => Self::PearlwoodLamp,
4984			2089 => Self::LihzahrdLamp,
4985			2090 => Self::SkywareLamp,
4986			2091 => Self::SpookyLamp,
4987			2092 => Self::CactusCandelabra,
4988			2093 => Self::EbonwoodCandelabra,
4989			2094 => Self::FleshCandelabra,
4990			2095 => Self::HoneyCandelabra,
4991			2096 => Self::SteampunkCandelabra,
4992			2097 => Self::GlassCandelabra,
4993			2098 => Self::RichMahoganyCandelabra,
4994			2099 => Self::PearlwoodCandelabra,
4995			2100 => Self::FrozenCandelabra,
4996			2101 => Self::LihzahrdCandelabra,
4997			2102 => Self::SkywareCandelabra,
4998			2103 => Self::SpookyCandelabra,
4999			2104 => Self::BrainMask,
5000			2105 => Self::FleshMask,
5001			2106 => Self::TwinMask,
5002			2107 => Self::SkeletronPrimeMask,
5003			2108 => Self::BeeMask,
5004			2109 => Self::PlanteraMask,
5005			2110 => Self::GolemMask,
5006			2111 => Self::EaterMask,
5007			2112 => Self::EyeMask,
5008			2113 => Self::DestroyerMask,
5009			2114 => Self::BlacksmithRack,
5010			2115 => Self::CarpentryRack,
5011			2116 => Self::HelmetRack,
5012			2117 => Self::SpearRack,
5013			2118 => Self::SwordRack,
5014			2119 => Self::StoneSlab,
5015			2120 => Self::SandstoneSlab,
5016			2121 => Self::Frog,
5017			2122 => Self::MallardDuck,
5018			2123 => Self::Duck,
5019			2124 => Self::HoneyBathtub,
5020			2125 => Self::SteampunkBathtub,
5021			2126 => Self::LivingWoodBathtub,
5022			2127 => Self::ShadewoodBathtub,
5023			2128 => Self::BoneBathtub,
5024			2129 => Self::HoneyLamp,
5025			2130 => Self::SteampunkLamp,
5026			2131 => Self::LivingWoodLamp,
5027			2132 => Self::ShadewoodLamp,
5028			2133 => Self::GoldenLamp,
5029			2134 => Self::BoneLamp,
5030			2135 => Self::LivingWoodBookcase,
5031			2136 => Self::ShadewoodBookcase,
5032			2137 => Self::GoldenBookcase,
5033			2138 => Self::BoneBookcase,
5034			2139 => Self::LivingWoodBed,
5035			2140 => Self::BoneBed,
5036			2141 => Self::LivingWoodChandelier,
5037			2142 => Self::ShadewoodChandelier,
5038			2143 => Self::GoldenChandelier,
5039			2144 => Self::BoneChandelier,
5040			2145 => Self::LivingWoodLantern,
5041			2146 => Self::ShadewoodLantern,
5042			2147 => Self::GoldenLantern,
5043			2148 => Self::BoneLantern,
5044			2149 => Self::LivingWoodCandelabra,
5045			2150 => Self::ShadewoodCandelabra,
5046			2151 => Self::GoldenCandelabra,
5047			2152 => Self::BoneCandelabra,
5048			2153 => Self::LivingWoodCandle,
5049			2154 => Self::ShadewoodCandle,
5050			2155 => Self::GoldenCandle,
5051			2156 => Self::BlackScorpion,
5052			2157 => Self::Scorpion,
5053			2158 => Self::BubbleWallpaper,
5054			2159 => Self::CopperPipeWallpaper,
5055			2160 => Self::DuckyWallpaper,
5056			2161 => Self::FrostCore,
5057			2162 => Self::BunnyCage,
5058			2163 => Self::SquirrelCage,
5059			2164 => Self::MallardDuckCage,
5060			2165 => Self::DuckCage,
5061			2166 => Self::BirdCage,
5062			2167 => Self::BlueJayCage,
5063			2168 => Self::CardinalCage,
5064			2169 => Self::WaterfallWall,
5065			2170 => Self::LavafallWall,
5066			2171 => Self::CrimsonSeeds,
5067			2172 => Self::HeavyWorkBench,
5068			2173 => Self::CopperPlating,
5069			2174 => Self::SnailCage,
5070			2175 => Self::GlowingSnailCage,
5071			2176 => Self::ShroomiteDiggingClaw,
5072			2177 => Self::AmmoBox,
5073			2178 => Self::MonarchButterflyJar,
5074			2179 => Self::PurpleEmperorButterflyJar,
5075			2180 => Self::RedAdmiralButterflyJar,
5076			2181 => Self::UlyssesButterflyJar,
5077			2182 => Self::SulphurButterflyJar,
5078			2183 => Self::TreeNymphButterflyJar,
5079			2184 => Self::ZebraSwallowtailButterflyJar,
5080			2185 => Self::JuliaButterflyJar,
5081			2186 => Self::ScorpionCage,
5082			2187 => Self::BlackScorpionCage,
5083			2188 => Self::VenomStaff,
5084			2189 => Self::SpectreMask,
5085			2190 => Self::FrogCage,
5086			2191 => Self::MouseCage,
5087			2192 => Self::BoneWelder,
5088			2193 => Self::FleshCloningVaat,
5089			2194 => Self::GlassKiln,
5090			2195 => Self::LihzahrdFurnace,
5091			2196 => Self::LivingLoom,
5092			2197 => Self::SkyMill,
5093			2198 => Self::IceMachine,
5094			2199 => Self::BeetleHelmet,
5095			2200 => Self::BeetleScaleMail,
5096			2201 => Self::BeetleShell,
5097			2202 => Self::BeetleLeggings,
5098			2203 => Self::SteampunkBoiler,
5099			2204 => Self::HoneyDispenser,
5100			2205 => Self::Penguin,
5101			2206 => Self::PenguinCage,
5102			2207 => Self::WormCage,
5103			2208 => Self::Terrarium,
5104			2209 => Self::SuperManaPotion,
5105			2210 => Self::EbonwoodFence,
5106			2211 => Self::RichMahoganyFence,
5107			2212 => Self::PearlwoodFence,
5108			2213 => Self::ShadewoodFence,
5109			2214 => Self::BrickLayer,
5110			2215 => Self::ExtendoGrip,
5111			2216 => Self::PaintSprayer,
5112			2217 => Self::PortableCementMixer,
5113			2218 => Self::BeetleHusk,
5114			2219 => Self::CelestialMagnet,
5115			2220 => Self::CelestialEmblem,
5116			2221 => Self::CelestialCuffs,
5117			2222 => Self::PeddlersHat,
5118			2223 => Self::PulseBow,
5119			2224 => Self::DynastyChandelier,
5120			2225 => Self::DynastyLamp,
5121			2226 => Self::DynastyLantern,
5122			2227 => Self::DynastyCandelabra,
5123			2228 => Self::DynastyChair,
5124			2229 => Self::DynastyWorkBench,
5125			2230 => Self::DynastyChest,
5126			2231 => Self::DynastyBed,
5127			2232 => Self::DynastyBathtub,
5128			2233 => Self::DynastyBookcase,
5129			2234 => Self::DynastyCup,
5130			2235 => Self::DynastyBowl,
5131			2236 => Self::DynastyCandle,
5132			2237 => Self::DynastyClock,
5133			2238 => Self::GoldenClock,
5134			2239 => Self::GlassClock,
5135			2240 => Self::HoneyClock,
5136			2241 => Self::SteampunkClock,
5137			2242 => Self::FancyDishes,
5138			2243 => Self::GlassBowl,
5139			2244 => Self::WineGlass,
5140			2245 => Self::LivingWoodPiano,
5141			2246 => Self::FleshPiano,
5142			2247 => Self::FrozenPiano,
5143			2248 => Self::FrozenTable,
5144			2249 => Self::HoneyChest,
5145			2250 => Self::SteampunkChest,
5146			2251 => Self::HoneyWorkBench,
5147			2252 => Self::FrozenWorkBench,
5148			2253 => Self::SteampunkWorkBench,
5149			2254 => Self::GlassPiano,
5150			2255 => Self::HoneyPiano,
5151			2256 => Self::SteampunkPiano,
5152			2257 => Self::HoneyCup,
5153			2258 => Self::SteampunkCup,
5154			2259 => Self::DynastyTable,
5155			2260 => Self::DynastyWood,
5156			2261 => Self::RedDynastyShingles,
5157			2262 => Self::BlueDynastyShingles,
5158			2263 => Self::WhiteDynastyWall,
5159			2264 => Self::BlueDynastyWall,
5160			2265 => Self::DynastyDoor,
5161			2266 => Self::Sake,
5162			2267 => Self::PadThai,
5163			2268 => Self::Pho,
5164			2269 => Self::Revolver,
5165			2270 => Self::Gatligator,
5166			2271 => Self::ArcaneRuneWall,
5167			2272 => Self::WaterGun,
5168			2273 => Self::Katana,
5169			2274 => Self::UltrabrightTorch,
5170			2275 => Self::MagicHat,
5171			2276 => Self::DiamondRing,
5172			2277 => Self::Gi,
5173			2278 => Self::Kimono,
5174			2279 => Self::GypsyRobe,
5175			2280 => Self::BeetleWings,
5176			2281 => Self::TigerSkin,
5177			2282 => Self::LeopardSkin,
5178			2283 => Self::ZebraSkin,
5179			2284 => Self::CrimsonCloak,
5180			2285 => Self::MysteriousCape,
5181			2286 => Self::RedCape,
5182			2287 => Self::WinterCape,
5183			2288 => Self::FrozenChair,
5184			2289 => Self::WoodFishingPole,
5185			2290 => Self::Bass,
5186			2291 => Self::ReinforcedFishingPole,
5187			2292 => Self::FiberglassFishingPole,
5188			2293 => Self::FisherOfSouls,
5189			2294 => Self::GoldenFishingRod,
5190			2295 => Self::MechanicsRod,
5191			2296 => Self::SittingDucksFishingRod,
5192			2297 => Self::Trout,
5193			2298 => Self::Salmon,
5194			2299 => Self::AtlanticCod,
5195			2300 => Self::Tuna,
5196			2301 => Self::RedSnapper,
5197			2302 => Self::NeonTetra,
5198			2303 => Self::ArmoredCavefish,
5199			2304 => Self::Damselfish,
5200			2305 => Self::CrimsonTigerfish,
5201			2306 => Self::FrostMinnow,
5202			2307 => Self::PrincessFish,
5203			2308 => Self::GoldenCarp,
5204			2309 => Self::SpecularFish,
5205			2310 => Self::Prismite,
5206			2311 => Self::VariegatedLardfish,
5207			2312 => Self::FlarefinKoi,
5208			2313 => Self::DoubleCod,
5209			2314 => Self::Honeyfin,
5210			2315 => Self::Obsidifish,
5211			2316 => Self::Shrimp,
5212			2317 => Self::ChaosFish,
5213			2318 => Self::Ebonkoi,
5214			2319 => Self::Hemopiranha,
5215			2320 => Self::Rockfish,
5216			2321 => Self::Stinkfish,
5217			2322 => Self::MiningPotion,
5218			2323 => Self::HeartreachPotion,
5219			2324 => Self::CalmingPotion,
5220			2325 => Self::BuilderPotion,
5221			2326 => Self::TitanPotion,
5222			2327 => Self::FlipperPotion,
5223			2328 => Self::SummoningPotion,
5224			2329 => Self::TrapsightPotion,
5225			2330 => Self::PurpleClubberfish,
5226			2331 => Self::ObsidianSwordfish,
5227			2332 => Self::Swordfish,
5228			2333 => Self::IronFence,
5229			2334 => Self::WoodenCrate,
5230			2335 => Self::IronCrate,
5231			2336 => Self::GoldenCrate,
5232			2337 => Self::OldShoe,
5233			2338 => Self::FishingSeaweed,
5234			2339 => Self::TinCan,
5235			2340 => Self::MinecartTrack,
5236			2341 => Self::ReaverShark,
5237			2342 => Self::SawtoothShark,
5238			2343 => Self::Minecart,
5239			2344 => Self::AmmoReservationPotion,
5240			2345 => Self::LifeforcePotion,
5241			2346 => Self::EndurancePotion,
5242			2347 => Self::RagePotion,
5243			2348 => Self::InfernoPotion,
5244			2349 => Self::WrathPotion,
5245			2350 => Self::RecallPotion,
5246			2351 => Self::TeleportationPotion,
5247			2352 => Self::LovePotion,
5248			2353 => Self::StinkPotion,
5249			2354 => Self::FishingPotion,
5250			2355 => Self::SonarPotion,
5251			2356 => Self::CratePotion,
5252			2357 => Self::ShiverthornSeeds,
5253			2358 => Self::Shiverthorn,
5254			2359 => Self::WarmthPotion,
5255			2360 => Self::FishHook,
5256			2361 => Self::BeeHeadgear,
5257			2362 => Self::BeeBreastplate,
5258			2363 => Self::BeeGreaves,
5259			2364 => Self::HornetStaff,
5260			2365 => Self::ImpStaff,
5261			2366 => Self::QueenSpiderStaff,
5262			2367 => Self::AnglerHat,
5263			2368 => Self::AnglerVest,
5264			2369 => Self::AnglerPants,
5265			2370 => Self::SpiderMask,
5266			2371 => Self::SpiderBreastplate,
5267			2372 => Self::SpiderGreaves,
5268			2373 => Self::HighTestFishingLine,
5269			2374 => Self::AnglerEarring,
5270			2375 => Self::TackleBox,
5271			2376 => Self::BlueDungeonPiano,
5272			2377 => Self::GreenDungeonPiano,
5273			2378 => Self::PinkDungeonPiano,
5274			2379 => Self::GoldenPiano,
5275			2380 => Self::ObsidianPiano,
5276			2381 => Self::BonePiano,
5277			2382 => Self::CactusPiano,
5278			2383 => Self::SpookyPiano,
5279			2384 => Self::SkywarePiano,
5280			2385 => Self::LihzahrdPiano,
5281			2386 => Self::BlueDungeonDresser,
5282			2387 => Self::GreenDungeonDresser,
5283			2388 => Self::PinkDungeonDresser,
5284			2389 => Self::GoldenDresser,
5285			2390 => Self::ObsidianDresser,
5286			2391 => Self::BoneDresser,
5287			2392 => Self::CactusDresser,
5288			2393 => Self::SpookyDresser,
5289			2394 => Self::SkywareDresser,
5290			2395 => Self::HoneyDresser,
5291			2396 => Self::LihzahrdDresser,
5292			2397 => Self::Sofa,
5293			2398 => Self::EbonwoodSofa,
5294			2399 => Self::RichMahoganySofa,
5295			2400 => Self::PearlwoodSofa,
5296			2401 => Self::ShadewoodSofa,
5297			2402 => Self::BlueDungeonSofa,
5298			2403 => Self::GreenDungeonSofa,
5299			2404 => Self::PinkDungeonSofa,
5300			2405 => Self::GoldenSofa,
5301			2406 => Self::ObsidianSofa,
5302			2407 => Self::BoneSofa,
5303			2408 => Self::CactusSofa,
5304			2409 => Self::SpookySofa,
5305			2410 => Self::SkywareSofa,
5306			2411 => Self::HoneySofa,
5307			2412 => Self::SteampunkSofa,
5308			2413 => Self::MushroomSofa,
5309			2414 => Self::GlassSofa,
5310			2415 => Self::PumpkinSofa,
5311			2416 => Self::LihzahrdSofa,
5312			2417 => Self::SeashellHairpin,
5313			2418 => Self::MermaidAdornment,
5314			2419 => Self::MermaidTail,
5315			2420 => Self::ZephyrFish,
5316			2421 => Self::Fleshcatcher,
5317			2422 => Self::HotlineFishingHook,
5318			2423 => Self::FrogLeg,
5319			2424 => Self::Anchor,
5320			2425 => Self::CookedFish,
5321			2426 => Self::CookedShrimp,
5322			2427 => Self::Sashimi,
5323			2428 => Self::FuzzyCarrot,
5324			2429 => Self::ScalyTruffle,
5325			2430 => Self::SlimySaddle,
5326			2431 => Self::BeeWax,
5327			2432 => Self::CopperPlatingWall,
5328			2433 => Self::StoneSlabWall,
5329			2434 => Self::Sail,
5330			2435 => Self::CoralstoneBlock,
5331			2436 => Self::BlueJellyfish,
5332			2437 => Self::GreenJellyfish,
5333			2438 => Self::PinkJellyfish,
5334			2439 => Self::BlueJellyfishJar,
5335			2440 => Self::GreenJellyfishJar,
5336			2441 => Self::PinkJellyfishJar,
5337			2442 => Self::LifePreserver,
5338			2443 => Self::ShipsWheel,
5339			2444 => Self::CompassRose,
5340			2445 => Self::WallAnchor,
5341			2446 => Self::GoldfishTrophy,
5342			2447 => Self::BunnyfishTrophy,
5343			2448 => Self::SwordfishTrophy,
5344			2449 => Self::SharkteethTrophy,
5345			2450 => Self::Batfish,
5346			2451 => Self::BumblebeeTuna,
5347			2452 => Self::Catfish,
5348			2453 => Self::Cloudfish,
5349			2454 => Self::Cursedfish,
5350			2455 => Self::Dirtfish,
5351			2456 => Self::DynamiteFish,
5352			2457 => Self::EaterOfPlankton,
5353			2458 => Self::FallenStarfish,
5354			2459 => Self::TheFishOfCthulu,
5355			2460 => Self::Fishotron,
5356			2461 => Self::Harpyfish,
5357			2462 => Self::Hungerfish,
5358			2463 => Self::Ichorfish,
5359			2464 => Self::Jewelfish,
5360			2465 => Self::MirageFish,
5361			2466 => Self::MutantFlinxfin,
5362			2467 => Self::Pengfish,
5363			2468 => Self::Pixiefish,
5364			2469 => Self::Spiderfish,
5365			2470 => Self::TundraTrout,
5366			2471 => Self::UnicornFish,
5367			2472 => Self::GuideVoodooFish,
5368			2473 => Self::Wyverntail,
5369			2474 => Self::ZombieFish,
5370			2475 => Self::AmanitaFungifin,
5371			2476 => Self::Angelfish,
5372			2477 => Self::BloodyManowar,
5373			2478 => Self::Bonefish,
5374			2479 => Self::Bunnyfish,
5375			2480 => Self::CapnTunabeard,
5376			2481 => Self::Clownfish,
5377			2482 => Self::DemonicHellfish,
5378			2483 => Self::Derpfish,
5379			2484 => Self::Fishron,
5380			2485 => Self::InfectedScabbardfish,
5381			2486 => Self::Mudfish,
5382			2487 => Self::Slimefish,
5383			2488 => Self::TropicalBarracuda,
5384			2489 => Self::KingSlimeTrophy,
5385			2490 => Self::ShipInABottle,
5386			2491 => Self::HardySaddle,
5387			2492 => Self::PressureTrack,
5388			2493 => Self::KingSlimeMask,
5389			2494 => Self::FinWings,
5390			2495 => Self::TreasureMap,
5391			2496 => Self::SeaweedPlanter,
5392			2497 => Self::PillaginMePixels,
5393			2498 => Self::FishCostumeMask,
5394			2499 => Self::FishCostumeShirt,
5395			2500 => Self::FishCostumeFinskirt,
5396			2501 => Self::GingerBeard,
5397			2502 => Self::HoneyedGoggles,
5398			2503 => Self::BorealWood,
5399			2504 => Self::PalmWood,
5400			2505 => Self::BorealWoodWall,
5401			2506 => Self::PalmWoodWall,
5402			2507 => Self::BorealWoodFence,
5403			2508 => Self::PalmWoodFence,
5404			2509 => Self::BorealWoodHelmet,
5405			2510 => Self::BorealWoodBreastplate,
5406			2511 => Self::BorealWoodGreaves,
5407			2512 => Self::PalmWoodHelmet,
5408			2513 => Self::PalmWoodBreastplate,
5409			2514 => Self::PalmWoodGreaves,
5410			2515 => Self::PalmWoodBow,
5411			2516 => Self::PalmWoodHammer,
5412			2517 => Self::PalmWoodSword,
5413			2518 => Self::PalmWoodPlatform,
5414			2519 => Self::PalmWoodBathtub,
5415			2520 => Self::PalmWoodBed,
5416			2521 => Self::PalmWoodBench,
5417			2522 => Self::PalmWoodCandelabra,
5418			2523 => Self::PalmWoodCandle,
5419			2524 => Self::PalmWoodChair,
5420			2525 => Self::PalmWoodChandelier,
5421			2526 => Self::PalmWoodChest,
5422			2527 => Self::PalmWoodSofa,
5423			2528 => Self::PalmWoodDoor,
5424			2529 => Self::PalmWoodDresser,
5425			2530 => Self::PalmWoodLantern,
5426			2531 => Self::PalmWoodPiano,
5427			2532 => Self::PalmWoodTable,
5428			2533 => Self::PalmWoodLamp,
5429			2534 => Self::PalmWoodWorkBench,
5430			2535 => Self::OpticStaff,
5431			2536 => Self::PalmWoodBookcase,
5432			2537 => Self::MushroomBathtub,
5433			2538 => Self::MushroomBed,
5434			2539 => Self::MushroomBench,
5435			2540 => Self::MushroomBookcase,
5436			2541 => Self::MushroomCandelabra,
5437			2542 => Self::MushroomCandle,
5438			2543 => Self::MushroomChandelier,
5439			2544 => Self::MushroomChest,
5440			2545 => Self::MushroomDresser,
5441			2546 => Self::MushroomLantern,
5442			2547 => Self::MushroomLamp,
5443			2548 => Self::MushroomPiano,
5444			2549 => Self::MushroomPlatform,
5445			2550 => Self::MushroomTable,
5446			2551 => Self::SpiderStaff,
5447			2552 => Self::BorealWoodBathtub,
5448			2553 => Self::BorealWoodBed,
5449			2554 => Self::BorealWoodBookcase,
5450			2555 => Self::BorealWoodCandelabra,
5451			2556 => Self::BorealWoodCandle,
5452			2557 => Self::BorealWoodChair,
5453			2558 => Self::BorealWoodChandelier,
5454			2559 => Self::BorealWoodChest,
5455			2560 => Self::BorealWoodClock,
5456			2561 => Self::BorealWoodDoor,
5457			2562 => Self::BorealWoodDresser,
5458			2563 => Self::BorealWoodLamp,
5459			2564 => Self::BorealWoodLantern,
5460			2565 => Self::BorealWoodPiano,
5461			2566 => Self::BorealWoodPlatform,
5462			2567 => Self::SlimeBathtub,
5463			2568 => Self::SlimeBed,
5464			2569 => Self::SlimeBookcase,
5465			2570 => Self::SlimeCandelabra,
5466			2571 => Self::SlimeCandle,
5467			2572 => Self::SlimeChair,
5468			2573 => Self::SlimeChandelier,
5469			2574 => Self::SlimeChest,
5470			2575 => Self::SlimeClock,
5471			2576 => Self::SlimeDoor,
5472			2577 => Self::SlimeDresser,
5473			2578 => Self::SlimeLamp,
5474			2579 => Self::SlimeLantern,
5475			2580 => Self::SlimePiano,
5476			2581 => Self::SlimePlatform,
5477			2582 => Self::SlimeSofa,
5478			2583 => Self::SlimeTable,
5479			2584 => Self::PirateStaff,
5480			2585 => Self::SlimeHook,
5481			2586 => Self::StickyGrenade,
5482			2587 => Self::TartarSauce,
5483			2588 => Self::DukeFishronMask,
5484			2589 => Self::DukeFishronTrophy,
5485			2590 => Self::MolotovCocktail,
5486			2591 => Self::BoneClock,
5487			2592 => Self::CactusClock,
5488			2593 => Self::EbonwoodClock,
5489			2594 => Self::FrozenClock,
5490			2595 => Self::LihzahrdClock,
5491			2596 => Self::LivingWoodClock,
5492			2597 => Self::RichMahoganyClock,
5493			2598 => Self::FleshClock,
5494			2599 => Self::MushroomClock,
5495			2600 => Self::ObsidianClock,
5496			2601 => Self::PalmWoodClock,
5497			2602 => Self::PearlwoodClock,
5498			2603 => Self::PumpkinClock,
5499			2604 => Self::ShadewoodClock,
5500			2605 => Self::SpookyClock,
5501			2606 => Self::SkywareClock,
5502			2607 => Self::SpiderFang,
5503			2608 => Self::FalconBlade,
5504			2609 => Self::FishronWings,
5505			2610 => Self::SlimeGun,
5506			2611 => Self::Flairon,
5507			2612 => Self::GreenDungeonChest,
5508			2613 => Self::PinkDungeonChest,
5509			2614 => Self::BlueDungeonChest,
5510			2615 => Self::BoneChest,
5511			2616 => Self::CactusChest,
5512			2617 => Self::FleshChest,
5513			2618 => Self::ObsidianChest,
5514			2619 => Self::PumpkinChest,
5515			2620 => Self::SpookyChest,
5516			2621 => Self::TempestStaff,
5517			2622 => Self::RazorbladeTyphoon,
5518			2623 => Self::BubbleGun,
5519			2624 => Self::Tsunami,
5520			2625 => Self::Seashell,
5521			2626 => Self::Starfish,
5522			2627 => Self::SteampunkPlatform,
5523			2628 => Self::SkywarePlatform,
5524			2629 => Self::LivingWoodPlatform,
5525			2630 => Self::HoneyPlatform,
5526			2631 => Self::SkywareWorkbench,
5527			2632 => Self::GlassWorkBench,
5528			2633 => Self::LivingWoodWorkBench,
5529			2634 => Self::FleshSofa,
5530			2635 => Self::FrozenSofa,
5531			2636 => Self::LivingWoodSofa,
5532			2637 => Self::PumpkinDresser,
5533			2638 => Self::SteampunkDresser,
5534			2639 => Self::GlassDresser,
5535			2640 => Self::FleshDresser,
5536			2641 => Self::PumpkinLantern,
5537			2642 => Self::ObsidianLantern,
5538			2643 => Self::PumpkinLamp,
5539			2644 => Self::ObsidianLamp,
5540			2645 => Self::BlueDungeonLamp,
5541			2646 => Self::GreenDungeonLamp,
5542			2647 => Self::PinkDungeonLamp,
5543			2648 => Self::HoneyCandle,
5544			2649 => Self::SteampunkCandle,
5545			2650 => Self::SpookyCandle,
5546			2651 => Self::ObsidianCandle,
5547			2652 => Self::BlueDungeonChandelier,
5548			2653 => Self::GreenDungeonChandelier,
5549			2654 => Self::PinkDungeonChandelier,
5550			2655 => Self::SteampunkChandelier,
5551			2656 => Self::PumpkinChandelier,
5552			2657 => Self::ObsidianChandelier,
5553			2658 => Self::BlueDungeonBathtub,
5554			2659 => Self::GreenDungeonBathtub,
5555			2660 => Self::PinkDungeonBathtub,
5556			2661 => Self::PumpkinBathtub,
5557			2662 => Self::ObsidianBathtub,
5558			2663 => Self::GoldenBathtub,
5559			2664 => Self::BlueDungeonCandelabra,
5560			2665 => Self::GreenDungeonCandelabra,
5561			2666 => Self::PinkDungeonCandelabra,
5562			2667 => Self::ObsidianCandelabra,
5563			2668 => Self::PumpkinCandelabra,
5564			2669 => Self::PumpkinBed,
5565			2670 => Self::PumpkinBookcase,
5566			2671 => Self::PumpkinPiano,
5567			2672 => Self::SharkStatue,
5568			2673 => Self::TruffleWorm,
5569			2674 => Self::ApprenticeBait,
5570			2675 => Self::JourneymanBait,
5571			2676 => Self::MasterBait,
5572			2677 => Self::AmberGemsparkWall,
5573			2678 => Self::AmberGemsparkWallOff,
5574			2679 => Self::AmethystGemsparkWall,
5575			2680 => Self::AmethystGemsparkWallOff,
5576			2681 => Self::DiamondGemsparkWall,
5577			2682 => Self::DiamondGemsparkWallOff,
5578			2683 => Self::EmeraldGemsparkWall,
5579			2684 => Self::EmeraldGemsparkWallOff,
5580			2685 => Self::RubyGemsparkWall,
5581			2686 => Self::RubyGemsparkWallOff,
5582			2687 => Self::SapphireGemsparkWall,
5583			2688 => Self::SapphireGemsparkWallOff,
5584			2689 => Self::TopazGemsparkWall,
5585			2690 => Self::TopazGemsparkWallOff,
5586			2691 => Self::TinPlatingWall,
5587			2692 => Self::TinPlating,
5588			2693 => Self::WaterfallBlock,
5589			2694 => Self::LavafallBlock,
5590			2695 => Self::ConfettiBlock,
5591			2696 => Self::ConfettiWall,
5592			2697 => Self::ConfettiBlockBlack,
5593			2698 => Self::ConfettiWallBlack,
5594			2699 => Self::WeaponRack,
5595			2700 => Self::FireworksBox,
5596			2701 => Self::LivingFireBlock,
5597			2702 => Self::AlphabetStatue0,
5598			2703 => Self::AlphabetStatue1,
5599			2704 => Self::AlphabetStatue2,
5600			2705 => Self::AlphabetStatue3,
5601			2706 => Self::AlphabetStatue4,
5602			2707 => Self::AlphabetStatue5,
5603			2708 => Self::AlphabetStatue6,
5604			2709 => Self::AlphabetStatue7,
5605			2710 => Self::AlphabetStatue8,
5606			2711 => Self::AlphabetStatue9,
5607			2712 => Self::AlphabetStatueA,
5608			2713 => Self::AlphabetStatueB,
5609			2714 => Self::AlphabetStatueC,
5610			2715 => Self::AlphabetStatueD,
5611			2716 => Self::AlphabetStatueE,
5612			2717 => Self::AlphabetStatueF,
5613			2718 => Self::AlphabetStatueG,
5614			2719 => Self::AlphabetStatueH,
5615			2720 => Self::AlphabetStatueI,
5616			2721 => Self::AlphabetStatueJ,
5617			2722 => Self::AlphabetStatueK,
5618			2723 => Self::AlphabetStatueL,
5619			2724 => Self::AlphabetStatueM,
5620			2725 => Self::AlphabetStatueN,
5621			2726 => Self::AlphabetStatueO,
5622			2727 => Self::AlphabetStatueP,
5623			2728 => Self::AlphabetStatueQ,
5624			2729 => Self::AlphabetStatueR,
5625			2730 => Self::AlphabetStatueS,
5626			2731 => Self::AlphabetStatueT,
5627			2732 => Self::AlphabetStatueU,
5628			2733 => Self::AlphabetStatueV,
5629			2734 => Self::AlphabetStatueW,
5630			2735 => Self::AlphabetStatueX,
5631			2736 => Self::AlphabetStatueY,
5632			2737 => Self::AlphabetStatueZ,
5633			2738 => Self::FireworkFountain,
5634			2739 => Self::BoosterTrack,
5635			2740 => Self::Grasshopper,
5636			2741 => Self::GrasshopperCage,
5637			2742 => Self::MusicBoxUndergroundCrimson,
5638			2743 => Self::CactusTable,
5639			2744 => Self::CactusPlatform,
5640			2745 => Self::BorealWoodSword,
5641			2746 => Self::BorealWoodHammer,
5642			2747 => Self::BorealWoodBow,
5643			2748 => Self::GlassChest,
5644			3500 => Self::DragonMask,
5645			3501 => Self::TitanHelmet,
5646			3502 => Self::SpectralHeadgear,
5647			3503 => Self::DragonBreastplate,
5648			3504 => Self::TitanMail,
5649			3505 => Self::SpectralArmor,
5650			3506 => Self::DragonGreaves,
5651			3507 => Self::TitanLeggings,
5652			3508 => Self::SpectralSubligar,
5653			3509 => Self::Tizona,
5654			3510 => Self::Tonbogiri,
5655			3511 => Self::Sharanga,
5656			3512 => Self::SpectralArrow,
5657			3513 => Self::VulcanRepeater,
5658			3514 => Self::VulcanBolt,
5659			3515 => Self::SuspiciousLookingSkull,
5660			3516 => Self::SoulOfBlight,
5661			3517 => Self::PetriDish,
5662			3518 => Self::Beeswax,
5663			3519 => Self::VialOfBlood,
5664			3520 => Self::WolfFang,
5665			3521 => Self::Brain,
5666			3522 => Self::MusicBoxDesert,
5667			3523 => Self::MusicBoxSpace,
5668			3524 => Self::MusicBoxTutorial,
5669			3525 => Self::MusicBoxBoss4,
5670			3526 => Self::MusicBoxOcean,
5671			3527 => Self::MusicBoxSnow,
5672			3528 => Self::FabulousRibbon,
5673			3529 => Self::GeorgesHat,
5674			3530 => Self::FabulousTutu,
5675			3531 => Self::GeorgesTuxedoShirt,
5676			3532 => Self::FabulousSlippers,
5677			3533 => Self::GeorgesTuxedoPants,
5678			3534 => Self::SparklyWings,
5679			3535 => Self::OcramTrophy,
5680			3536 => Self::AlbinoAntlionBanner,
5681			3537 => Self::OrcaBanner,
5682			3538 => Self::VampireMinerBanner,
5683			3539 => Self::ShadowHammerBanner,
5684			3540 => Self::ShadowMummyBanner,
5685			3541 => Self::SpectralGastropodBanner,
5686			3542 => Self::SpectralElementalBanner,
5687			3543 => Self::DragonSnatcherBanner,
5688			3544 => Self::ArchWyvernBanner,
5689			3545 => Self::ArchDemonBanner,
5690			3546 => Self::StarTopper4,
5691			3547 => Self::Topper505,
5692			3548 => Self::OcramMask,
5693			3549 => Self::HornedGodRobe,
5694			3550 => Self::HornedGodBoots,
5695			3551 => Self::HornedGodMask,
5696			1596 => Self::MusicBoxSnow,
5697			1597 => Self::MusicBoxSpace,
5698			1599 => Self::MusicBoxBoss4,
5699			1603 => Self::MusicBoxDesert,
5700			1604 => Self::MusicBoxOcean,
5701			_ => return None,
5702		})
5703	}
5704}