Framework Integration
Add the following items into qb-core/shared/items.lua
if not there already
--mk_mining
["stone"] = {["name"] = "stone", ["label"] = "Stone", ["weight"] = 5000, ["type"] = "item", ["image"] = "stone.png", ["unique"] = true, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Unwashed Stone"},
["pickaxe"] = {["name"] = "pickaxe", ["label"] = "Pickaxe", ["weight"] = 1000, ["type"] = "item", ["image"] = "pickaxe.png", ["unique"] = true, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Mining Pickaxe"},
["copperore"] = {["name"] = "copperore", ["label"] = "Copper Ore", ["weight"] = 100, ["type"] = "item", ["image"] = "copperore.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Copper Ore"},
["ironore"] = {["name"] = "ironore", ["label"] = "Iron Ore", ["weight"] = 100, ["type"] = "item", ["image"] = "ironore.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Iron Ore"},
["goldore"] = {["name"] = "goldore", ["label"] = "Gold Ore", ["weight"] = 500, ["type"] = "item", ["image"] = "goldore.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Gold Ore"},
["goldbar"] = {["name"] = "goldbar", ["label"] = "Gold Bar", ["weight"] = 500, ["type"] = "item", ["image"] = "goldbar.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Gold Bar"},
["gold_ring"] = {["name"] = "gold_ring", ["label"] = "Gold Ring", ["weight"] = 500, ["type"] = "item", ["image"] = "gold_ring.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Gold Ring"},
["gold_earring"] = {["name"] = "gold_earring", ["label"] = "Gold Earring", ["weight"] = 500, ["type"] = "item", ["image"] = "gold_earring.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Gold Earring"},
["gold_chain"] = {["name"] = "gold_chain", ["label"] = "Gold Chain", ["weight"] = 500, ["type"] = "item", ["image"] = "gold_chain.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Gold Chain"},
["silverore"] = {["name"] = "silverore", ["label"] = "Silver Ore", ["weight"] = 500, ["type"] = "item", ["image"] = "silverore.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Silver Ore"},
["silverbar"] = {["name"] = "silverbar", ["label"] = "Silver Bar", ["weight"] = 500, ["type"] = "item", ["image"] = "silverbar.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Silver Bar"},
["silver_ring"] = {["name"] = "silver_ring", ["label"] = "Silver Ring", ["weight"] = 500, ["type"] = "item", ["image"] = "silver_ring.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Silver Ring"},
["silver_earring"] = {["name"] = "silver_earring", ["label"] = "Silver Earring", ["weight"] = 500, ["type"] = "item", ["image"] = "silver_earring.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Silver Earring"},
["silver_chain"] = {["name"] = "silver_chain", ["label"] = "Silver Chain", ["weight"] = 500, ["type"] = "item", ["image"] = "silver_chain.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Silver Chain"},
["uncut_diamond"] = {["name"] = "uncut_diamond", ["label"] = "Uncut Diamond", ["weight"] = 500, ["type"] = "item", ["image"] = "uncut_diamond.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Uncut Diamond"},
["diamond"] = {["name"] = "diamond", ["label"] = "Diamond", ["weight"] = 500, ["type"] = "item", ["image"] = "diamond.png", ["unique"] = true, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Diamonmd"},
["diamond_ring"] = {["name"] = "diamond_ring", ["label"] = "Diamond Ring", ["weight"] = 500, ["type"] = "item", ["image"] = "diamond_ring.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Diamond Ring"},
["diamond_ring_silver"] = {["name"] = "diamond_ring_silver", ["label"] = "Silver Diamond Ring", ["weight"] = 500, ["type"] = "item", ["image"] = "diamond_ring_silver.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Silver Diamond Ring"},
["diamond_earring"] = {["name"] = "diamond_earring", ["label"] = "Diamond Earring", ["weight"] = 500, ["type"] = "item", ["image"] = "diamond_earring.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Diamond Earring"},
["diamond_earring_silver"] = {["name"] = "diamond_earring_silver", ["label"] = "Silver Diamond Earring", ["weight"] = 500, ["type"] = "item", ["image"] = "diamond_earring_silver.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Silver Diamond Earring"},
["diamond_necklace"] = {["name"] = "diamond_necklace", ["label"] = "Diamond Necklace", ["weight"] = 500, ["type"] = "item", ["image"] = "diamond_necklace.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Diamond Necklace"},
["diamond_necklace_silver"] = {["name"] = "diamond_necklace_silver", ["label"] = "Silver Diamond Necklace", ["weight"] = 500, ["type"] = "item", ["image"] = "diamond_necklace_silver.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Silver Diamond Necklace"},
["uncut_emerald"] = {["name"] = "uncut_emerald", ["label"] = "Uncut Emerald", ["weight"] = 500, ["type"] = "item", ["image"] = "uncut_emerald.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Uncut Emerald"},
["emerald"] = {["name"] = "emerald", ["label"] = "Emerald", ["weight"] = 500, ["type"] = "item", ["image"] = "emerald.png", ["unique"] = true, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Diamonmd"},
["emerald_ring"] = {["name"] = "emerald_ring", ["label"] = "Emerald Ring", ["weight"] = 500, ["type"] = "item", ["image"] = "emerald_ring.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Emerald Ring"},
["emerald_ring_silver"] = {["name"] = "emerald_ring_silver", ["label"] = "Silver Emerald Ring", ["weight"] = 500, ["type"] = "item", ["image"] = "emerald_ring_silver.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Silver Emerald Ring"},
["emerald_earring"] = {["name"] = "emerald_earring", ["label"] = "Emerald Earring", ["weight"] = 500, ["type"] = "item", ["image"] = "emerald_earring.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Emerald Earring"},
["emerald_earring_silver"] = {["name"] = "emerald_earring_silver", ["label"] = "Silver Emerald Earring", ["weight"] = 500, ["type"] = "item", ["image"] = "emerald_earring_silver.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Silver Emerald Earring"},
["emerald_necklace"] = {["name"] = "emerald_necklace", ["label"] = "Emerald Necklace", ["weight"] = 500, ["type"] = "item", ["image"] = "emerald_necklace.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Emerald Necklace"},
["emerald_necklace_silver"] = {["name"] = "emerald_necklace_silver", ["label"] = "Silver Emerald Necklace", ["weight"] = 500, ["type"] = "item", ["image"] = "emerald_necklace_silver.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Silver Emerald Necklace"},
["uncut_ruby"] = {["name"] = "uncut_ruby", ["label"] = "Uncut Ruby", ["weight"] = 500, ["type"] = "item", ["image"] = "uncut_ruby.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Uncut Ruby"},
["ruby"] = {["name"] = "ruby", ["label"] = "Ruby", ["weight"] = 500, ["type"] = "item", ["image"] = "ruby.png", ["unique"] = true, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Diamonmd"},
["ruby_ring"] = {["name"] = "ruby_ring", ["label"] = "Ruby Ring", ["weight"] = 500, ["type"] = "item", ["image"] = "ruby_ring.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Ruby Ring"},
["ruby_ring_silver"] = {["name"] = "ruby_ring_silver", ["label"] = "Silver Ruby Ring", ["weight"] = 500, ["type"] = "item", ["image"] = "ruby_ring_silver.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Silver Ruby Ring"},
["ruby_earring"] = {["name"] = "ruby_earring", ["label"] = "Ruby Earring", ["weight"] = 500, ["type"] = "item", ["image"] = "ruby_earring.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Ruby Earring"},
["ruby_earring_silver"] = {["name"] = "ruby_earring_silver", ["label"] = "Silver Ruby Earring", ["weight"] = 500, ["type"] = "item", ["image"] = "ruby_earring_silver.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Silver Ruby Earring"},
["ruby_necklace"] = {["name"] = "ruby_necklace", ["label"] = "Ruby Necklace", ["weight"] = 500, ["type"] = "item", ["image"] = "ruby_necklace.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Ruby Necklace"},
["ruby_necklace_silver"] = {["name"] = "ruby_necklace_silver", ["label"] = "Silver Ruby Necklace", ["weight"] = 500, ["type"] = "item", ["image"] = "ruby_necklace_silver.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Silver Ruby Necklace"},
["uncut_sapphire"] = {["name"] = "uncut_sapphire", ["label"] = "Uncut Sapphire", ["weight"] = 500, ["type"] = "item", ["image"] = "uncut_sapphire.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Uncut Sapphire"},
["sapphire"] = {["name"] = "sapphire", ["label"] = "Sapphire", ["weight"] = 500, ["type"] = "item", ["image"] = "sapphire.png", ["unique"] = true, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Diamonmd"},
["sapphire_ring"] = {["name"] = "sapphire_ring", ["label"] = "Sapphire Ring", ["weight"] = 500, ["type"] = "item", ["image"] = "sapphire_ring.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Sapphire Ring"},
["sapphire_ring_silver"] = {["name"] = "sapphire_ring_silver", ["label"] = "Silver Sapphire Ring", ["weight"] = 500, ["type"] = "item", ["image"] = "sapphire_ring_silver.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Silver Sapphire Ring"},
["sapphire_earring"] = {["name"] = "sapphire_earring", ["label"] = "Sapphire Earring", ["weight"] = 500, ["type"] = "item", ["image"] = "sapphire_earring.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Sapphire Earring"},
["sapphire_earring_silver"] = {["name"] = "sapphire_earring_silver", ["label"] = "Silver Sapphire Earring", ["weight"] = 500, ["type"] = "item", ["image"] = "sapphire_earring_silver.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Silver Sapphire Earring"},
["sapphire_necklace"] = {["name"] = "sapphire_necklace", ["label"] = "Sapphire Necklace", ["weight"] = 500, ["type"] = "item", ["image"] = "sapphire_necklace.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Sapphire Necklace"},
["sapphire_necklace_silver"] = {["name"] = "sapphire_necklace_silver", ["label"] = "Silver Sapphire Necklace", ["weight"] = 500, ["type"] = "item", ["image"] = "sapphire_necklace_silver.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Silver Sapphire Necklace"},
Last updated