
π₯¦Ingredients
Config.Ingredients = {
['Example Shop'] = { -- the shopName must be the key
{
name = 'exampleitem1', -- the item name in your items.lua
label = 'An Example Item', -- the item label for the menu
},
{
name = 'exampleitem2', -- the item name in your items.lua
label = 'Another Example Item', -- the item label for the menu
},
},
}Last updated