Installation
DEPENDENCIES
Type
Resource
Alternatives
Download
RESOURCE INSTALLATION GUIDE
--Peyote Plants
["bluepeyoteplant"] = {["name"] = "bluepeyoteplant", ["label"] = "Odd Plant", ["weight"] = 0, ["type"] = "item", ["image"] = "bluepeyote.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["description"] = "A Strange Looking Blue Flowered Plant"},
["pinkpeyoteplant"] = {["name"] = "pinkpeyoteplant", ["label"] = "Odd Plant", ["weight"] = 0, ["type"] = "item", ["image"] = "pinkpeyote.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["description"] = "A Strange Looking Pink Flowered Plant"},
["yellowpeyoteplant"] = {["name"] = "yellowpeyoteplant", ["label"] = "Odd Plant", ["weight"] = 0, ["type"] = "item", ["image"] = "yellowpeyote.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["description"] = "A Strange Looking Yellow Flowered Plant"},
["whitepeyoteplant"] = {["name"] = "whitepeyoteplant", ["label"] = "Odd Plant", ["weight"] = 0, ["type"] = "item", ["image"] = "whitepeyote.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["description"] = "A Strange Looking White Flowered Plant"},-- Peyote Plants
["bluepeyoteplant"] = {
label = "Odd Plant",
weight = 0,
stack = true,
close = true,
description = "A Strange Looking Blue Flowered Plant",
client = {
image = "bluepeyote.png"
}
},
["pinkpeyoteplant"] = {
label = "Odd Plant",
weight = 0,
stack = true,
close = true,
description = "A Strange Looking Pink Flowered Plant",
client = {
image = "pinkpeyote.png"
}
},
["yellowpeyoteplant"] = {
label = "Odd Plant",
weight = 0,
stack = true,
close = true,
description = "A Strange Looking Yellow Flowered Plant",
client = {
image = "yellowpeyote.png"
}
},
["whitepeyoteplant"] = {
label = "Odd Plant",
weight = 0,
stack = true,
close = true,
description = "A Strange Looking White Flowered Plant",
client = {
image = "whitepeyote.png"
}
}Last updated