--[FOOD INGREDIENTS]--
['cheese'] = {['name'] = 'cheese', ['label'] = 'Cheese Slices', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cheese.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['mozzarella'] = {['name'] = 'mozzarella', ['label'] = 'Mozzarella', ['weight'] = 10, ['type'] = 'item', ['image'] = 'mozzarella.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['lettuce'] = {['name'] = 'lettuce', ['label'] = 'Lettuce', ['weight'] = 10, ['type'] = 'item', ['image'] = 'lettuce.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['mushrooms'] = {['name'] = 'mushrooms', ['label'] = 'Mushrooms', ['weight'] = 10, ['type'] = 'item', ['image'] = 'mushrooms.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['ham'] = {['name'] = 'ham', ['label'] = 'Ham', ['weight'] = 10, ['type'] = 'item', ['image'] = 'ham.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['meat'] = {['name'] = 'meat', ['label'] = 'Meat', ['weight'] = 10, ['type'] = 'item', ['image'] = 'meat.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['pepperoni'] = {['name'] = 'pepperoni', ['label'] = 'Pepperoni', ['weight'] = 10, ['type'] = 'item', ['image'] = 'pepperoni.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['seafoodmix'] = {['name'] = 'seafoodmix', ['label'] = 'Seafood Mix', ['weight'] = 10, ['type'] = 'item', ['image'] = 'seafoodmix.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['tomato'] = {['name'] = 'tomato', ['label'] = 'Tomatos', ['weight'] = 10, ['type'] = 'item', ['image'] = 'tomato.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['tomatosauce'] = {['name'] = 'tomatosauce', ['label'] = 'Tomato Sauce', ['weight'] = 10, ['type'] = 'item', ['image'] = 'tomatosauce.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['oil'] = {['name'] = 'oil', ['label'] = 'Oil', ['weight'] = 10, ['type'] = 'item', ['image'] = 'oil.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['flour'] = {['name'] = 'flour', ['label'] = 'Flour', ['weight'] = 10, ['type'] = 'item', ['image'] = 'flour.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['sugar'] = {['name'] = 'sugar', ["label"] = 'Sugar', ['weight'] = 10, ["type"] = "item", ["image"] = 'sugar.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['salt'] = {['name'] = 'salt', ['label'] = 'Salt', ['weight'] = 10, ['type'] = 'item', ['image'] = 'salt.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['dough'] = {['name'] = 'dough', ['label'] = 'Dough', ['weight'] = 10, ['type'] = 'item', ['image'] = 'dough.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['pizzabase'] = {['name'] = 'pizzabase', ['label'] = 'Pizza Base', ['weight'] = 100,['type'] = 'item', ['image'] = 'pizzabase.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Buttom of a pizza'},
['durumbase'] = {['name'] = 'durumbase', ['label'] = 'Durum Base', ['weight'] = 100,['type'] = 'item', ['image'] = 'durumbase.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Wrap for a durum'},
--[FOOD]--
['veganpizza'] = {['name'] = 'veganpizza', ['label'] = 'Vegan Pizza', ['weight'] = 10, ['type'] = 'item', ['image'] = 'veganpizza.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Food'},
['margharita'] = {['name'] = 'margharita', ['label'] = 'Margharita Pizza', ['weight'] = 10, ['type'] = 'item', ['image'] = 'margharita.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Food'},
['napollitano'] = {['name'] = 'napollitano', ['label'] = 'Napollitano Pizza', ['weight'] = 10, ['type'] = 'item', ['image'] = 'napollitano.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Food'},
['mushroompizza'] = {['name'] = 'mushroompizza', ['label'] = 'Mushroom Pizza', ['weight'] = 10, ['type'] = 'item', ['image'] = 'mushroompizza.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Food'},
['oceanpizza'] = {['name'] = 'oceanpizza', ['label'] = 'Ocean Pizza', ['weight'] = 10, ['type'] = 'item', ['image'] = 'oceanpizza.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Food'},
['deeppan'] = {['name'] = 'deeppan', ['label'] = 'Deep Pan Pizza', ['weight'] = 10, ['type'] = 'item', ['image'] = 'deeppan.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Food'},
['durum'] = {['name'] = 'durum', ['label'] = 'Durum', ['weight'] = 10, ['type'] = 'item', ['image'] = 'durum.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Food'},
--[DRINK INGREDIENTS]--
["ice"] = {["name"] = "ice", ["label"] = "Ice", ["weight"] = 10, ["type"] = "item", ["image"] = "ice.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Ingredients"},
["pineapplejuice"] = {["name"] = "pineapplejuice", ["label"] = "Pineapple Juice", ["weight"] = 10, ["type"] = "item", ["image"] = "pineapplejuice.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Ingredients"},
["lemon"] = {["name"] = "lemon", ["label"] = "Lemon", ["weight"] = 10, ["type"] = "item", ["image"] = "lemon.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Ingredients"},
["lime"] = {["name"] = "lime", ["label"] = "Lime", ["weight"] = 10, ["type"] = "item", ["image"] = "lime.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Ingredients"},
["sugar"] = {["name"] = "sugar", ["label"] = "Sugar", ["weight"] = 10, ["type"] = "item", ["image"] = "sugar.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Ingredients"},
["mint"] = {["name"] = "mint", ["label"] = "Mint", ["weight"] = 10, ["type"] = "item", ["image"] = "mint.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Ingredients"},
["cocomilk"] = {["name"] = "cocomilk", ["label"] = "Coco Milk", ["weight"] = 10, ["type"] = "item", ["image"] = "cocomilk.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Ingredients"},
--[DRINKS]--
["bluelagoon"] = {["name"] = "bluelagoon", ["label"] = "Blue Lagoon", ["weight"] = 30, ["type"] = "item", ["image"] = "bluelagoon.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Alcoholic Drink"},
["caipirinha"] = {["name"] = "caipirinha", ["label"] = "Caipirinha", ["weight"] = 30, ["type"] = "item", ["image"] = "caipirinha.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Alcoholic Drink"},
["pinacolada"] = {["name"] = "pinacolada", ["label"] = "Pinã Colada", ["weight"] = 30, ["type"] = "item", ["image"] = "pinacolada.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Alcoholic Drink"},
["maitai"] = {["name"] = "maitai", ["label"] = "Mai Tai", ["weight"] = 30, ["type"] = "item", ["image"] = "maitai.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Alcoholic Drink"},
["mojito"] = {["name"] = "mojito", ["label"] = "Mojito", ["weight"] = 30, ["type"] = "item", ["image"] = "mojito.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Alcoholic Drink"},
["sanfrancisco"] = {["name"] = "sanfrancisco", ["label"] = "San Francisco", ["weight"] = 30, ["type"] = "item", ["image"] = "sanfrancisco.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Alcoholic Drink"},
["gin"] = {["name"] = "gin", ["label"] = "Gin", ["weight"] = 30, ["type"] = "item", ["image"] = "gin.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Alcoholic Drink"},
["rum"] = {["name"] = "rum", ["label"] = "Rum", ["weight"] = 30, ["type"] = "item", ["image"] = "rum.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Alcoholic Drink"},
["whiskey"] = {["name"] = "whiskey", ["label"] = "Whiskey", ["weight"] = 30, ["type"] = "item", ["image"] = "whiskey.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Alcoholic Drink"},
["vodka"] = {["name"] = "vodka", ["label"] = "Vodka", ["weight"] = 30, ["type"] = "item", ["image"] = "vodka.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Alcoholic Drink"},