QB Items

Items to be created for qb version

circle-exclamation
["corn_seed"] = {
	["name"] = "corn_seed",
	["label"] = "Corn seed",
	["weight"] = 10,
	["type"] = "item",
	["image"] = "corn_seed.png",
	["unique"] = false,
	["useable"] = true,
	["shouldClose"] = true,
	["combinable"] = nil,
	["description"] = ""
},
["pumpkin_seed"] = {
	["name"] = "pumpkin_seed",
	["label"] = "Pumpkin seed",
	["weight"] = 10,
	["type"] = "item",
	["image"] = "pumpkin_seed.png",
	["unique"] = false,
	["useable"] = true,
	["shouldClose"] = true,
	["combinable"] = nil,
	["description"] = ""
},
["lettuce_seed"] = {
	["name"] = "lettuce_seed",
	["label"] = "Lettuce seed",
	["weight"] = 10,
	["type"] = "item",
	["image"] = "lettuce_seed.png",
	["unique"] = false,
	["useable"] = true,
	["shouldClose"] = true,
	["combinable"] = nil,
	["description"] = ""
},
["tomatoes_seed"] = {
	["name"] = "tomatoes_seed",
	["label"] = "Tomatoes seed",
	["weight"] = 10,
	["type"] = "item",
	["image"] = "tomatoes_seed.png",
	["unique"] = false,
	["useable"] = true,
	["shouldClose"] = true,
	["combinable"] = nil,
	["description"] = ""
},
["cereal_seed"] = {
	["name"] = "cereal_seed",
	["label"] = "Cereal seed",
	["weight"] = 10,
	["type"] = "item",
	["image"] = "cereal_seed.png",
	["unique"] = false,
	["useable"] = true,
	["shouldClose"] = true,
	["combinable"] = nil,
	["description"] = ""
},
["fertilizer"] = {
	["name"] = "fertilizer",
	["label"] = "Fertilizer",
	["weight"] = 10,
	["type"] = "item",
	["image"] = "fertilizer.png",
	["unique"] = false,
	["useable"] = true,
	["shouldClose"] = true,
	["combinable"] = nil,
	["description"] = ""
},
["empty_watering_can"] = {
	["name"] = "empty_watering_can",
	["label"] = "Empty watering can",
	["weight"] = 10,
	["type"] = "item",
	["image"] = "empty_watering_can.png",
	["unique"] = false,
	["useable"] = true,
	["shouldClose"] = true,
	["combinable"] = nil,
	["description"] = ""
},
["watering_can"] = {
	["name"] = "watering_can",
	["label"] = "Watering can",
	["weight"] = 10,
	["type"] = "item",
	["image"] = "watering_can.png",
	["unique"] = false,
	["useable"] = true,
	["shouldClose"] = true,
	["combinable"] = nil,
	["description"] = ""
},

Last updated