--[FOOD INGREDIENTS]--
['bacon'] = {['name'] = 'bacon', ['label'] = 'Bacon', ['weight'] = 10, ['type'] = 'item', ['image'] = 'bacon.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['bun'] = {['name'] = 'bun', ['label'] = 'Buns', ['weight'] = 10, ['type'] = 'item', ['image'] = 'bun.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['cheese'] = {['name'] = 'cheese', ['label'] = 'Cheese Slices', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cheese.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'},
['onionslice'] = {['name'] = 'onionslice', ['label'] = 'Onion Slices', ['weight'] = 10, ['type'] = 'item', ['image'] = 'onionslice.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'},
--[FOOD]--
['torpedo'] = {['name'] = 'torpedo', ['label'] = 'Torpedo', ['weight'] = 10, ['type'] = 'item', ['image'] = 'torpedo.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Food'},
--[DRINKS]--
['soda'] = {['name'] = 'soda', ['label'] = 'Soda', ['weight'] = 10, ['type'] = 'item', ['image'] = 'soda.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Drink'},