[
    [
        "Flaming Arrow", 
        3, 
        "None", 
        [
            [
                "Wooden Arrow", 
                3
            ], 
            [
                "Torch", 
                1
            ]
        ]
    ], 
    [
        "Poisoned Knife", 
        20, 
        "None", 
        [
            [
                "Throwing Knife", 
                20
            ], 
            [
                "Vile Powder", 
                1
            ]
        ]
    ], 
    [
        "Torch", 
        3, 
        "None", 
        [
            [
                "Gel", 
                1
            ]
        ]
    ], 
    [
        "Cursed Torch", 
        33, 
        "None", 
        [
            [
                "Torch", 
                33
            ], 
            [
                "Cursed Flame", 
                1
            ]
        ]
    ], 
    [
        "Blue Torch", 
        1, 
        "None", 
        [
            [
                "Torch", 
                3
            ], 
            [
                "Sapphire", 
                1
            ]
        ]
    ], 
    [
        "Red Torch", 
        3, 
        "None", 
        [
            [
                "Torch", 
                3
            ], 
            [
                "Ruby", 
                1
            ]
        ]
    ], 
    [
        "Green Torch", 
        3, 
        "None", 
        [
            [
                "Torch", 
                3
            ], 
            [
                "Emerald", 
                1
            ]
        ]
    ], 
    [
        "Yellow Torch", 
        3, 
        "None", 
        [
            [
                "Torch", 
                3
            ], 
            [
                "Topaz", 
                1
            ]
        ]
    ], 
    [
        "Purple Torch", 
        3, 
        "None", 
        [
            [
                "Torch", 
                3
            ], 
            [
                "Amethyst", 
                1
            ]
        ]
    ], 
    [
        "White Torch", 
        3, 
        "None", 
        [
            [
                "Torch", 
                3
            ], 
            [
                "Diamond", 
                1
            ]
        ]
    ], 
    [
        "Sticky Bomb", 
        1, 
        "None", 
        [
            [
                "Gel", 
                5
            ], 
            [
                "Bomb", 
                1
            ]
        ]
    ], 
    [
        "Sticky Glowstick", 
        1, 
        "None", 
        [
            [
                "Gel", 
                1
            ]
        ]
    ], 
    [
        "Wood Platform", 
        1, 
        "None", 
        [
            [
                "Wood", 
                1
            ]
        ]
    ], 
    [
        "Work Bench", 
        1, 
        "None", 
        [
            [
                "Wood", 
                10
            ]
        ]
    ], 
    [
        "Active Stone Block", 
        1, 
        "None", 
        [
            [
                "Stone Block", 
                1
            ]
        ]
    ], 
    [
        "Inactive Stone Block", 
        1, 
        "None", 
        [
            [
                "Stone Wall", 
                4
            ], 
            [
                "Wire", 
                1
            ]
        ]
    ], 
    [
        "Mana Crystal", 
        1, 
        "None", 
        [
            [
                "Fallen Star", 
                10
            ]
        ]
    ], 
    [
        "Copper Coin", 
        100, 
        "None", 
        [
            [
                "Silver Coin", 
                1
            ]
        ]
    ], 
    [
        "Silver Coin", 
        1, 
        "None", 
        [
            [
                "Copper Coin", 
                100
            ]
        ]
    ], 
    [
        "Silver Coin", 
        100, 
        "None", 
        [
            [
                "Gold Coin", 
                1
            ]
        ]
    ], 
    [
        "Gold Coin", 
        1, 
        "None", 
        [
            [
                "Silver Coin", 
                100
            ]
        ]
    ], 
    [
        "Gold Coin", 
        100, 
        "None", 
        [
            [
                "Platinum Coin", 
                1
            ]
        ]
    ], 
    [
        "Platinum Coin", 
        1, 
        "None", 
        [
            [
                "Gold Coin", 
                100
            ]
        ]
    ], 
    [
        "Adamantite Bar", 
        1, 
        "Adamantite Forge", 
        [
            [
                "Adamantite Ore", 
                5
            ]
        ]
    ], 
    [
        "Lesser Healing Potion", 
        2, 
        "Alchemy Station", 
        [
            [
                "Bottle", 
                2
            ], 
            [
                "Gel", 
                2
            ], 
            [
                "Mushroom", 
                1
            ]
        ]
    ], 
    [
        "Healing Potion", 
        1, 
        "Alchemy Station", 
        [
            [
                "Lesser Healing Potion", 
                2
            ], 
            [
                "Glowing Mushroom", 
                1
            ]
        ]
    ], 
    [
        "Greater Healing Potion", 
        1, 
        "Alchemy Station", 
        [
            [
                "Pixie Dust", 
                3
            ], 
            [
                "Bottled Water", 
                1
            ]
        ]
    ], 
    [
        "Lesser Mana Potion", 
        2, 
        "Alchemy Station", 
        [
            [
                "Bottle", 
                2
            ], 
            [
                "Gel", 
                2
            ], 
            [
                "Fallen Star", 
                1
            ]
        ]
    ], 
    [
        "Mana Potion", 
        1, 
        "Alchemy Station", 
        [
            [
                "Lesser Mana Potion", 
                2
            ], 
            [
                "Glowing Mushroom", 
                1
            ]
        ]
    ], 
    [
        "Lesser Restoration Potion", 
        1, 
        "Alchemy Station", 
        [
            [
                "Lesser Healing Potion", 
                1
            ]
        ]
    ], 
    [
        "Restoration Potion", 
        1, 
        "Alchemy Station", 
        [
            [
                "Healing Potion", 
                1
            ]
        ]
    ], 
    [
        "Obsidian Skin Potion", 
        1, 
        "Alchemy Station", 
        [
            [
                "Bottled Water", 
                1
            ], 
            [
                "Obsidian", 
                1
            ]
        ]
    ], 
    [
        "Regeneration Potion", 
        1, 
        "Alchemy Station", 
        [
            [
                "Bottled Water", 
                1
            ], 
            [
                "Mushroom", 
                1
            ]
        ]
    ], 
    [
        "Swiftness Potion", 
        1, 
        "Alchemy Station", 
        [
            [
                "Blinkroot", 
                1
            ], 
            [
                "Cactus", 
                1
            ]
        ]
    ], 
    [
        "Gills Potion", 
        1, 
        "Alchemy Station", 
        [
            [
                "Bottled Water", 
                1
            ], 
            [
                "Waterleaf", 
                1
            ]
        ]
    ], 
    [
        "Ironskin Potion", 
        1, 
        "Alchemy Station", 
        [
            [
                "Bottled Water", 
                1
            ], 
            [
                "Iron Ore", 
                1
            ]
        ]
    ], 
    [
        "Mana Regeneration Potion", 
        1, 
        "Alchemy Station", 
        [
            [
                "Bottled Water", 
                1
            ], 
            [
                "Fallen Star", 
                1
            ]
        ]
    ], 
    [
        "Magic Power Potion", 
        1, 
        "Alchemy Station", 
        [
            [
                "Bottled Water", 
                1
            ], 
            [
                "Fallen Star", 
                1
            ]
        ]
    ], 
    [
        "Featherfall Potion", 
        1, 
        "Alchemy Station", 
        [
            [
                "Blinkroot", 
                1
            ], 
            [
                "Daybloom", 
                1
            ]
        ]
    ], 
    [
        "Spelunker Potion", 
        1, 
        "Alchemy Station", 
        [
            [
                "Blinkroot", 
                1
            ], 
            [
                "Gold Ore", 
                1
            ]
        ]
    ], 
    [
        "Invisibility Potion", 
        1, 
        "Alchemy Station", 
        [
            [
                "Blinkroot", 
                1
            ], 
            [
                "Moonglow", 
                1
            ]
        ]
    ], 
    [
        "Shine Potion", 
        1, 
        "Alchemy Station", 
        [
            [
                "Bottled Water", 
                1
            ], 
            [
                "Glowing Mushroom", 
                1
            ]
        ]
    ], 
    [
        "Night Owl Potion", 
        1, 
        "Alchemy Station", 
        [
            [
                "Blinkroot", 
                1
            ], 
            [
                "Daybloom", 
                1
            ]
        ]
    ], 
    [
        "Battle Potion", 
        1, 
        "Alchemy Station", 
        [
            [
                "Bottled Water", 
                1
            ], 
            [
                "Rotten Chunk", 
                1
            ]
        ]
    ], 
    [
        "Thorns Potion", 
        1, 
        "Alchemy Station", 
        [
            [
                "Bottled Water", 
                1
            ], 
            [
                "Deathweed", 
                1
            ]
        ]
    ], 
    [
        "Water Walking Potion", 
        1, 
        "Alchemy Station", 
        [
            [
                "Bottled Water", 
                1
            ], 
            [
                "Waterleaf", 
                1
            ]
        ]
    ], 
    [
        "Archery Potion", 
        1, 
        "Alchemy Station", 
        [
            [
                "Bottled Water", 
                1
            ], 
            [
                "Lens", 
                1
            ]
        ]
    ], 
    [
        "Hunter Potion", 
        1, 
        "Alchemy Station", 
        [
            [
                "Blinkroot", 
                1
            ], 
            [
                "Daybloom", 
                1
            ]
        ]
    ], 
    [
        "Gravitation Potion", 
        1, 
        "Alchemy Station", 
        [
            [
                "Blinkroot", 
                1
            ], 
            [
                "Deathweed", 
                1
            ], 
            [
                "Fireblossom", 
                1
            ]
        ]
    ], 
    [
        "Green Dye", 
        1, 
        "Alchemy Station", 
        [
            [
                "Jungle Grass Seeds", 
                3
            ], 
            [
                "Bottle", 
                1
            ]
        ]
    ], 
    [
        "Vile Powder", 
        5, 
        "Alchemy Station", 
        [
            [
                "Vile Mushroom", 
                1
            ]
        ]
    ], 
    [
        "Cursed Flames", 
        1, 
        "Bookcase", 
        [
            [
                "Cursed Flame", 
                30
            ], 
            [
                "Soul of Night", 
                20
            ], 
            [
                "Spell Tome", 
                1
            ]
        ]
    ], 
    [
        "Crystal Storm", 
        1, 
        "Bookcase", 
        [
            [
                "Crystal Shard", 
                30
            ], 
            [
                "Soul of Light", 
                20
            ], 
            [
                "Spell Tome", 
                1
            ]
        ]
    ], 
    [
        "Bowl of Soup", 
        1, 
        "Cooking Pot", 
        [
            [
                "Bowl", 
                1
            ], 
            [
                "Mushroom", 
                1
            ]
        ]
    ], 
    [
        "Night's Edge", 
        1, 
        "Demon Altar", 
        [
            [
                "Light's Bane", 
                1
            ], 
            [
                "Muramasa", 
                1
            ]
        ]
    ], 
    [
        "Suspicious Looking Eye", 
        1, 
        "Demon Altar", 
        [
            [
                "Lens", 
                6
            ]
        ]
    ], 
    [
        "Worm Food", 
        1, 
        "Demon Altar", 
        [
            [
                "Rotten Chunk", 
                15
            ], 
            [
                "Vile Powder", 
                30
            ]
        ]
    ], 
    [
        "Slime Crown", 
        1, 
        "Demon Altar", 
        [
            [
                "Gold Crown", 
                1
            ]
        ]
    ], 
    [
        "Mug", 
        1, 
        "Furnace", 
        [
            [
                "Glass", 
                1
            ]
        ]
    ], 
    [
        "Bottle", 
        2, 
        "Furnace", 
        [
            [
                "Glass", 
                1
            ]
        ]
    ], 
    [
        "Glass", 
        1, 
        "Furnace", 
        [
            [
                "Sand Block", 
                2
            ]
        ]
    ], 
    [
        "Clay Pot", 
        1, 
        "Furnace", 
        [
            [
                "Clay Block", 
                6
            ]
        ]
    ], 
    [
        "Pink Vase", 
        1, 
        "Furnace", 
        [
            [
                "Clay Block", 
                4
            ]
        ]
    ], 
    [
        "Bowl", 
        1, 
        "Furnace", 
        [
            [
                "Clay Block", 
                2
            ]
        ]
    ], 
    [
        "Gray Brick", 
        1, 
        "Furnace", 
        [
            [
                "Stone Block", 
                2
            ]
        ]
    ], 
    [
        "Red Brick", 
        1, 
        "Furnace", 
        [
            [
                "Clay Block", 
                2
            ]
        ]
    ], 
    [
        "Copper Brick", 
        1, 
        "Furnace", 
        [
            [
                "Stone Block", 
                1
            ]
        ]
    ], 
    [
        "Silver Brick", 
        1, 
        "Furnace", 
        [
            [
                "Stone Block", 
                1
            ]
        ]
    ], 
    [
        "Gold Brick", 
        1, 
        "Furnace", 
        [
            [
                "Stone Block", 
                1
            ]
        ]
    ], 
    [
        "Hellstone Brick", 
        1, 
        "Furnace", 
        [
            [
                "Stone Block", 
                1
            ]
        ]
    ], 
    [
        "Obsidian Brick", 
        1, 
        "Furnace", 
        [
            [
                "Obsidian", 
                2
            ]
        ]
    ], 
    [
        "Obsidian Brick Wall", 
        4, 
        "Furnace", 
        [
            [
                "Obsidian Brick", 
                1
            ]
        ]
    ], 
    [
        "Pearlstone Brick", 
        1, 
        "Furnace", 
        [
            [
                "Pearlsand Block", 
                1
            ]
        ]
    ], 
    [
        "Iridescent Brick", 
        1, 
        "Furnace", 
        [
            [
                "Ash Block", 
                1
            ]
        ]
    ], 
    [
        "Mudstone Block", 
        1, 
        "Furnace", 
        [
            [
                "Mud Block", 
                1
            ]
        ]
    ], 
    [
        "Cobalt Brick", 
        1, 
        "Furnace", 
        [
            [
                "Cobalt Ore", 
                1
            ]
        ]
    ], 
    [
        "Mythril Brick", 
        1, 
        "Furnace", 
        [
            [
                "Mythril Ore", 
                1
            ]
        ]
    ], 
    [
        "Demonite Brick", 
        5, 
        "Furnace", 
        [
            [
                "Ebonstone Block", 
                5
            ], 
            [
                "Demonite Ore", 
                1
            ]
        ]
    ], 
    [
        "Copper Bar", 
        1, 
        "Furnace", 
        [
            [
                "Copper Ore", 
                3
            ]
        ]
    ], 
    [
        "Iron Bar", 
        1, 
        "Furnace", 
        [
            [
                "Iron Ore", 
                3
            ]
        ]
    ], 
    [
        "Silver Bar", 
        1, 
        "Furnace", 
        [
            [
                "Silver Ore", 
                3
            ]
        ]
    ], 
    [
        "Gold Bar", 
        1, 
        "Furnace", 
        [
            [
                "Gold Ore", 
                4
            ]
        ]
    ], 
    [
        "Demonite Bar", 
        1, 
        "Furnace", 
        [
            [
                "Demonite Ore", 
                4
            ]
        ]
    ], 
    [
        "Meteorite Bar", 
        1, 
        "Furnace", 
        [
            [
                "Meteorite", 
                6
            ]
        ]
    ], 
    [
        "Cobalt Bar", 
        1, 
        "Furnace", 
        [
            [
                "Cobalt Ore", 
                3
            ]
        ]
    ], 
    [
        "Mythril Bar", 
        1, 
        "Furnace", 
        [
            [
                "Mythril Ore", 
                4
            ]
        ]
    ], 
    [
        "Obsidian Skull", 
        1, 
        "Furnace", 
        [
            [
                "Obsidian", 
                20
            ]
        ]
    ], 
    [
        "Adamantite Forge", 
        1, 
        "Hellforge", 
        [
            [
                "Adamantite Ore", 
                30
            ], 
            [
                "Hellforge", 
                1
            ]
        ]
    ], 
    [
        "Hellstone Bar", 
        1, 
        "Hellforge", 
        [
            [
                "Hellstone", 
                4
            ], 
            [
                "Obsidian", 
                1
            ]
        ]
    ], 
    [
        "Copper Pickaxe", 
        1, 
        "Iron Anvil", 
        [
            [
                "Copper Bar", 
                12
            ], 
            [
                "Wood", 
                4
            ]
        ]
    ], 
    [
        "Copper Axe", 
        1, 
        "Iron Anvil", 
        [
            [
                "Copper Bar", 
                9
            ], 
            [
                "Wood", 
                3
            ]
        ]
    ], 
    [
        "Copper Hammer", 
        1, 
        "Iron Anvil", 
        [
            [
                "Copper Bar", 
                10
            ], 
            [
                "Wood", 
                3
            ]
        ]
    ], 
    [
        "Copper Broadsword", 
        1, 
        "Iron Anvil", 
        [
            [
                "Copper Bar", 
                8
            ]
        ]
    ], 
    [
        "Copper Shortsword", 
        1, 
        "Iron Anvil", 
        [
            [
                "Copper Bar", 
                7
            ]
        ]
    ], 
    [
        "Copper Bow", 
        1, 
        "Iron Anvil", 
        [
            [
                "Copper Bar", 
                7
            ]
        ]
    ], 
    [
        "Copper Helmet", 
        1, 
        "Iron Anvil", 
        [
            [
                "Copper Bar", 
                15
            ]
        ]
    ], 
    [
        "Copper Chainmail", 
        1, 
        "Iron Anvil", 
        [
            [
                "Copper Bar", 
                25
            ]
        ]
    ], 
    [
        "Copper Greaves", 
        1, 
        "Iron Anvil", 
        [
            [
                "Copper Bar", 
                20
            ]
        ]
    ], 
    [
        "Copper Chandelier", 
        1, 
        "Iron Anvil", 
        [
            [
                "Copper Bar", 
                4
            ], 
            [
                "Torch", 
                4
            ], 
            [
                "Iron Chain", 
                1
            ]
        ]
    ], 
    [
        "Lamp Post", 
        1, 
        "Iron Anvil", 
        [
            [
                "Glass", 
                2
            ], 
            [
                "Iron Bar", 
                3
            ], 
            [
                "Torch", 
                1
            ]
        ]
    ], 
    [
        "Empty Bucket", 
        1, 
        "Iron Anvil", 
        [
            [
                "Iron Bar", 
                3
            ]
        ]
    ], 
    [
        "Trash Can", 
        1, 
        "Iron Anvil", 
        [
            [
                "Iron Bar", 
                8
            ]
        ]
    ], 
    [
        "Bathtub", 
        1, 
        "Iron Anvil", 
        [
            [
                "Iron Bar", 
                14
            ]
        ]
    ], 
    [
        "Toilet", 
        1, 
        "Iron Anvil", 
        [
            [
                "Iron Bar", 
                6
            ]
        ]
    ], 
    [
        "Cooking Pot", 
        1, 
        "Iron Anvil", 
        [
            [
                "Iron Bar", 
                10
            ], 
            [
                "Wood", 
                2
            ]
        ]
    ], 
    [
        "Iron Pickaxe", 
        1, 
        "Iron Anvil", 
        [
            [
                "Iron Bar", 
                12
            ], 
            [
                "Wood", 
                3
            ]
        ]
    ], 
    [
        "Iron Axe", 
        1, 
        "Iron Anvil", 
        [
            [
                "Iron Bar", 
                9
            ], 
            [
                "Wood", 
                3
            ]
        ]
    ], 
    [
        "Iron Hammer", 
        1, 
        "Iron Anvil", 
        [
            [
                "Iron Bar", 
                10
            ], 
            [
                "Wood", 
                3
            ]
        ]
    ], 
    [
        "Iron Broadsword", 
        1, 
        "Iron Anvil", 
        [
            [
                "Iron Bar", 
                8
            ]
        ]
    ], 
    [
        "Iron Shortsword", 
        1, 
        "Iron Anvil", 
        [
            [
                "Iron Bar", 
                7
            ]
        ]
    ], 
    [
        "Iron Bow", 
        1, 
        "Iron Anvil", 
        [
            [
                "Iron Bar", 
                7
            ]
        ]
    ], 
    [
        "Iron Helmet", 
        1, 
        "Iron Anvil", 
        [
            [
                "Iron Bar", 
                20
            ]
        ]
    ], 
    [
        "Iron Chainmail", 
        1, 
        "Iron Anvil", 
        [
            [
                "Iron Bar", 
                30
            ]
        ]
    ], 
    [
        "Iron Greaves", 
        1, 
        "Iron Anvil", 
        [
            [
                "Iron Bar", 
                25
            ]
        ]
    ], 
    [
        "Iron Chain", 
        1, 
        "Iron Anvil", 
        [
            [
                "Iron Bar", 
                3
            ]
        ]
    ], 
    [
        "Grappling Hook", 
        1, 
        "Iron Anvil", 
        [
            [
                "Iron Chain", 
                3
            ], 
            [
                "Hook", 
                1
            ]
        ]
    ], 
    [
        "Inlet Pump", 
        1, 
        "Iron Anvil", 
        [
            [
                "Iron Bar", 
                10
            ], 
            [
                "Wire", 
                2
            ]
        ]
    ], 
    [
        "Outlet Pump", 
        1, 
        "Iron Anvil", 
        [
            [
                "Iron Bar", 
                10
            ], 
            [
                "Wire", 
                2
            ]
        ]
    ], 
    [
        "1 Second Timer", 
        1, 
        "Iron Anvil", 
        [
            [
                "Iron Bar", 
                5
            ], 
            [
                "Gold Watch", 
                1
            ]
        ]
    ], 
    [
        "3 Second Timer", 
        1, 
        "Iron Anvil", 
        [
            [
                "Iron Bar", 
                5
            ], 
            [
                "Silver Watch", 
                1
            ]
        ]
    ], 
    [
        "5 Second Timer", 
        1, 
        "Iron Anvil", 
        [
            [
                "Iron Bar", 
                5
            ], 
            [
                "Copper Watch", 
                1
            ]
        ]
    ], 
    [
        "Silver Pickaxe", 
        1, 
        "Iron Anvil", 
        [
            [
                "Silver Bar", 
                12
            ], 
            [
                "Wood", 
                4
            ]
        ]
    ], 
    [
        "Silver Axe", 
        1, 
        "Iron Anvil", 
        [
            [
                "Silver Bar", 
                9
            ], 
            [
                "Wood", 
                3
            ]
        ]
    ], 
    [
        "Silver Hammer", 
        1, 
        "Iron Anvil", 
        [
            [
                "Silver Bar", 
                10
            ], 
            [
                "Wood", 
                3
            ]
        ]
    ], 
    [
        "Silver Shortsword", 
        1, 
        "Iron Anvil", 
        [
            [
                "Silver Bar", 
                6
            ]
        ]
    ], 
    [
        "Silver Broadsword", 
        1, 
        "Iron Anvil", 
        [
            [
                "Silver Bar", 
                8
            ]
        ]
    ], 
    [
        "Silver Bow", 
        1, 
        "Iron Anvil", 
        [
            [
                "Silver Bar", 
                7
            ]
        ]
    ], 
    [
        "Silver Helmet", 
        1, 
        "Iron Anvil", 
        [
            [
                "Silver Bar", 
                20
            ]
        ]
    ], 
    [
        "Silver Chainmail", 
        1, 
        "Iron Anvil", 
        [
            [
                "Silver Bar", 
                30
            ]
        ]
    ], 
    [
        "Silver Greaves", 
        1, 
        "Iron Anvil", 
        [
            [
                "Silver Bar", 
                25
            ]
        ]
    ], 
    [
        "Silver Chandelier", 
        1, 
        "Iron Anvil", 
        [
            [
                "Silver Bar", 
                4
            ], 
            [
                "Torch", 
                4
            ], 
            [
                "Iron Chain", 
                1
            ]
        ]
    ], 
    [
        "Gold Pickaxe", 
        1, 
        "Iron Anvil", 
        [
            [
                "Gold Bar", 
                12
            ], 
            [
                "Wood", 
                4
            ]
        ]
    ], 
    [
        "Gold Axe", 
        1, 
        "Iron Anvil", 
        [
            [
                "Gold Bar", 
                9
            ], 
            [
                "Wood", 
                3
            ]
        ]
    ], 
    [
        "Gold Hammer", 
        1, 
        "Iron Anvil", 
        [
            [
                "Gold Bar", 
                10
            ], 
            [
                "Wood", 
                3
            ]
        ]
    ], 
    [
        "Gold Broadsword", 
        1, 
        "Iron Anvil", 
        [
            [
                "Gold Bar", 
                8
            ]
        ]
    ], 
    [
        "Gold Shortsword", 
        1, 
        "Iron Anvil", 
        [
            [
                "Gold Bar", 
                7
            ]
        ]
    ], 
    [
        "Gold Bow", 
        1, 
        "Iron Anvil", 
        [
            [
                "Gold Bar", 
                7
            ]
        ]
    ], 
    [
        "Gold Helmet", 
        1, 
        "Iron Anvil", 
        [
            [
                "Gold Bar", 
                25
            ]
        ]
    ], 
    [
        "Gold Chainmail", 
        1, 
        "Iron Anvil", 
        [
            [
                "Gold Bar", 
                35
            ]
        ]
    ], 
    [
        "Gold Greaves", 
        1, 
        "Iron Anvil", 
        [
            [
                "Gold Bar", 
                30
            ]
        ]
    ], 
    [
        "Gold Crown", 
        1, 
        "Iron Anvil", 
        [
            [
                "Gold Bar", 
                30
            ], 
            [
                "Ruby", 
                1
            ]
        ]
    ], 
    [
        "Gold Chandelier", 
        1, 
        "Iron Anvil", 
        [
            [
                "Gold Bar", 
                4
            ], 
            [
                "Torch", 
                4
            ], 
            [
                "Iron Chain", 
                1
            ]
        ]
    ], 
    [
        "Throne", 
        1, 
        "Iron Anvil", 
        [
            [
                "Gold Bar", 
                30
            ], 
            [
                "Silk", 
                20
            ]
        ]
    ], 
    [
        "Unholy Arrow", 
        3, 
        "Iron Anvil", 
        [
            [
                "Wooden Arrow", 
                3
            ], 
            [
                "Worm Tooth", 
                1
            ]
        ]
    ], 
    [
        "Demon Bow", 
        1, 
        "Iron Anvil", 
        [
            [
                "Demonite Bar", 
                8
            ]
        ]
    ], 
    [
        "War Axe of the Night", 
        1, 
        "Iron Anvil", 
        [
            [
                "Demonite Bar", 
                10
            ]
        ]
    ], 
    [
        "Light's Bane", 
        1, 
        "Iron Anvil", 
        [
            [
                "Demonite Bar", 
                10
            ]
        ]
    ], 
    [
        "Shadow Helmet", 
        1, 
        "Iron Anvil", 
        [
            [
                "Demonite Bar", 
                15
            ], 
            [
                "Shadow Scale", 
                10
            ]
        ]
    ], 
    [
        "Shadow Scalemail", 
        1, 
        "Iron Anvil", 
        [
            [
                "Demonite Bar", 
                25
            ], 
            [
                "Shadow Scale", 
                20
            ]
        ]
    ], 
    [
        "Shadow Greaves", 
        1, 
        "Iron Anvil", 
        [
            [
                "Demonite Bar", 
                20
            ], 
            [
                "Shadow Scale", 
                15
            ]
        ]
    ], 
    [
        "Nightmare Pickaxe", 
        1, 
        "Iron Anvil", 
        [
            [
                "Demonite Bar", 
                12
            ], 
            [
                "Shadow Scale", 
                6
            ]
        ]
    ], 
    [
        "The Breaker", 
        1, 
        "Iron Anvil", 
        [
            [
                "Demonite Bar", 
                10
            ], 
            [
                "Shadow Scale", 
                5
            ]
        ]
    ], 
    [
        "Meteor Shot", 
        25, 
        "Iron Anvil", 
        [
            [
                "Meteorite Bar", 
                1
            ]
        ]
    ], 
    [
        "Blue Phaseblade", 
        1, 
        "Iron Anvil", 
        [
            [
                "Meteorite Bar", 
                20
            ], 
            [
                "Sapphire", 
                10
            ]
        ]
    ], 
    [
        "Red Phaseblade", 
        1, 
        "Iron Anvil", 
        [
            [
                "Meteorite Bar", 
                20
            ], 
            [
                "Ruby", 
                10
            ]
        ]
    ], 
    [
        "Green Phaseblade", 
        1, 
        "Iron Anvil", 
        [
            [
                "Meteorite Bar", 
                20
            ], 
            [
                "Emerald", 
                10
            ]
        ]
    ], 
    [
        "Purple Phaseblade", 
        1, 
        "Iron Anvil", 
        [
            [
                "Meteorite Bar", 
                20
            ], 
            [
                "Amethyst", 
                10
            ]
        ]
    ], 
    [
        "White Phaseblade", 
        1, 
        "Iron Anvil", 
        [
            [
                "Meteorite Bar", 
                20
            ], 
            [
                "Diamond", 
                10
            ]
        ]
    ], 
    [
        "Yellow Phaseblade", 
        1, 
        "Iron Anvil", 
        [
            [
                "Meteorite Bar", 
                20
            ], 
            [
                "Topaz", 
                10
            ]
        ]
    ], 
    [
        "Meteor Hamaxe", 
        1, 
        "Iron Anvil", 
        [
            [
                "Meteorite Bar", 
                35
            ]
        ]
    ], 
    [
        "Space Gun", 
        1, 
        "Iron Anvil", 
        [
            [
                "Flintlock Pistol", 
                1
            ], 
            [
                "Fallen Star", 
                10
            ]
        ]
    ], 
    [
        "Star Cannon", 
        1, 
        "Iron Anvil", 
        [
            [
                "Minishark", 
                1
            ], 
            [
                "Fallen Star", 
                5
            ]
        ]
    ], 
    [
        "Meteor Helmet", 
        1, 
        "Iron Anvil", 
        [
            [
                "Meteorite Bar", 
                25
            ]
        ]
    ], 
    [
        "Meteor Suit", 
        1, 
        "Iron Anvil", 
        [
            [
                "Meteorite Bar", 
                35
            ]
        ]
    ], 
    [
        "Meteor Leggings", 
        1, 
        "Iron Anvil", 
        [
            [
                "Meteorite Bar", 
                30
            ]
        ]
    ], 
    [
        "Blade of Grass", 
        1, 
        "Iron Anvil", 
        [
            [
                "Stinger", 
                15
            ], 
            [
                "Jungle Spores", 
                12
            ]
        ]
    ], 
    [
        "Thorn Chakram", 
        1, 
        "Iron Anvil", 
        [
            [
                "Stinger", 
                15
            ], 
            [
                "Jungle Spores", 
                6
            ]
        ]
    ], 
    [
        "Ivy Whip", 
        1, 
        "Iron Anvil", 
        [
            [
                "Jungle Spores", 
                12
            ], 
            [
                "Vine", 
                3
            ], 
            [
                "Grappling Hook", 
                1
            ]
        ]
    ], 
    [
        "Jungle Hat", 
        1, 
        "Iron Anvil", 
        [
            [
                "Jungle Spores", 
                8
            ], 
            [
                "Emerald", 
                1
            ], 
            [
                "Sapphire", 
                1
            ]
        ]
    ], 
    [
        "Jungle Shirt", 
        1, 
        "Iron Anvil", 
        [
            [
                "Jungle Spores", 
                16
            ], 
            [
                "Stinger", 
                12
            ], 
            [
                "Ruby", 
                1
            ], 
            [
                "Diamond", 
                1
            ]
        ]
    ], 
    [
        "Jungle Pants", 
        1, 
        "Iron Anvil", 
        [
            [
                "Jungle Spores", 
                8
            ], 
            [
                "Vine", 
                2
            ], 
            [
                "Amethyst", 
                1
            ], 
            [
                "Topaz", 
                1
            ]
        ]
    ], 
    [
        "Flamarang", 
        1, 
        "Iron Anvil", 
        [
            [
                "Enchanted Boomerang", 
                1
            ]
        ]
    ], 
    [
        "Molten Fury", 
        1, 
        "Iron Anvil", 
        [
            [
                "Hellstone Bar", 
                25
            ]
        ]
    ], 
    [
        "Fiery Greatsword", 
        1, 
        "Iron Anvil", 
        [
            [
                "Hellstone Bar", 
                35
            ]
        ]
    ], 
    [
        "Molten Pickaxe", 
        1, 
        "Iron Anvil", 
        [
            [
                "Hellstone Bar", 
                35
            ]
        ]
    ], 
    [
        "Molten Hamaxe", 
        1, 
        "Iron Anvil", 
        [
            [
                "Hellstone Bar", 
                35
            ]
        ]
    ], 
    [
        "Phoenix Blaster", 
        1, 
        "Iron Anvil", 
        [
            [
                "Handgun", 
                1
            ]
        ]
    ], 
    [
        "Molten Helmet", 
        1, 
        "Iron Anvil", 
        [
            [
                "Hellstone Bar", 
                25
            ]
        ]
    ], 
    [
        "Molten Breastplate", 
        1, 
        "Iron Anvil", 
        [
            [
                "Hellstone Bar", 
                35
            ]
        ]
    ], 
    [
        "Molten Greaves", 
        1, 
        "Iron Anvil", 
        [
            [
                "Hellstone Bar", 
                30
            ]
        ]
    ], 
    [
        "Cobalt Helmet", 
        1, 
        "Iron Anvil", 
        [
            [
                "Cobalt Bar", 
                10
            ]
        ]
    ], 
    [
        "Cobalt Mask", 
        1, 
        "Iron Anvil", 
        [
            [
                "Cobalt Bar", 
                10
            ]
        ]
    ], 
    [
        "Cobalt Hat", 
        1, 
        "Iron Anvil", 
        [
            [
                "Cobalt Bar", 
                10
            ]
        ]
    ], 
    [
        "Cobalt Breastplate", 
        1, 
        "Iron Anvil", 
        [
            [
                "Cobalt Bar", 
                20
            ]
        ]
    ], 
    [
        "Cobalt Leggings", 
        1, 
        "Iron Anvil", 
        [
            [
                "Cobalt Bar", 
                15
            ]
        ]
    ], 
    [
        "Cobalt Drill", 
        1, 
        "Iron Anvil", 
        [
            [
                "Cobalt Bar", 
                15
            ]
        ]
    ], 
    [
        "Cobalt Chainsaw", 
        1, 
        "Iron Anvil", 
        [
            [
                "Cobalt Bar", 
                10
            ]
        ]
    ], 
    [
        "Cobalt Repeater", 
        1, 
        "Iron Anvil", 
        [
            [
                "Cobalt Bar", 
                10
            ]
        ]
    ], 
    [
        "Cobalt Sword", 
        1, 
        "Iron Anvil", 
        [
            [
                "Cobalt Bar", 
                10
            ]
        ]
    ], 
    [
        "Cobalt Naginata", 
        1, 
        "Iron Anvil", 
        [
            [
                "Cobalt Bar", 
                10
            ]
        ]
    ], 
    [
        "Mythril Anvil", 
        1, 
        "Iron Anvil", 
        [
            [
                "Mythril Bar", 
                10
            ]
        ]
    ], 
    [
        "Ale", 
        1, 
        "Keg", 
        [
            [
                "Mug", 
                1
            ]
        ]
    ], 
    [
        "Goblin Battle Standard", 
        1, 
        "Loom", 
        [
            [
                "Tattered Cloth", 
                10
            ], 
            [
                "Wood", 
                5
            ]
        ]
    ], 
    [
        "Silk", 
        1, 
        "Loom", 
        [
            [
                "Cobweb", 
                10
            ]
        ]
    ], 
    [
        "Red Banner", 
        1, 
        "Loom", 
        [
            [
                "Silk", 
                3
            ]
        ]
    ], 
    [
        "Green Banner", 
        1, 
        "Loom", 
        [
            [
                "Silk", 
                3
            ]
        ]
    ], 
    [
        "Blue Banner", 
        1, 
        "Loom", 
        [
            [
                "Silk", 
                3
            ]
        ]
    ], 
    [
        "Yellow Banner", 
        1, 
        "Loom", 
        [
            [
                "Silk", 
                3
            ]
        ]
    ], 
    [
        "Hero's Hat", 
        1, 
        "Loom", 
        [
            [
                "Silk", 
                20
            ], 
            [
                "Green Dye", 
                3
            ]
        ]
    ], 
    [
        "Hero's Shirt", 
        1, 
        "Loom", 
        [
            [
                "Silk", 
                20
            ], 
            [
                "Green Dye", 
                3
            ]
        ]
    ], 
    [
        "Hero's Pants", 
        1, 
        "Loom", 
        [
            [
                "Silk", 
                20
            ], 
            [
                "Green Dye", 
                3
            ]
        ]
    ], 
    [
        "Tuxedo Shirt", 
        1, 
        "Loom", 
        [
            [
                "Silk", 
                20
            ], 
            [
                "Black Dye", 
                3
            ]
        ]
    ], 
    [
        "Tuxedo Pants", 
        1, 
        "Loom", 
        [
            [
                "Silk", 
                20
            ], 
            [
                "Black Dye", 
                3
            ]
        ]
    ], 
    [
        "Robe", 
        1, 
        "Loom", 
        [
            [
                "Silk", 
                30
            ], 
            [
                "Ruby", 
                3
            ]
        ]
    ], 
    [
        "Mythril Helmet", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Mythril Bar", 
                10
            ]
        ]
    ], 
    [
        "Mythril Hat", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Mythril Bar", 
                10
            ]
        ]
    ], 
    [
        "Mythril Hood", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Mythril Bar", 
                10
            ]
        ]
    ], 
    [
        "Mythril Chainmail", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Mythril Bar", 
                20
            ]
        ]
    ], 
    [
        "Mythril Greaves", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Mythril Bar", 
                15
            ]
        ]
    ], 
    [
        "Mythril Drill", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Mythril Bar", 
                15
            ]
        ]
    ], 
    [
        "Mythril Chainsaw", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Mythril Bar", 
                10
            ]
        ]
    ], 
    [
        "Mythril Repeater", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Mythril Bar", 
                10
            ]
        ]
    ], 
    [
        "Mythril Sword", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Mythril Bar", 
                10
            ]
        ]
    ], 
    [
        "Mythril Halberd", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Mythril Bar", 
                10
            ]
        ]
    ], 
    [
        "Adamantite Helmet", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Adamantite Bar", 
                12
            ]
        ]
    ], 
    [
        "Adamantite Mask", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Adamantite Bar", 
                12
            ]
        ]
    ], 
    [
        "Adamantite Headgear", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Adamantite Bar", 
                12
            ]
        ]
    ], 
    [
        "Adamantite Breastplate", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Adamantite Bar", 
                24
            ]
        ]
    ], 
    [
        "Adamantite Leggings", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Adamantite Bar", 
                18
            ]
        ]
    ], 
    [
        "Adamantite Drill", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Adamantite Bar", 
                18
            ]
        ]
    ], 
    [
        "Adamantite Chainsaw", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Adamantite Bar", 
                12
            ]
        ]
    ], 
    [
        "Adamantite Repeater", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Adamantite Bar", 
                12
            ]
        ]
    ], 
    [
        "Adamantite Sword", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Adamantite Bar", 
                12
            ]
        ]
    ], 
    [
        "Adamantite Glaive", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Adamantite Bar", 
                12
            ]
        ]
    ], 
    [
        "Adamantite Forge", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Adamantite Ore", 
                30
            ], 
            [
                "Hellforge", 
                1
            ]
        ]
    ], 
    [
        "Hallowed Mask", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Soul of Sight", 
                20
            ], 
            [
                "Adamantite Helmet", 
                1
            ], 
            [
                "Mythril Helmet", 
                1
            ]
        ]
    ], 
    [
        "Hallowed Headgear", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Soul of Sight", 
                20
            ], 
            [
                "Adamantite Headgear", 
                1
            ], 
            [
                "Mythril Hood", 
                1
            ]
        ]
    ], 
    [
        "Hallowed Helmet", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Soul of Sight", 
                20
            ], 
            [
                "Adamantite Mask", 
                1
            ], 
            [
                "Mythril Hat", 
                1
            ]
        ]
    ], 
    [
        "Hallowed Plate Mail", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Soul of Might", 
                20
            ], 
            [
                "Adamantite Breastplate", 
                1
            ], 
            [
                "Mythril Chainmail", 
                1
            ]
        ]
    ], 
    [
        "Hallowed Greaves", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Soul of Fright", 
                20
            ], 
            [
                "Adamantite Leggings", 
                1
            ], 
            [
                "Mythril Greaves", 
                1
            ]
        ]
    ], 
    [
        "Hamdrax", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Soul of Fright", 
                5
            ], 
            [
                "Soul of Might", 
                5
            ], 
            [
                "Soul of Sight", 
                5
            ], 
            [
                "Adamantite Chainsaw", 
                1
            ], 
            [
                "Adamantite Drill", 
                1
            ], 
            [
                "Cobalt Chainsaw", 
                1
            ], 
            [
                "Cobalt Drill", 
                1
            ], 
            [
                "Mythril Chainsaw", 
                1
            ], 
            [
                "Mythril Drill", 
                1
            ]
        ]
    ], 
    [
        "Hallowed Repeater", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Soul of Sight", 
                20
            ], 
            [
                "Adamantite Repeater", 
                1
            ], 
            [
                "Mythril Repeater", 
                1
            ]
        ]
    ], 
    [
        "Excalibur", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Soul of Might", 
                20
            ], 
            [
                "Adamantite Sword", 
                1
            ], 
            [
                "Mythril Sword", 
                1
            ]
        ]
    ], 
    [
        "Gungnir", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Soul of Fright", 
                20
            ], 
            [
                "Adamantite Glaive", 
                1
            ], 
            [
                "Mythril Halberd", 
                1
            ]
        ]
    ], 
    [
        "Dao of Pow", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Soul of Light", 
                10
            ], 
            [
                "Soul of Night", 
                10
            ], 
            [
                "Dark Shard", 
                1
            ], 
            [
                "Light Shard", 
                1
            ]
        ]
    ], 
    [
        "Megashark", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Soul of Might", 
                20
            ], 
            [
                "Shark Fin", 
                5
            ], 
            [
                "Illegal Gun Parts", 
                1
            ]
        ]
    ], 
    [
        "Light Disc", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Cobalt Bar", 
                10
            ], 
            [
                "Mythril Bar", 
                10
            ], 
            [
                "Soul of Light", 
                5
            ], 
            [
                "Soul of Might", 
                5
            ]
        ]
    ], 
    [
        "Flamethrower", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Cursed Flame", 
                35
            ], 
            [
                "Copper Bar", 
                20
            ], 
            [
                "Iron Bar", 
                20
            ], 
            [
                "Soul of Fright", 
                20
            ], 
            [
                "Illegal Gun Parts", 
                1
            ]
        ]
    ], 
    [
        "Magical Harp", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Crystal Shard", 
                25
            ], 
            [
                "Soul of Sight", 
                20
            ], 
            [
                "Gold Bar", 
                15
            ], 
            [
                "Soul of Night", 
                15
            ], 
            [
                "Harp", 
                1
            ]
        ]
    ], 
    [
        "Rainbow Rod", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Pixie Dust", 
                60
            ], 
            [
                "Crystal Shard", 
                30
            ], 
            [
                "Soul of Sight", 
                20
            ], 
            [
                "Soul of Light", 
                10
            ], 
            [
                "Unicorn Horn", 
                4
            ]
        ]
    ], 
    [
        "Neptune's Shell", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Soul of Fright", 
                20
            ], 
            [
                "Coral", 
                15
            ], 
            [
                "Goldfish", 
                15
            ], 
            [
                "Shark Fin", 
                5
            ], 
            [
                "Soul of Light", 
                5
            ], 
            [
                "Soul of Night", 
                5
            ]
        ]
    ], 
    [
        "Angel Wings", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Soul of Light", 
                30
            ], 
            [
                "Soul of Flight", 
                25
            ], 
            [
                "Feather", 
                10
            ]
        ]
    ], 
    [
        "Demon Wings", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Soul of Night", 
                30
            ], 
            [
                "Soul of Flight", 
                25
            ], 
            [
                "Feather", 
                10
            ]
        ]
    ], 
    [
        "Cursed Arrow", 
        15, 
        "Mythril Anvil", 
        [
            [
                "Wooden Arrow", 
                15
            ], 
            [
                "Cursed Flame", 
                1
            ]
        ]
    ], 
    [
        "Cursed Bullet", 
        25, 
        "Mythril Anvil", 
        [
            [
                "Musket Ball", 
                25
            ], 
            [
                "Cursed Flame", 
                1
            ]
        ]
    ], 
    [
        "Crystal Bullet", 
        25, 
        "Mythril Anvil", 
        [
            [
                "Musket Ball", 
                25
            ], 
            [
                "Crystal Shard", 
                1
            ]
        ]
    ], 
    [
        "Holy Arrow", 
        35, 
        "Mythril Anvil", 
        [
            [
                "Wooden Arrow", 
                35
            ], 
            [
                "Pixie Dust", 
                6
            ], 
            [
                "Unicorn Horn", 
                1
            ]
        ]
    ], 
    [
        "Fairy Bell", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Pixie Dust", 
                80
            ], 
            [
                "Soul of Sight", 
                20
            ], 
            [
                "Gold Bar", 
                15
            ], 
            [
                "Soul of Light", 
                15
            ], 
            [
                "Bell", 
                1
            ]
        ]
    ], 
    [
        "Mechanical Eye", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Soul of Light", 
                7
            ], 
            [
                "Copper Bar", 
                5
            ], 
            [
                "Iron Bar", 
                5
            ], 
            [
                "Lens", 
                3
            ]
        ]
    ], 
    [
        "Mechanical Worm", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Soul of Night", 
                7
            ], 
            [
                "Rotten Chunk", 
                6
            ], 
            [
                "Copper Bar", 
                5
            ], 
            [
                "Iron Bar", 
                5
            ]
        ]
    ], 
    [
        "Mechanical Skull", 
        1, 
        "Mythril Anvil", 
        [
            [
                "Bone", 
                30
            ], 
            [
                "Copper Bar", 
                5
            ], 
            [
                "Iron Bar", 
                5
            ], 
            [
                "Soul of Light", 
                5
            ], 
            [
                "Soul of Night", 
                5
            ]
        ]
    ]
]