-- Ingredients
tofu = { name = 'tofu', label = 'Tofu', weight = 10, type = 'item', image = 'tofu.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Ingredients'},
rice = { name = 'rice', label = 'Rice', weight = 10, type = 'item', image = 'rice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Ingredients'},
seaweed = { name = 'seaweed', label = 'Sea Weed', weight = 10, type = 'item', image = 'seaweed.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Ingredients'},
skewer = { name = 'skewer', label = 'Skewer', weight = 10, type = 'item', image = 'skewer.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Ingredients'},
fish = { name = 'fish', label = 'Fish', weight = 10, type = 'item', image = 'fish.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Ingredients'},
teriyaki = { name = 'teriyaki', label = 'Teriyaki', weight = 10, type = 'item', image = 'teriyaki.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Ingredients'},
noodles = { name = 'noodles', label = 'Noodles', weight = 10, type = 'item', image = 'noodles.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Ingredients'},
chickenraw = { name = 'chickenraw', label = 'Raw Chicken Fillet', weight = 10, type = 'item', image = 'chickenraw.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Ingredients'},
-- Food
ramen_hot = { name = 'ramen_hot', label = 'Ramen Hot', weight = 10, type = 'item', image = 'ramen_hot.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Food'},
ramen_chicken = { name = 'ramen_chicken', label = 'Ramen Chicken', weight = 10, type = 'item', image = 'ramen_chicken.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Food'},
ramen_pork = { name = 'ramen_pork', label = 'Ramen Pork', weight = 10, type = 'item', image = 'ramen_pork.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Food'},
yakitori = { name = 'yakitori', label = 'Yakitori', weight = 10, type = 'item', image = 'yakitori.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Food'},
teriyaki_chicken = { name = 'teriyaki_chicken', label = 'Teriyaki Chicken', weight = 10, type = 'item', image = 'teriyaki_chicken.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Food'},
sushi = { name = 'sushi', label = 'Sushi', weight = 10, type = 'item', image = 'sushi.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Food'},
misosoup = { name = 'misosoup', label = 'Miso Soup', weight = 30, type = 'item', image = 'misosoup.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Food'},
onigiri = { name = 'onigiri', label = 'Onigiri', weight = 10, type = 'item', image = 'onigiri.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Food'},
-- Drinks
milkshake = { name = 'milkshake', label = 'Milkshake', weight = 10, type = 'item', image = 'milkshake.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Drink'},
soda = { name = 'soda', label = 'Soda', weight = 10, type = 'item', image = 'soda.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Drink'},