π·How To Add New Food Items
Configuration Guide
Ingredients
-- Basic ingredient structure
tomato = {
label = 'Tomato', -- Display name
emoji = 'π
', -- Emoji representation
image = 'image_url', -- URL to ingredient image
default = 250, -- Starting quantity (optional)
show = true/false -- Whether to show in inventory (optional)
}
-- Example configuration
Config.ingredients = {
bacon = {
label = 'Bacon',
emoji = 'π₯',
image = 'https://example.com/bacon.png',
default = 100
}
}Drinks
Meals
Item Types
Notes
Last updated