--Add in qb-core/shared/items.lua
['cc_sugar'] = {['name'] = 'cc_sugar', ['label'] = 'Sugar', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_sugar.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_espresso'] = {['name'] = 'cc_espresso', ['label'] = 'Espresso', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_espresso.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_cappuccino'] = {['name'] = 'cc_cappuccino', ['label'] = 'Cappuccino', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_cappuccino.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_milk'] = {['name'] = 'cc_milk', ['label'] = 'Milk', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_milk.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_cocao_powder'] = {['name'] = 'cc_cocao_powder', ['label'] = 'Cocao Powder', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_cocao_powder.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_latte'] = {['name'] = 'cc_latte', ['label'] = 'Latte', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_latte.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_mocha'] = {['name'] = 'cc_mocha', ['label'] = 'Mocha', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_mocha.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_chocolate_syrup'] = {['name'] = 'cc_chocolate_syrup', ['label'] = 'Chocolate Syrup', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_chocolate_syrup.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_hotchocolate'] = {['name'] = 'cc_hotchocolate', ['label'] = 'Hot Chocolate', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_hotchocolate.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_bubbletea'] = {['name'] = 'cc_bubbletea', ['label'] = 'Bubble Tea', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_bubbletea.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_chocolatemilkshake'] = {['name'] = 'cc_chocolatemilkshake', ['label'] = 'Chocolate Milkshake', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_chocolatemilkshake.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_strawberrysmoothie'] = {['name'] = 'cc_strawberrysmoothie', ['label'] = 'Strawberry Smoothie', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_strawberrysmoothie.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_berryblastsmoothie'] = {['name'] = 'cc_berryblastsmoothie', ['label'] = 'Berry Blast Smoothie', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_berryblastsmoothie.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_tropicalparadisesmoothie'] = {['name'] = 'cc_tropicalparadisesmoothie', ['label'] = 'Tropical Paradise Smoothie', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_tropicalparadisesmoothie.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_mixedberries'] = {['name'] = 'cc_mixedberries', ['label'] = 'Cup of Mixed Berries', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_mixedberries.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_yogurtcup'] = {['name'] = 'cc_yogurtcup', ['label'] = 'Yogurt Cup', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_yogurtcup.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_cuporangejuice'] = {['name'] = 'cc_cuporangejuice', ['label'] = 'Yogurt Cup', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cup_orange_juice.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_ripebanana'] = {['name'] = 'cc_ripebanana', ['label'] = 'Ripe Banana', ['weight'] = 10, ['type'] = 'item', ['image'] = 'ripe_banana.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_coconut_milk'] = {['name'] = 'cc_coconut_milk', ['label'] = 'Coconut Milk', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_coconut_milk.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_pineapple_chunks'] = {['name'] = 'cc_pineapple_chunks', ['label'] = 'Pineapple Chunks', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_pineapple_chunks.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_mango_chunks'] = {['name'] = 'cc_mango_chunks', ['label'] = 'Mango Chunks', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_pineapple_chunks.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_black_tapioca_pearls'] = {['name'] = 'cc_black_tapioca_pearls', ['label'] = 'Black Tapioca Pearls', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_black_tapioca_pearls.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_brewed_black_tea'] = {['name'] = 'cc_brewed_black_tea', ['label'] = 'Brewed Black Tea', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_brewed_black_tea.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_vanilla_icecream'] = {['name'] = 'cc_vanilla_icecream', ['label'] = 'Vanilla Icecream', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_vanilla_icecream.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_strawberries'] = {['name'] = 'cc_strawberries', ['label'] = 'Strawberries', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_strawberries.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_fukuoka_hakata_ramen'] = {['name'] = 'cc_fukuoka_hakata_ramen', ['label'] = 'Fukuoka Hakata Ramen', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_fukuoka_hakata_ramen.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_miso_ramen'] = {['name'] = 'cc_miso_ramen', ['label'] = 'Miso Ramen', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_miso_ramen.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_nagoya_taiwan_ramen'] = {['name'] = 'cc_nagoya_taiwan_ramen', ['label'] = 'Nagoya Taiwan Ramen', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_nagoya_taiwan_ramen.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_osaka_shio_ramen'] = {['name'] = 'cc_osaka_shio_ramen', ['label'] = 'Osaka Shio Ramen', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_osaka_shio_ramen.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_shoyu_ramen'] = {['name'] = 'cc_shoyu_ramen', ['label'] = 'Shoyu Ramen', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_shoyu_ramen.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_tonkotsu_ramen'] = {['name'] = 'cc_tonkotsu_ramen', ['label'] = 'Tonkotsu Ramen', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_tonkotsu_ramen.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_iekei_ramen'] = {['name'] = 'cc_iekei_ramen', ['label'] = 'Iekei Ramen', ['weight'] = 10, ['type'] = 'item', ['image'] = 'Iekei_ramen.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cc_black_garlic_ramen'] = { ['name'] = 'cc_black_garlic_ramen', ['label'] = 'Black Garlic Ramen', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_black_garlic_ramen.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_wheat_noodles'] = { ['name'] = 'cc_wheat_noodles', ['label'] = 'Wheat Noodles', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_wheat_noodles.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_green_onions'] = { ['name'] = 'green_onions', ['label'] = 'Green Onions', ['weight'] = 10, ['type'] = 'item', ['image'] = 'green_onions.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_chashu_pork'] = { ['name'] = 'cc_chashu_pork', ['label'] = 'Chashu Pork', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_chashu_pork.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_miso_broth'] = { ['name'] = 'cc_miso_broth', ['label'] = 'Miso Broth', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_miso_broth.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_butter'] = { ['name'] = 'cc_butter', ['label'] = 'Butter', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_butter.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_spinach'] = { ['name'] = 'cc_spinach', ['label'] = 'Spinach', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_spinach.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_soft_boiled_egg'] = { ['name'] = 'cc_soft_boiled_egg', ['label'] = 'Soft Boiled Eggs', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_soft_boiled_egg.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_pure_vanilla'] = { ['name'] = 'cc_pure_vanilla', ['label'] = 'Pure Vanilla', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_pure_vanilla.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_heavy_cream'] = { ['name'] = 'cc_heavy_cream', ['label'] = 'Cup of Heavy Cream', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_heavy_cream.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_chocolate_chips'] = { ['name'] = 'cc_chocolate_chips', ['label'] = 'Chocolate Chips', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_chocolate_chips.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_coffee_powder'] = { ['name'] = 'cc_coffee_powder', ['label'] = 'Coffee Powder', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_coffee_powder.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_chocolate_cookies'] = { ['name'] = 'cc_chocolate_cookies', ['label'] = 'Chocolate Cookies', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_chocolate_cookies.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_chocolate_icecream'] = { ['name'] = 'cc_chocolate_icecream', ['label'] = 'Chocolate IceCream', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_chocolate_icecream.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_strawberry_icecream'] = { ['name'] = 'cc_strawberry_icecream', ['label'] = 'Strawberry IceCream', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_strawberry_icecream.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_mintchoco_icecream'] = { ['name'] = 'cc_mintchoco_icecream', ['label'] = 'Mint Chocolate Chip Ice Cream', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_mintchoco_icecream.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_coffee_icecream'] = { ['name'] = 'cc_coffee_icecream', ['label'] = 'Coffee Ice Cream', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_coffee_icecream.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_classic_blt_sandwich'] = { ['name'] = 'cc_classic_blt_sandwich', ['label'] = 'Classic BLT Sandwich', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_classic_blt_sandwich.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_bacon_strips'] = { ['name'] = 'cc_bacon_strips', ['label'] = 'Bacon strips', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_bacon_strips.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_slices_of_bread'] = { ['name'] = 'cc_slices_of_bread', ['label'] = 'Slices of Bread', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_slices_of_bread.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_lettuce'] = { ['name'] = 'cc_lettuce', ['label'] = 'Lettuce', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_lettuce.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_cheese_sandwich'] = { ['name'] = 'cc_cheese_sandwich', ['label'] = 'Cheese Sandwich', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_cheese_sandwich.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_cheddar_cheese'] = { ['name'] = 'cc_cheddar_cheese', ['label'] = 'Cheddar Cheese', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_cheddar_cheese.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_turkey_sandwich'] = { ['name'] = 'cc_turkey_sandwich', ['label'] = 'Turkey Club Sandwich', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_turkey_sandwich.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_turkey_slices'] = { ['name'] = 'cc_turkey_slices', ['label'] = 'Turkey Slices', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_turkey_slices.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_caprese_sandwich'] = { ['name'] = 'cc_caprese_sandwich', ['label'] = 'Caprese Sandwich', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_caprese_sandwich.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_mozzarella_cheese'] = { ['name'] = 'cc_mozzarella_cheese', ['label'] = 'Fresh mozzarella cheese', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_mozzarella_cheese.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_avocado_sandwich'] = { ['name'] = 'cc_avocado_sandwich', ['label'] = 'Chicken Avocado Sandwich', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_avocado_sandwich.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_avocado'] = { ['name'] = 'cc_avocado', ['label'] = 'Avocado', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_avocado.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_icecubes'] = { ['name'] = 'cc_icecubes', ['label'] = 'Ice Cubes', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_icecubes.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_waterbottle'] = { ['name'] = 'cc_waterbottle', ['label'] = 'Water Bottle', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_waterbottle.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
['cc_emptycup'] = { ['name'] = 'cc_emptycup', ['label'] = 'Empty Cup', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cc_emptycup.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' },
--toys
['plush_01a'] = {['name'] = 'plush_01a', ['label'] = 'Plush Toy 01', ['weight'] = 100, ['type'] = 'item', ['image'] = 'plush_01a.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true},
['plush_02a'] = {['name'] = 'plush_02a', ['label'] = 'Plush Toy 02', ['weight'] = 100, ['type'] = 'item', ['image'] = 'plush_02a.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true},
['plush_03a'] = {['name'] = 'plush_03a', ['label'] = 'Plush Toy 03', ['weight'] = 100, ['type'] = 'item', ['image'] = 'plush_03a.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true},
['plush_04a'] = {['name'] = 'plush_04a', ['label'] = 'Plush Toy 04', ['weight'] = 100, ['type'] = 'item', ['image'] = 'plush_04a.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true},
['plush_05a'] = {['name'] = 'plush_05a', ['label'] = 'Plush Toy 05', ['weight'] = 100, ['type'] = 'item', ['image'] = 'plush_05a.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true},
['plush_06a'] = {['name'] = 'plush_06a', ['label'] = 'Plush Toy 06', ['weight'] = 100, ['type'] = 'item', ['image'] = 'plush_06a.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true},
['plush_07a'] = {['name'] = 'plush_07a', ['label'] = 'Plush Toy 07', ['weight'] = 100, ['type'] = 'item', ['image'] = 'plush_07a.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true},
['plush_08a'] = {['name'] = 'plush_08a', ['label'] = 'Plush Toy 08', ['weight'] = 100, ['type'] = 'item', ['image'] = 'plush_08a.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true},