đ ī¸Installation
qb-core/shared/items.lua
["runrepairkit"] = {["name"] = "runrepairkit", ["label"] = "Run Repairkit", ["weight"] = 25, ["type"] = "item", ["image"] = "repairkit.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["wood"] = {["name"] = "wood", ["label"] = "Wood", ["weight"] = 25, ["type"] = "item", ["image"] = "wood.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["wood_packaged"] = {["name"] = "wood_packaged", ["label"] = "Wood Packaged", ["weight"] = 25, ["type"] = "item", ["image"] = "wood_packaged.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["resin"] = {["name"] = "resin", ["label"] = "Resin", ["weight"] = 25, ["type"] = "item", ["image"] = "resin.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["resin_packaged"] = {["name"] = "resin_packaged", ["label"] = "Resin Packaged", ["weight"] = 25, ["type"] = "item", ["image"] = "resin_packaged.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["leaf"] = {["name"] = "leaf", ["label"] = "Leaf", ["weight"] = 25, ["type"] = "item", ["image"] = "leaf.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["axelevel1"] = {["name"] = "axelevel1", ["label"] = "Axe Level 1", ["weight"] = 25, ["type"] = "item", ["image"] = "axelevel1.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["axelevel2"] = {["name"] = "axelevel2", ["label"] = "Axe Level 2", ["weight"] = 25, ["type"] = "item", ["image"] = "axelevel2.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["axelevel3"] = {["name"] = "axelevel3", ["label"] = "Axe Level 3", ["weight"] = 25, ["type"] = "item", ["image"] = "axelevel3.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["axelevel4"] = {["name"] = "axelevel4", ["label"] = "Axe Level 4", ["weight"] = 25, ["type"] = "item", ["image"] = "axelevel4.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["axelevel5"] = {["name"] = "axelevel5", ["label"] = "Axe Level 5", ["weight"] = 25, ["type"] = "item", ["image"] = "axelevel5.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["lumberjack_ticket"] = {["name"] = "lumberjack_ticket", ["label"] = "Lumberjack Ticket", ["weight"] = 25, ["type"] = "item", ["image"] = "lumberjack_ticket.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
Last updated