Config = {}

Config.Juice = {
    label = "Vape",
    slots = 1,
    items = {
        [1] = {
            name = "vapejuice",
            price = 5500,
            amount = 100,
            info = {},
            type = "item",
            slot = 1,
        },        
		[2] = {
            name = "vape",
            price = 10000,
            amount = 100,
            info = {},
            type = "item",
            slot = 2,
        },		
    }
}