Installation
Dependencies
How to install
-- Weed
["weed"] = {
["name"] = "weed",
["label"] = "Weed Bag 2g",
["weight"] = 10,
["type"] = "item",
["image"] = "weed_baggy.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = false,
["combinable"] = nil,
["description"] = "A weed bag with 2g"
},
-- Seeds
["seed_weed"] = {
["name"] = "seed_weed",
["label"] = "Weed Seed",
["weight"] = 2,
["type"] = "item",
["image"] = "weed-plant-seed.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = false,
["combinable"] = nil,
["description"] = "Marijuana Seed"
},
--raw weed
["raw_weed"] = {
["name"] = "raw_weed",
["label"] = "Weed Plant",
["weight"] = 150,
["type"] = "item",
["image"] = "harvested_weed.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = false,
["combinable"] = nil,
["description"] = "Raw Weed Plant"
},
--Trowel
["trowel"] = {
["name"] = "trowel",
["label"] = "Trowel",
["weight"] = 100,
["type"] = "item",
["image"] = "trowel.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = ""
},
--Empty bottle
["empty_bottle"] = {
["name"] = "empty_bottle",
["label"] = "Empty Bottle",
["weight"] = 10,
["type"] = "item",
["image"] = "empty_bottle.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "Empty bottle to fill with water"
},Create custom Weed Plants
Last updated