-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathaddtoshared.lua
5 lines (5 loc) · 1.56 KB
/
addtoshared.lua
1
2
3
4
5
["taco"] = {["name"] = "taco", ["label"] = "Taco", ["weight"] = 3000, ["type"] = "item", ["image"] = "taco.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Taco."},
["tacobread"] = {["name"] = "tacobread", ["label"] = "Taco Bread", ["weight"] = 1000, ["type"] = "item", ["image"] = "tacobread.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Taco Bread."},
["tacomeat"] = {["name"] = "tacomeat", ["label"] = "Taco Meat", ["weight"] = 1000, ["type"] = "item", ["image"] = "tacomeat.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Taco Meat"},
["tacosalad"] = {["name"] = "tacosalad", ["label"] = "Taco Salad", ["weight"] = 1000, ["type"] = "item", ["image"] = "tacosalad.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Taco Salad"},
["packedtaco"] = {["name"] = "packedtaco", ["label"] = "Packed Taco", ["weight"] = 3500, ["type"] = "item", ["image"] = "packedtaco.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Packed Taco"},