QBOX Installation

Step 1: Inventory Items

-- CB-Planting
["weed_seed"] = {
  label = "Weed Seed",
  weight = 0,
  stack = true,
  close = true,
  description = "",
  client = {
      image = "weed_seed.png",
  }
},
["weed_bucket"] = {
    label = "Weed Bucket",
    weight = 0,
    stack = true,
    close = true,
    description = "",
    client = {
        image = "weed_bucket.png",
    }
},

["coca_seed"] = {
    label = "Coca Seed",
    weight = 0,
    stack = true,
    close = true,
    description = "",
    client = {
        image = "coca_seed.png",
    }
},
["poppy_seed"] = {
    label = "Poppy Seed",
    weight = 0,
    stack = true,
    close = true,
    description = "",
    client = {
        image = "poppy_seed.png",
    }
},
["weed"] = {
    label = "Weed",
    weight = 0,
    stack = true,
    close = true,
    description = "",
    client = {
        image = "weed.png",
    }
},
["coca_leaves"] = {
    label = "Coca Leaves",
    weight = 0,
    stack = true,
    close = true,
    description = "",
    client = {
        image = "coca_leaves.png",
    }
},
["poppy_tears"] = {
    label = "Poppy Tears",
    weight = 0,
    stack = true,
    close = true,
    description = "",
    client = {
        image = "poppy_tears.png",
    }
},